This article is the next installment in our PowerShell Studio Project series and covers the basics of working with Windows Service Projects. Windows Services are programs that run in the background, with no user interaction. Services can start automatically when…
Read More
Starting with PrimalScript 8.0.153 and PowerShell Studio 5.8.193, the MSI builder can now sign all files included in your installer.
The ‘Signing’ page in the SAPIEN Script Packager now lists all files included in your installer that can be signed.…
Read More
Our original MSI builder had an option to create a shortcut to the packaged executable. One shortcut was enough for the intended purpose, but with the ever-growing complexity of PowerShell applications, something more was needed.
With the latest service builds…
Read More
In a previous blog post we covered some of the SAPIEN Packager script engines to create an executable. Next step is to create the application installer so we can deploy the packaged solution.
We are going to take this further.…
Read More
The latest in our video series demonstrates how to to create a Windows Service to kill a Solitaire process using SAPIEN’s PrimalScript 2018.
In this short video we show you how to build and install a PowerShell Windows Service, including:…
Read More
Last week we introduced a new PrimalScript template for Windows PowerShell which makes writing Windows Services much easier. In this article, we will show you how to use MSI Builder to create an installer for your Windows Services.
We created…
Read More
Starting with PrimalScript 2018, version 7.4.111 you can define custom actions for your Windows Installers. A custom action is anything that can be executed from a command line. Most commonly you will probably use executable files or a PowerShell Script.…
Read More
Both PrimalScript 2014 and PowerShell Studio 2014 will have to ability to create Windows Installer files (MSI) for your scripts, modules or packaged executables. It works pretty straightforward; put the files you want to install into a folder, enter some…
Read More