Neil Sleightholm wrote
> 
> I have created a very basic managed bootstrapper and it is loaded
> correctly by my bundle but it doesn't actually run the install it just
> stays in memory but with nothing happening. I have looked at the WiX
> install and just can't figure out what I need to do next, I think it is
> something to do with  the Detect() and Plan() functions.
> 

You are on the right track. You definitely need to call Detect(), then
Plan(), then Apply(). However, you will find that you will also want to
handle a lot of the burn callbacks as well (as a result of making the above
calls).

Take a look at src\Setup\WixBA\InstallationViewModel.cs as an example.

Hope that helps somewhat.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-Bootrapper-next-step-tp7578701p7578709.html
Sent from the wix-users mailing list archive at Nabble.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