In PowerShell you have two ways of including ‘other’ code in your script. Other code can be someone else’s code, your code from another project, or simply the way you organize your code into different files. Before we dive into…
Read More
This article presents the instructional video for our recent post Creating an MSI Installer for a packaged script executable.
Build Installer
The video briefly covers the four script engine options:
Changes to the script Two additional scripts used in Custom…
Read More
In this article I will show four Script Packager options available for converting a non-GUI PowerShell script to a packaged executable that can be run from a console shell.
The “Packager” option is available under the “Deploy” ribbon tab in…
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