I have been studying InstallationViewModel.cs but just can't get my head around 
all the states and can't find it documented anywhere. Hopefully the WiX 
documentation will be improved in the near future.

Neil

Neil Sleightholm
n...@x2systems.com<mailto:n...@x2systems.com>


On 7 Jun 2012, at 14:02, jhennessey wrote:


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<http://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<mailto:WiX-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
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