Is it reasonable to allow PayloadGroupRef as a child for Bundle? Got the
below mentioned configuration where I didn't see the temporary extracted
payload in file system + log file (and so was spending some time in
investigating).

IMHO Payload Element and PayloadGroupRef Element should have same parents
or am I wrong?

Regards,
Tobias


-----

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Name="PayloadTesting" Version="1.0.0.0" Manufacturer="MyCompany"
UpgradeCode="3c96b299-e143-443e-ac5f-38341908e20e">
    <PayloadGroupRef Id="Webimage_Generic"/>
    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" />

    <Chain>
      <MsiPackage SourceFile="d:\7z920.msi"/>
    </Chain>
  </Bundle>

  <Fragment>
    <PayloadGroup Id="Webimage_Generic">
      <Payload SourceFile="d:\7z465.msi" Compressed="default"/>
    </PayloadGroup>
  </Fragment>
</Wix>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to