Once again, SAPIEN Technologies is a proud sponsor of the South Florida Software Developers Conference 2020. Previously known as the South Florida Code Camp, the conference is in its 16th year.
This event provides a free one-day geek fest with…
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 a previous article we demonstrated a number of script packager solutions. In this post we show other ways to provide information to a script executable.
The sample script is used to map a network drive to an existing shared…
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
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
The PowerShell Studio v5.6.164 service build introduces a new ComboBox control set:
ComboBox – Colors
This control is useful when you need to provide the user with a color choice.
When you select the ComboBox – Colors control…
Read More
The PowerShell Studio v5.6.163 service release, included a splash screen snippet with a function that allows users to display a splash screen image. Now with the PowerShell Studio v5.6.164 service release, you can become a splash screen superstar with this…
Read More
Have you stared at your GUI and thought to yourself, I want it painted black?
I have good news! No colors anymore! Now you can paint it black (and white), with new themes for your PowerShell GUIs.
This feature…
Read More