Search found 8278 matches

by Alexander Riedel
Fri Jun 02, 2023 12:06 am
Forum: PrimalScript
Topic: Add Product Version to MSI Filename
Replies: 1
Views: 173

Re: Add Product Version to MSI Filename

No, there is no way to do this at this time. It is however a good idea and pretty simple to do.
Please submit a feature request for PrimalScript here: https://www.sapien.com/requests
and I'll see that it gets added as soon as possible.
by Alexander Riedel
Thu Jun 01, 2023 4:38 am
Forum: Customer Service
Topic: Offline activation
Replies: 1
Views: 581

Re: Offline activation

Please contact sales@sapien.com directly with more details. "Due to security policy, I am unable to activate online" can mean a wide range of things.
What exact security policies? What error message do you get exactly?
by Alexander Riedel
Sun May 28, 2023 9:24 am
Forum: Former and Future Customers - Questions
Topic: How to change compiled EXE console font ?
Replies: 6
Views: 1163

Re: How to change compiled EXE console font ?

2023-05-28_9-20-08.png
2023-05-28_9-20-08.png (60.06 KiB) Viewed 943 times
In the current version this looks like this. You do have to make sure your script file is saved
as Unicode (UTF-16-LE) before packaging.
I am not sure if the 2016 had an encoding selector on the status bar already or not, sorry.
by Alexander Riedel
Sat May 27, 2023 11:17 am
Forum: Former and Future Customers - Questions
Topic: How to change compiled EXE console font ?
Replies: 6
Views: 1163

Re: How to change compiled EXE console font ?

What actual packager engine are you using? And what version of what product do you use?
by Alexander Riedel
Fri May 26, 2023 1:17 pm
Forum: Former and Future Customers - Questions
Topic: How to change compiled EXE console font ?
Replies: 6
Views: 1163

Re: How to change compiled EXE console font ?

A script packaged as a console application (assuming that is what you did) does not set any font by itself.
It uses the font that is configured on a system for that particular console.
by Alexander Riedel
Thu May 25, 2023 4:23 pm
Forum: PowerShell Studio
Topic: Add ps exe to custom actions
Replies: 27
Views: 845

Re: Add ps exe to custom actions

As for your first question, you cannot uninstall a product that is still being installed, no matter how you frame it. You cannot actually run Windows Installer if it is already running for something else. Best you could do, is to schedule it. Start menu items are added via the "Shortcuts" ...
by Alexander Riedel
Thu May 25, 2023 1:15 am
Forum: Customer Service
Topic: Subscription expired??
Replies: 2
Views: 686

Re: Subscription expired??

Sorry to hear you are having trouble. All our subscriptions are one year, not two years.
Please contact sales@sapien.com directly if you are still experiencing problems.
by Alexander Riedel
Wed May 24, 2023 6:05 pm
Forum: PowerShell Studio
Topic: Add ps exe to custom actions
Replies: 27
Views: 845

Re: Add ps exe to custom actions

All SAPIEN Hosts use a variable $ExitCode to return a value through the host.
by Alexander Riedel
Wed May 24, 2023 4:34 pm
Forum: PowerShell Studio
Topic: Add ps exe to custom actions
Replies: 27
Views: 845

Re: Add ps exe to custom actions

$form1.Activate();

in the form load event handler should do it.
by Alexander Riedel
Wed May 24, 2023 2:49 pm
Forum: PowerShell Studio
Topic: Add ps exe to custom actions
Replies: 27
Views: 845

Re: Add ps exe to custom actions

For reference, this are the standard MSI actions:
https://learn.microsoft.com/en-us/windo ... -reference

Your custom actions should not have a name already used.