-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
.ps1 files cannot be load and/or executed.
The execution the ps1 files are limited to the digitally signed, to bypass this; the command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine" is necessary to execute vdproj convertion to wix.
To block not signaled powershell script, execute this command "Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope LocalMachine"
more details in [About execution policy] (https:/go.microsoft.com/fwlink/?LinkID=135170)
Metadata
Metadata
Assignees
Labels
No labels