我们可以在每个bundle.exe上动态更改wix bootstrapper bundle版本

时间:2013-07-05 13:36:24

标签: wix bootstrapper wix3.7

我们可以动态更改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版本。

0 个答案:

没有答案