The only idea that occurs to me is to provide the manual as a payload only to 
the MBA and to pass its location to the MSI via an MSI property that you use in 
the CopyFile table.






Blair





From: Michael Stoll
Sent: ‎Wednesday‎, ‎October‎ ‎23‎, ‎2013 ‎3‎:‎31‎ ‎AM
To: General discussion for Windows Installer XML toolset.





There's a manual which is a large. And I want to be able to use it from 
MBA and also install it with an MSI package. Ideally without waisting 
disk/download capacity on a file dublicate.

Currently the MsiPackage and the BootstrapperApplicationRef elements 
define the same Payload, with just a different Id.

I tried using a PayloadGroup and PayloadGroupRef which result in an 
erron, when the bootstrapper is started:
[1BD0:1E1C][2013-10-23T12:10:11]e000: Error 0x80070490: Failed to find 
payload.
[1BD0:1E1C][2013-10-23T12:10:11]e000: Error 0x80070490: Failed to parse 
payload references.
[1BD0:1E1C][2013-10-23T12:10:11]e000: Error 0x80070490: Failed to parse 
packages.
[1BD0:1E1C][2013-10-23T12:10:11]e000: Error 0x80070490: Failed to load 
manifest.
[1BD0:1E1C][2013-10-23T12:10:11]e000: Error 0x80070490: Failed to 
initialize core.


And i tried an uncompressed Payload, but the compiler ignores it with 
warning.
warning LGHT1127: A UX Payload ('...') was marked for something other 
than embedded packaging, possibly because it included a @DownloadUrl 
attribute. At present, UX Payloads must be embedded in the Bundle, so 
the requested packaging is being ignored.

Any adwise?


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to