1
在HyperlinkTheme.xml添加一個複選框像如何使用wix bootstrapper中的複選框值?
<Checkbox Name="MyCheckBox" X="18" Y="191" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">Install Driver</Checkbox>
我怎樣才能引導程序使用它?我修改了Bundle.wxs文件,例如:
<MsiPackage SourceFile="..\..\..\..\install\MyMSI.msi" InstallCondition="MyCheckBox" ForcePerMachine="yes" Vital="yes" Visible="yes" />
但是這不起作用。它沒有安裝MyMSI.msi,但複選框的值是「selected」。我錯過了什麼?請幫忙。 在此先感謝。
請儘快幫助我。有點緊急。 –