This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pull MSI version from environment (#326)
Currently we don't have version / build numbers anywhere else in the source. Set WIX config to use a environment variable for MSI version also. With this change you can run: export CONNECTOR_VERSION=0.9.1 /c/Program\ Files\ \(x86\)/WiX\ Toolset\ v3.10/bin/candle.exe -arch x64 windows-connector.wxs dependencies.wxs /c/Program\ Files\ \(x86\)/WiX\ Toolset\ v3.10/bin/light.exe -ext "C:\Program Files (x86)\WiX Toolset v3.10\bin\WixUIExtension.dll" -ext WixfirewallExtension windows-connector.wixobj dependencies.wixobj -o windows-connector.msi to dynamically set the MSI version number.
- Loading branch information