

- #SAPIEN POWERSHELL STUDIO UPDATE LIST INSTALL#
- #SAPIEN POWERSHELL STUDIO UPDATE LIST 64 BIT#
- #SAPIEN POWERSHELL STUDIO UPDATE LIST 32 BIT#
- #SAPIEN POWERSHELL STUDIO UPDATE LIST WINDOWS 10#

Additionally, when restricted to a specific version, the executables display the expected and encountered versions in the error message.
#SAPIEN POWERSHELL STUDIO UPDATE LIST WINDOWS 10#
All newly generated executables using the default templates are now marked as Windows 10 applications. We have also added Windows 10 as a target restriction to PrimalScript. The starter application receives the same icon, digital signature and manifest as the packaged files, so a shortcut to that file will create the same experience.
#SAPIEN POWERSHELL STUDIO UPDATE LIST INSTALL#
For your application to work, you must install or deploy all three files together. The CoolApp.exe file is a starter application that will execute the right package for the current platform. The CoolAppx86 and CoolApp圆4 files are your actual packaged script. config files are generated for each of them if you checked that option. You will get a CoolApp.exe, CoolAppx86.exe and CoolApp圆4.exe. If you selected 32 and 64 bit, well, you will get both files generated in their respective folders.īut what about the last option? The native platform option?Ĭhoosing this build target will put all the files in a folder called bin\Any platform.
#SAPIEN POWERSHELL STUDIO UPDATE LIST 32 BIT#
Where will the executable file end up?ĭepending on your choice, the file CoolApp.exe will be in bin\x86 for 32 bit and bin\圆4 for 64 bit. Let’s assume we package a file called “CoolApp.ps1”. We suggest you stick to that name to keep things uniform, but you can, of course, change it if necessary.

The common folder can be specified in the packager options and defaults to “bin”. Instead, the executable files are generated in a platform specific folder under a common folder. Since the packager can now generate multiple targets with the same name, it can no longer place these files side-by-side with your script. Microsoft Windows Native, which does the same as above (with different naming) but also creates a starter executable, which will launch the correct version for you.
#SAPIEN POWERSHELL STUDIO UPDATE LIST 64 BIT#
Microsoft Windows 32 and 64 bit, which will generate a 32 bit and a 64 bit executable.Ĥ. Microsoft Windows 64 bit, which will generate a 64 bit executable.ģ. Microsoft Windows 32 bit, which will generate a 32 bit executable.Ģ. Additionally, we added a native Windows platform option, which will always execute the correct version, depending on the current platform. So we updated the user interface to minimize the number of selections and provide you with a preview of what this selection will do.įurthermore, as many of you indicated that you still need to support 32 bit machines, this new packager version supports building 32 and 64 bit executables at the same time. Since this service build changes the locations where your executable files are generated and some new options are available, we thought we’d let you know about these changes before they are actually released.īased on your feedback, the script engine selection in the Packager settings was too confusing. The Script Packager in PrimalScript 2016 gets an update with the next service build (7.2.95).
