You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Installer: Disabling ASLR for the Igor process was never applied
The powershell script uses the Set-ProcessMitigation CmdLet.
However, when calling powershell.exe from the 32-bit installer the 32-bit
powershell is started and it does not support the CmdLet.
This commit fixes this by explicitly calling the 64 bit powershell executable.
0 commit comments