Skip to content

Commit

Permalink
Remove ALLUSERS=1 property from Python 2 install command
Browse files Browse the repository at this point in the history
  • Loading branch information
oskaritimperi committed Jun 23, 2019
1 parent e0e812e commit f95c1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ if ($env:PYVERSION -like "3.*") {
# Remove all __pycache__ directories
Get-ChildItem -Include __pycache__ -Recurse -Force | Remove-Item -Force -Recurse
} else {
msiexec /qn /i $target /L*V $logfile TARGETDIR=$targetdir ADDLOCAL=DefaultFeature,TclTk,Documentation,Tools REMOVE=Extensions,Testsuite ALLUSERS=1
msiexec /qn /i $target /L*V $logfile TARGETDIR=$targetdir ADDLOCAL=DefaultFeature,TclTk,Documentation,Tools REMOVE=Extensions,Testsuite
Get-ChildItem -Include "*.pyc" -Recurse -Force | Remove-Item -Force
}

0 comments on commit f95c1a6

Please sign in to comment.