As you advance in the Code-Run-Debug cycle of a new script towards completion it becomes more of an Correct-Test-Debug cycle. The emphasis clearly shifts from writing new code to testing and correcting existing code.
To make that easier we introduced…
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
With the release of the 2020 versions of our products, we will no longer produce 32-bit versions of them.
While we are aware that some of you still need to support 32-bit OS installations, development machines are all 64-bit now,…
Read More
This blog post will get you started working with Git repositories in either of our SAPIEN editors—PowerShell Studio or PrimalScript.
In the following scenario, I will use an existing Git repository stored in Azure DevOps to demonstrate the process of…
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
This article presents the instructional video for our recent post: Four ways to package a non-GUI PowerShell script as an executable file.
The video briefly covers the four script engine options:
SAPIEN PowerShell Vx Host (Command Line)SAPIEN PowerShell Vx Host…
Read More
Back in the lost ages of pre-internet dawn, PrimalScript sported a File Manager panel which enabled users to quickly open, rename and copy files on their hard drive without having to switch to another application.
Over the years this particular…
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
I would like to extend a big Thank You to James Petty and the PowerShell Chattanooga User Group for having me speak online about “PowerShell – Fundamental on how to Persist Data in a SQL Server Container” on June 11.…
Read More
Year after year this event keeps providing relevant content on technologies that involve SQL Server and anything that handles big data.
The event was a success with approximately 1000 registered attendees.
I would like to thank the organizer for having…
Read More