&tag(WiX/バンドル);
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Bundle Version="1.0.0" UpgradeCode="229a81d7-7a70-4492-b0c5-f72b2f3e2d9e">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
<bal:WixStandardBootstrapperApplication
LicenseUrl=""
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension" />
</BootstrapperApplicationRef>
<Chain>
<MsiPackage SourceFile="sample.msi" DisplayInternalUI="yes" />
</Chain>
</Bundle>
</Wix>
candle.exe example.wxs -ext WixBalExtension light.exe example.wixobj -ext WixBalExtension