In the latest builds of PowerShell Studio (5.9.253) and PrimalScript (8.1.213), SAPIEN Script Packager added an option to include the PowerShell reference assemblies.
This option was added to address some errors when packaging scripts, particularly when using Add-Type. The error…
Read More
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
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