diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-23 21:12:06 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-23 21:12:06 +0300 |
| commit | f95c1a668dbed1f8737bb7c2164a56813152d649 (patch) | |
| tree | f8498bb3e62b92a339e774ea2d1d947ba606930d | |
| parent | e0e812e2a9b8dd31c6f41081aa152a1c4d5203b2 (diff) | |
| download | portablepython-f95c1a668dbed1f8737bb7c2164a56813152d649.tar.gz portablepython-f95c1a668dbed1f8737bb7c2164a56813152d649.zip | |
Remove ALLUSERS=1 property from Python 2 install command
| -rw-r--r-- | download.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.ps1 b/download.ps1 index e9a4f7b..78bb4a9 100644 --- a/download.ps1 +++ b/download.ps1 @@ -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 } |
