In the manual at: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm
Under Step 2 it says: "Add a PayloadGroupRef element to your bundle's chain that references the .Net package required by your application." The example are the just: <Chain> <PackageGroupRef Id="NetFx40Web"/> <MsiPackage Id="MyApplication" SourceFile="$(var.MyApplicationSetup.TargetPath)"/> </Chain> How shuld the PayloadGroupReference be added? I have tried without it, it compiles, but the bootstrapper fails: My Bundle contains: <Chain> <PackageGroupRef Id="NetFx45Web"/> <MsiPackage.../></Chain> Have tried with Redist as well. Some cert warning?: [10D8:1740][2013-02-15T13:51:32]i338: Acquiring package: NetFx45Web, payload: NetFx45Web, download from: http://go.microsoft.com/fwlink/?LinkId=225704 [1C1C:1F48][2013-02-15T13:51:35]e000: Error 0x80070490: Failed to find expected public key in certificate chain. [1C1C:1F48][2013-02-15T13:51:35]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain. [1C1C:1F48][2013-02-15T13:51:35]e000: Error 0x80070490: Failed to verify signature of payload: NetFx45Web [1C1C:1F48][2013-02-15T13:51:35]e310: Failed to verify payload: NetFx45Web at path: C:\ProgramData\Package Cache\.unverified\NetFx45Web, error: 0x80070490. Deleting file. [1C1C:1F48][2013-02-15T13:51:35]e000: Error 0x80070490: Failed to cache payload: NetFx45Web [10D8:1740][2013-02-15T13:51:35]e314: Failed to cache payload: NetFx45Web from working path: C:\Users\user\AppData\Local\Temp\{70511aea-2ffd-4dfc-ad3c-76bc008bb649}\NetFx45Web, error: 0x80070490. [10D8:1740][2013-02-15T13:51:35]e349: Application requested retry of payload: NetFx45Web, encountered error: 0x80070490. Retrying... ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users