I am new 2 wix. I tried using burn but it is not generating the wixobj file. Below is the bundle I am trying to create. Is there anything wrong in this. I already have my two .msi's in sourcefile path. In the upgrade code I created a new GUID.
<?xml version="1.0"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Bundle Name ="SpanklinInstallWithSqlNative" Version="1.0.0.0" UpgradeCode="0069A8C9-982C-4B28-93C9-ED8BB5AD1D74" Manufacturer="ACME" AboutUrl="http://wixtoolset.org"> <BootstrapperApplication SourceFile="C:\WiX\SDK\BootstrapperCore.dll"></BootstrapperApplication> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense"/> <Chain> <MsiPackage Id ="XXXXXXX" SourceFile="C:\XXXX\XXX\XXX\XXXX\xxx.msi" Compressed="yes" Vital="yes"/> <MsiPackage Id ="XXXXXXXXXXXXX" SourceFile=" C:\XXXX\XXX\XXX\XXXX\xxx.msi" Compressed="yes" Vital="yes"/> </Chain> </Bundle> </Wix> Am I missing anything? Any help is appreciated. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users