OK, thanks a mit.
I have to check why my old bootstrapped shows the UI when called by the new one.

What is with the InstallState of the bundle. Is the Property "installed" in 
BeginDetect the correct one? Or do I have to check it with all packages and if 
one is found I know, that the bundle is present? And if so, for what is the 
property in the eventargs of BeginDetect?

Thanks again!! :)

Gesendet von meinem Windows Phone
________________________________
Von: rw1017
Gesendet: 26.02.2014 17:43
An: wix-users@lists.sourceforge.net
Betreff: Re: [WiX-users] Burn Bundle Uninstall Questions

1) Remove the Registry Key in the ARP Uninstall Registry location for the
productcode for the old bundle.
2) The active(upgrade) bundle is coded to execute the old(cached) bundle
with the -quiet -uninstall flags.

Your upgrade bundle should contain the final contents.
Current: A.msi, B.msi
Desired Result: A.msi, B.msi, C.msi, D.msi

Your new(upgrade) bundle should chain a, b, c, and d.

A.msi and B.msi will be skipped during the upgrade if they are the same
version.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Bundle-Uninstall-Questions-tp7592924p7592956.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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