diff --git a/installers/win-setup-template.ps1 b/installers/win-setup-template.ps1 index f2ac2cd5..87d68fb7 100644 --- a/installers/win-setup-template.ps1 +++ b/installers/win-setup-template.ps1 @@ -67,7 +67,7 @@ function Get-ExecParams { if ($IsMSI) { "TARGETDIR=$PythonArchPath ALLUSERS=1" } else { - "DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1" + "DefaultAllUsersTargetDir=$PythonArchPath InstallAllUsers=1 Include_debug=1" } }