The last installment in our series about the SAPIEN Script Packager introduces the Custom Build Command settings.
This process is pretty straightforward. Any specified Pre-build command is executed before packaging takes place. So if you need to copy dot-sourced files…
Read More
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
Our Script Packaging series continues with an introduction to the Script Packager Credentials feature.
These days modern security mechanisms frequently work without passwords or user IDs. Instead, biometrics, access cards, trusted connections, etc., are usually far better mechanisms for authentication.…
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
1. Why can’t I sign scripts with my TLS/SSL certificate?
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), use encryption to transfer data securely between clients and servers. Certificates are issued with their intended purpose coded and…
Read More
Having multiple individual scripts sitting around on your machine can make it difficult to stay organized. Collection projects can help you manage your scripts while utilizing the benefits of a project in PowerShell Studio.
This article is the next installment…
Read More
We are all creatures of habit. People who write code are even more so because we have copy-and-paste. As a result, any code you write usually reuses the same variable names.
For a counter, you use $ctr; for a flag,…
Read More
PowerShell modules are an important part of PowerShell scripting as they provide a means to reuse and share code. The next part in our PowerShell Studio Project series is about the basics of working with module projects in PowerShell Studio.…
Read More
Using the project functionality in PowerShell Studio makes it easier to manage multi-file scripts, create multi-form GUIs, and create script modules.
To create a new project in PowerShell Studio, open the File menu, select the New tab, then select Project:…
Read More