Search found 5913 matches

by davidc
Mon Jun 17, 2019 12:57 pm
Forum: Wish List and Feature Requests
Topic: Repackage EXE into an Windows Installer files (MSI)
Replies: 4
Views: 11527

Re: Repackage EXE into an Windows Installer files (MSI)

PowerShell Studio's MSI installer is designed for scripts and project created in PowerShell Studio, and not stand-alone installers for existing executables. Although you do have the option to add secondary files to your MSI installers.
by davidc
Mon Jun 17, 2019 8:40 am
Forum: PowerShell Studio
Topic: What is default script path for PSS scripts?
Replies: 4
Views: 6189

Re: What is default script path for PSS scripts?

Actually $PSScriptRoot should work. A few builds ago, we added $PSScriptRoot support to our package exectuables. The .\ImportPs1\AutoWinUpdates.ps1 path will only work if the current directory the same as the script's directory. This might not always be the case depending on how the script as ran. B...
by davidc
Mon Jun 17, 2019 7:48 am
Forum: PowerShell Studio
Topic: What is default script path for PSS scripts?
Replies: 4
Views: 6189

Re: What is default script path for PSS scripts?

If you want to get the folder of the project script, I recommend using the Get-ScriptDirectory function (snippet shortcut: getscriptdirectory). This function will work in package executable or normal script host.
by davidc
Mon Jun 17, 2019 7:45 am
Forum: Wish List and Feature Requests
Topic: Repackage EXE into an Windows Installer files (MSI)
Replies: 4
Views: 11527

Re: Repackage EXE into an Windows Installer files (MSI)

If you package your script into an executable, then yes, you can create an MSI installer for it. For more details, please refer to the following article: https://info.sapien.com/index.php/packaging-deployment/from-script-to-server-deploying-solutions-with-primalscript We don't offer anything that va...
by davidc
Mon Jun 17, 2019 7:34 am
Forum: PowerShell GUIs
Topic: File location for icons or buttonbusy animation
Replies: 1
Views: 1631

Re: File location for icons or buttonbusy animation

[TOPIC MOVED TO POWERSHELL GUIS FORUM BY MODERATOR]

These images are embedded into the psf file and the generated ps1 script. Refer to the following article for more details on the ImageList control:

https://info.sapien.com/index.php/guis/ ... st-control
by davidc
Fri Jun 14, 2019 3:53 pm
Forum: PrimalScript
Topic: What does Error(17): can't create RRO.PlanMaker mean?
Replies: 1
Views: 3276

Re: What does Error(17): can't create RRO.PlanMaker mean?

Before we can assist you further, please answer the following:

1. What product version / build do you have installed?
2. When and where are you getting this error?
3. Please provide the steps that led to the error.

Thank you
by davidc
Fri Jun 14, 2019 8:35 am
Forum: PowerShell Studio
Topic: Bug: Brace Formatting Option
Replies: 2
Views: 3630

Re: Bug: Brace Formatting Option

We released a new service build v5.6.165. Please let us know if the issue is resolved.
by davidc
Fri Jun 14, 2019 8:34 am
Forum: PowerShell Studio
Topic: Extra parenthesis auto-inserted on Round function
Replies: 5
Views: 4799

Re: Extra parenthesis auto-inserted on Round function

We released a new service build v5.6.165. Please let us know if the issue is resolved.
by davidc
Fri Jun 14, 2019 8:34 am
Forum: PowerShell Studio
Topic: Formatting - Place Brace on new line
Replies: 2
Views: 3117

Re: Formatting - Place Brace on new line

We released a new service build v5.6.165. Please let us know if the issue is resolved.
by davidc
Fri Jun 14, 2019 8:33 am
Forum: PowerShell Studio
Topic: Control Set Chart errors
Replies: 5
Views: 4176

Re: Control Set Chart errors

We released a new service build v5.6.165. The control sets and the helper functions have been fixed.