The features described in this article are included in PrimalScript 8.1.197 and PowerShell Studio 5.8.236.
The most common questions we get for the MSI builder are “How do I run my applications after the install?” and “How do I run…
Read More
This final step in our step-by-step series for the SAPIEN MSI Builder shows you how to install Windows Services on the target computer. This applies to Windows Services created with the SAPIEN Script Packager using PowerShell and any other Service…
Read More
The sixth part of our step-by-step series for the MSI builder explains custom actions.
Custom actions enable you to do additional setup, removal, or repair—which you may not be able to do from your application. Most installers will require admin…
Read More
The fifth article in our step-by-step series for the MSI Builder is all about digital signatures.
Signing
Certificate
You will need a digital certificate installed on your computer. SAPIEN’s MSI Builder will only use trusted certificates installed on your machine.…
Read More
The fourth part of our step-by-step series for the MSI Builder explains how to add shortcuts for your application in three distinct places.
Shortcuts to your application and/or associated tools can be placed on the Desktop, in the Start Menu,…
Read More
This part of the MSI Builder Step-by-Step series is a re-post of a previous article on adding PowerShell modules to your Installer. As all the information is recent and there have been no changes, you can skip this post if…
Read More
The third part of our MSI Builder Step-by-Step series examines how you can add and customize a user interface for your installer.
This particular step for the MSI builder has already been discussed here, but we would be remiss if…
Read More
The second part in our MSI builder Step-by-Step series explains how to add files and entire folder structures to your installer.
Files and Folders
The main job of a Windows Installer is to copy files to the target computer. Files…
Read More
This first article in our step-by-step guide for the SAPIEN MSI Builder walks you through the initial settings you need for every Windows Installer you will create.
There are reasonable defaults in place for a number of fields, and some…
Read More
The latest versions of the Windows Application engines supplied with the Script Packager in PrimalScript 2023 (8.1.187) and SAPIEN PowerShell Studio 2023 (5.8.226) contain a little new feature you may find handy.
If your script uses the ‘Write-Progress’ cmdlet, the…
Read More