Mercurial > hg > tony
comparison deploy/win64/build-and-package.bat @ 687:08680771bf04
Generate the WXS files from templated inputs, substituting in the version and redistributable paths; also include OpenSSL libraries in the package
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2020 09:58:34 +0000 |
parents | 6aec1a9594cc |
children |
comparison
equal
deleted
inserted
replaced
686:eb141af3866c | 687:08680771bf04 |
---|---|
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\win64\generate-wxs.ps1'" | |
16 if errorlevel 1 exit /b %errorlevel% | |
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 |