At install runtime your BA has access to it as part of the  WixBundleProperties 
"sub-table" of the BootstrapperApplicationData.xml. 
 
If you need it outside of install-time (the below is subject to change, don't 
depend on it):
As an implementation detail: it is contained in that xml file in the embedded 
UXPayload container.
As an implementation detail: embedded containers are ZIP files appended to the 
end of the EXE. Which ZIP is the UXPayload can be determined by walking the 
PE/DOS/WINDOWS binary file headers to find the .wixburn data section, and then 
use numbers in there along with numbers in other binary file headers to 
determine the start location (with some probable help scanning for the ZIP 
magic header cookie) and going from there.
 
You would probably be better off using dark.exe to extract all attached 
payloads, then parse the WixBundleProperties xml file.
 
> Date: Mon, 19 Aug 2013 14:35:27 -0700
> From: phildgwil...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Retrieve the UpgradeCode from a bundle exe?
> 
> Ok, if that's so then I misunderstood.
> 
> 
> On Sun, Aug 18, 2013 at 8:25 PM, dave <d...@swordfishsoftware.co.nz> wrote:
> 
> > Hi,
> >
> > The code I've used for an MSI doesn't work with a Wix bundle. I don't
> > believe it's the same format as MSI so property tables aren't relevant?
> >
> >
> >
> > --
> > View this message in context:
> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Retrieve-the-UpgradeCode-from-a-bundle-exe-tp7588140p7588165.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> > ------------------------------------------------------------------------------
> > Get 100% visibility into Java/.NET code with AppDynamics Lite!
> > It's a free troubleshooting tool designed for production.
> > Get down to code-level detail for bottlenecks, with <2% overhead.
> > Download for free and get started troubleshooting in minutes.
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and 
> AppDynamics. Performance Central is your source for news, insights, 
> analysis and resources for efficient Application Performance Management. 
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&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