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: Create a Windows Service from a PowerShell Service Template Add the code from a custom […]
Tag: MSI
Installing Windows Services Created with PowerShell
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 the services packager engine to allow for self-install / uninstall of a service, but that […]
Custom Actions in PrimalScript 2018’s MSI Builder
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. Overview: Custom Actions for Windows Installers If you are not familiar with custom actions for […]
Distributing files with your packaged scripts
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 for a few years you may remember that we had this feature in the packager […]
PrimalScript 2014 Service build 7.0.49
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 specific minimum version of PowerShell required. If an older version is present, a message box […]
From script to server – Deploying solutions with PrimalScript 2014 (Part 4)
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 links below to catch up. From script to server – Deploying solutions with PrimalScript 2014 […]
From script to server – Deploying solutions with PrimalScript 2014 (Part 3)
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 your solutions to your target audience. First lets look at the settings. There are […]
From script to server – Deploying solutions with PrimalScript 2014 (Part 2)
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 the previous PrimalScript versions This new feature allows you to wrap your scripts, packaged executables, […]
From script to server – Deploying solutions with PrimalScript 2014 (Part 1)
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 you all know from previous versions of PrimalScript. Of course this wouldn’t be much of […]
Introducing the MSI Wizard
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 additional settings and mucho presto you have an installer. As we previously pointed out, this […]