summaryrefslogtreecommitdiffstats
path: root/Tools/msi/buildrelease.bat
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-05-03 04:38:26 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-05-03 04:38:26 (GMT)
commit8c1cee92188872d860784c81dae54ca9d424a1e9 (patch)
treee14e1051cd1e5ac2f9da497f1e7703c259b913c6 /Tools/msi/buildrelease.bat
parent88abdef02b33774e7d675a7cc47a9b2567a41921 (diff)
downloadcpython-8c1cee92188872d860784c81dae54ca9d424a1e9.zip
cpython-8c1cee92188872d860784c81dae54ca9d424a1e9.tar.gz
cpython-8c1cee92188872d860784c81dae54ca9d424a1e9.tar.bz2
Replaces use of WinRAR to generate ZIP file with Python script
Diffstat (limited to 'Tools/msi/buildrelease.bat')
-rw-r--r--Tools/msi/buildrelease.bat9
1 files changed, 1 insertions, 8 deletions
diff --git a/Tools/msi/buildrelease.bat b/Tools/msi/buildrelease.bat
index 21ce863..2e73f8f 100644
--- a/Tools/msi/buildrelease.bat
+++ b/Tools/msi/buildrelease.bat
@@ -64,13 +64,6 @@ for %%f in (%_DLLTOOL_PATH%) do set PATH=%PATH%;%%~dpf
set _DLLTOOL_PATH=
:skipdlltoolsearch
-where rar /q && goto skiprarsearch
-set _RAR_PATH=
-where /R "%ProgramFiles%\WinRAR" rar > "%TEMP%\rar.loc" 2> nul && set /P _RAR_PATH= < "%TEMP%\rar.loc" & del "%TEMP%\rar.loc"
-where /R "%ProgramFiles(x86)%\WinRAR" rar > "%TEMP%\rar.loc" 2> nul && set /P _RAR_PATH= < "%TEMP%\rar.loc" & del "%TEMP%\rar.loc"
-if not exist "%_RAR_PATH%" echo Cannot find WinRAR on PATH or in external && pause
-:skiprarsearch
-
if defined BUILDX86 (
call :build x86
if errorlevel 1 exit /B
@@ -142,7 +135,7 @@ if errorlevel 1 exit /B
msbuild "%D%bundle\releaseweb.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=false
if errorlevel 1 exit /B
-if defined _RAR_PATH msbuild "%D%make_zip.proj" /t:Build %BUILDOPTS% %CERTOPTS% "/p:RAR=%_RAR_PATH%"
+msbuild "%D%make_zip.proj" /t:Build %BUILDOPTS% %CERTOPTS%
if not "%OUTDIR%" EQU "" (
mkdir "%OUTDIR%\%OUTDIR_PLAT%"