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
We get this question every week: Why can I not include my data files, secondary scripts, modules, other executables etc. with the packaged executable and have it unpack them when I run it?
If you have been a SAPIEN customer…
Read More
We do not always blog about service builds.
But when we do, it is important.
Code responsibly.
PrimalScript 2014 has some new features in the MSI builder you want to check out.
First of all you can now control the…
Read More
Welcome back. As we previously discussed, PrimalScript 2014 has a few new options for the script packager and has added features for creating MSI databases and deploying your script solutions.
If you have missed the previous three installments, use the…
Read More
The last time we looked at the new installer option in PrimalScript 2014. You can find the article here: http://www.sapien.com/blog/2014/04/07/from-script-to-server-deploying-solutions-with-primalscript-2014-part-2
If you look at the deploy tab again, you will see a “Deployment” group. These functions will help you distribute…
Read More
Last time we looked at the new packager options in PrimalScript 2014. You can find the article here: http://www.sapien.com/blog/2014/03/25/from-script-to-server-deploying-solutions-with-primalscript-2014-part-1
If you look at the deploy tab again, you see an installer group that was not an option in any of…
Read More
If you take a look at the new 2014 version of PrimalScript you will discover a new tab on the ribbon interface: “Deploy”
This tab combines three major stepping stones for deploying your scripting solutions:
1. The Script Packager that…
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