I have pretty simple wix code: I am executing msi depending on platform. <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"> <Bundle Name="Bootstrapper2" Version="1.0.0.0" Manufacturer="Microsoft" UpgradeCode="a084a57e-dddd-448b-b38d-2b485ff65e6d"> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" /> <Chain> <MsiPackage Id ="a32" SourceFile="a32.msi" InstallCondition="NOT VersionNT" Compressed="no" DisplayInternalUI="no" Vital="yes" Description="32 bit"/> <MsiPackage Id ="b64" SourceFile="b64.msi" InstallCondition="VersionNT" Compressed="no" DisplayInternalUI="no" Vital="yes" Description ="64 bit"/> </Chain> </Bundle> </Wix>
-- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapperApplicationData-attribute-is-not-declared-tp7595444p7595598.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users