On 17-Sep-12 13:18, John M. Wright wrote:
> What I'm seeing is this: If the .net 4.0 install runs and completes, then
> within my BootstrapperApplication I exit before doing any Plan/Apply
> actions, the bundle still shows up in the Add Remove Programs menu. I've
> tried calling Engine.Quit((int) ActionResult.NotExecuted) and
> Engine.Quit((int) ActionResult.UserExit), but neither seem to keep it off
> the ARP list.
[cross-posting reply from SO]
Burn registers itself in ARP as soon as a chain begins, so users can, 
for example, reinstall a chain that failed partway through without 
failing the entire chain. The CLR is installed as part of your bundle's 
chain from the pre-req BA (since your BA can't load until the CLR is 
installed).

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to