We examine Version Information in this post as we continue our series about the SAPIEN Script Packager settings.
File Properties
Version Information is stored in the resources of an executable file. A user can right-click on a file, select Properties,…
Read More
This article in our Script Packaging Step-by-Step series explains how to add icons to your application.
Every packaged script gets a default icon assigned, which is the icon shown for that executable in Windows Explorer, or in the task bar…
Read More
In this installment of our Script Packaging series, we explore the Output Settings. Most settings on this page have a reasonable default; we will address each setting and its alternatives.
Output settings
We will start with the Output settings group.…
Read More
This first article in our SAPIEN Script Packager series walks you through the Script Engine settings.
When you open the SAPIEN Script Packager for the first time, the number of options can be a bit daunting. But fear not; most…
Read More
This article is the next installment in our PowerShell Studio Project series and covers the basics of working with Windows Service Projects. Windows Services are programs that run in the background, with no user interaction. Services can start automatically when…
Read More
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 recent change was kicked off by one of our customers, who wanted to see ‘Write-verbose’ messages when debugging or testing, but not in production. We assumed that the same is probably true for ‘Write-Debug’ messages. It makes perfect sense…
Read More