<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > PackDesigner > MSIX / APPX Projects > Opening MSIX Projects Scripts |
The Scripts tab is divided into two sections. The first section contains a list of the scripts that are part of the package. Only PowerShell scripts (.ps1) are supported.
Note: The execution policy needs to be set to either signed or unrestricted see the official Microsoft documentation. Furthermore, it is important that the execution policy must be set for the right PowerShell architecture version as there are separated execution policies for the different architectures. All apps that are x64 only will be run in PowerShell(x64). All other apps will be run in PowerShell(x32). |
Clicking on the Add or import... button will expand the dropdown menu.
In the dropdown menu the following options are available.
•Add existing: Use this option to select an existing PowerShell script from the package files.
•Add new: Use this option to create a new PowerShell script.
•Import from disk: Use this option to import a PowerShell script from the local computer.