comparison deploy/win64/build-and-package.bat @ 2448:119588c42772

Generate the WXS files from templated inputs, substituting in the version and redistributable paths; also include OpenSSL libraries in the package, fixing #1895 Windows build fails to open https locations
author Chris Cannam
date Tue, 14 Jan 2020 13:23:04 +0000
parents ed0e83474d08
children 22af3b429679
comparison
equal deleted inserted replaced
2447:d7b724db4bd0 2448:119588c42772
9 9
10 if not exist "C:\Program Files (x86)\WiX Toolset v3.11\bin" ( 10 if not exist "C:\Program Files (x86)\WiX Toolset v3.11\bin" (
11 @ echo Could not find WiX Toolset 11 @ echo Could not find WiX Toolset
12 @ exit /b 2 12 @ exit /b 2
13 ) 13 )
14
15 powershell -NoProfile -ExecutionPolicy Bypass -Command "& 'deploy\win32\generate-wxs.ps1'"
16 powershell -NoProfile -ExecutionPolicy Bypass -Command "& 'deploy\win64\generate-wxs.ps1'"
14 17
15 set ORIGINALPATH=%PATH% 18 set ORIGINALPATH=%PATH%
16 set PATH=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;%PATH% 19 set PATH=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;%PATH%
17 set NAME=Open Source Developer, Christopher Cannam 20 set NAME=Open Source Developer, Christopher Cannam
18 21