Skip to content

Commit 0d4c1ef

Browse files
committed
Log to file for Python 2
1 parent 6f83444 commit 0d4c1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ if ($env:PYVERSION -like "3.*") {
3434
# Remove all __pycache__ directories
3535
Get-ChildItem -Include __pycache__ -Recurse -Force | Remove-Item -Force -Recurse
3636
} else {
37-
msiexec /qn /i $target TARGETDIR=$targetdir ADDLOCAL=DefaultFeature,TclTk,Documentation,Tools REMOVE=Extensions,Testsuite ALLUSERS=1
37+
msiexec /qn /i $target /L*V $logfile TARGETDIR=$targetdir ADDLOCAL=DefaultFeature,TclTk,Documentation,Tools REMOVE=Extensions,Testsuite ALLUSERS=1
3838
Get-ChildItem -Include "*.pyc" -Recurse -Force | Remove-Item -Force
3939
}

0 commit comments

Comments
 (0)