aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-06-21 12:03:15 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-06-21 12:03:15 +0300
commit0d4c1ef987ce39ec28182272efcd205eefba1d14 (patch)
tree3a319ececf8402a7cb3f7a4bcec01902d7ab33c9
parent6f83444b9d8b6eeab50582e619fcd0b69d19c886 (diff)
downloadportablepython-0d4c1ef987ce39ec28182272efcd205eefba1d14.tar.gz
portablepython-0d4c1ef987ce39ec28182272efcd205eefba1d14.zip
Log to file for Python 2
-rw-r--r--download.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/download.ps1 b/download.ps1
index d90252b..e9a4f7b 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 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 ALLUSERS=1
Get-ChildItem -Include "*.pyc" -Recurse -Force | Remove-Item -Force
}