This article provides an overview of a new feature introduced in PrimalScript 8.1.179 and PowerShell Studio 5.8.220 that allows you to add modules to the MSI file that installs your PowerShell application.
Modules are a substantial part of the PowerShell…
Read More
This article provides an overview of a new feature introduced in PrimalScript 8.1.177 and PowerShell Studio 5.8.219 that enables you to quickly backup your source code.
As mentioned in a previous post about PrimalScript’s new ‘code copy’ feature, when we…
Read More
This article provides an overview of a new feature introduced in PrimalScript build 8.1.177 that allows you to create, compare, and manage copies of your code.
When we get a request to extract source code from a packaged executable, it…
Read More
We are pleased to announce the addition of PowerShell 7 support with the PowerShell HelpWriter 2023 release (3.0.56).
You can now select the PowerShell Version at the bottom of the Select Module dialog:
The modules listed are from the $PSModulePath…
Read More
The information in this article applies to SAPIEN Script Packager in the 2023 versions of PowerShell Studio (5.8.214), PrimalScript (8.1.174), and later builds.
In a previous article, we introduced the new User Interface options in the 2023 SAPIEN Script Packager…
Read More
The information in this article applies to SAPIEN Script Packager in the 2023 versions of PowerShell Studio (5.8.214), PrimalScript (8.1.174), and later builds.
Some time ago, we added an option in the Installer for the generated MSI files to have…
Read More
Microsoft has recently released PowerShell 7.2.8 and 7.3.1. We usually try to support new versions as quickly as possible, but this time we hit a bit of a problem.
There is an issue with the 7.3.1 hosting package, which does…
Read More
The last article in our PowerShell Studio Project Series follows Forms and Multi-Form Projects.
Form
Form projects allow for objects or connections to be created before the initialization of the form; with a standalone form, you cannot initialize anything before the form.…
Read More
The last installment in our series about the SAPIEN Script Packager introduces the Custom Build Command settings.
This process is pretty straightforward. Any specified Pre-build command is executed before packaging takes place. So if you need to copy dot-sourced files…
Read More
We examine Version Information in this post as we continue our series about the SAPIEN Script Packager settings.
File Properties
Version Information is stored in the resources of an executable file. A user can right-click on a file, select Properties,…
Read More