Yeah, I had found that link and it was not the most useful, I eventually
found some references and learned from them.

I got a bundled exe, but I was wondering if there was a way to create a
bundled msi instead? 
Also, can someone point me to a tutorial on changing the burn UI?


<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Name="Bundle" Version="" Manufacturer="" UpgradeCode="">
    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" />
    <Chain>
      <MsiPackage
        Id="INTELC_INSTALLER"
        SourceFile="C:\path\to\Installer.msi"
        Compressed="no"
        EnableFeatureSelection="no" Vital="yes" >
      <MsiProperty Name="ALLUSERS" Value="1"/>
      </MsiPackage>
      <MsiPackage
        Id="INTELC_CODE"
        SourceFile="C:\spath\to\Installer2.msi"
        Compressed="no"
        EnableFeatureSelection="no" Vital="yes" >
        <MsiProperty Name="ALLUSERS" Value="1"/>
      </MsiPackage>
    </Chain>
  </Bundle>
</Wix>


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Chaining-2-msi-s-tp7578938p7578969.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to