我们可以动态更改 wix bundle 版本吗?
以下是bundle.wxs:
<?include ..\CompanySetup\Includes\Variables.wxi ?>
<Bundle Name="Company 9.9.9" Version="$(var.bundleVersion)"
UpgradeCode="42d813f6-d293-xxxx-xxxx-75b213b0ea44"
Manufacturer="Company" DisableModify="yes"
DisableRemove="yes" DisableRepair ="yes"
AboutUrl="http://wixtoolset.org" >
我现在从 msi variables.wxi 预处理器变量中获取 bundleVersion,因为我不能在预处理器变量中拥有动态值......我需要一个解决方案来在每次单击 bundle.exe 时增加 bundle 版本。