From 4aa42dc69da6d9057b50d50b140b655f0126be98 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Thu, 3 Sep 2020 00:04:39 +0200 Subject: [PATCH] Use normal shell as powershell needs magic permissions --- windows/ss.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/ss.iss b/windows/ss.iss index 61b215d..23bbe02 100755 --- a/windows/ss.iss +++ b/windows/ss.iss @@ -26,7 +26,7 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip ; add the Parameters, WorkingDir and StatusMsg as you wish, just keep here ; the conditional installation Check Filename: "{tmp}\python-3.8.5-amd64.exe"; Parameters: "/passive InstallAllUsers=1"; -Filename: "powershell"; Parameters: "-file {tmp}\pipscript.bat" +Filename: "{tmp}\pipscript.bat" [Files] ; NOTE: Don't use "Flags: ignoreversion" on any shared system files