Issue #23260: Update Windows installer

This commit is contained in:
Steve Dower 2015-02-05 22:08:48 -08:00
parent 7425f36ee7
commit bb24087a2c
133 changed files with 7036 additions and 4991 deletions

View file

@ -1,21 +1,9 @@
@rem Used by the buildbot "buildmsi" step.
setlocal
set cwd=%CD%
pushd
@rem build release versions of things
call "%~dp0build.bat" -c Release
@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64
@rem build the documentation
call "%~dp0..\..\Doc\make.bat" htmlhelp
@rem build the MSI file
call "%~dp0..\..\PCBuild\env.bat" x86
cd "%~dp0..\..\PC"
nmake /f icons.mak
cd ..\Tools\msi
del *.msi
nmake /f msisupport.mak
%HOST_PYTHON% msi.py
cd "%cwd%"
popd