Home | History | Annotate | Download | only in msi

Lines Matching refs:Python

59 "%~1" /passive /log "%~2\install\log.txt" TargetDir="%~2\Python" Include_debug=1 Include_symbols=1 %~3

63 "%~2\Python\python.exe" -c "import sys; print(sys.version)" > "%~2\version.txt" 2>&1
68 @dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\startmenu.txt" 2>&1
69 @dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startmenu.txt" 2>&1
72 @for /F "usebackq" %%f in (`reg query HKCR /s /f python /k`) do @(
76 @reg query HKCU\Software\Python /s > "%~2\hkcu.txt" 2>&1
77 @reg query HKLM\Software\Python /reg:32 /s > "%~2\hklm.txt" 2>&1
78 @reg query HKLM\Software\Python /reg:64 /s >> "%~2\hklm.txt" 2>&1
84 "%~2\Python\python.exe" -m pip install "azure<0.10" > "%~2\pip.txt" 2>&1
86 "%~2\Python\python.exe" -m pip uninstall -y azure python-dateutil six >> "%~2\pip.txt" 2>&1
91 @set TCL_LIBRARY=%~2\Python\tcl\tcl8.6
92 "%~2\Python\python.exe" -m test -uall -v test_ttk_guionly test_tk test_idle > "%~2\tcltk.txt" 2>&1