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. This is all I have so far:
protected override void Run() { this.Engine.Log(LogLevel.Verbose, "Running the WiX BA."); WixBA.Dispatcher = Threading.Dispatcher.CurrentDispatcher; // Create a Window to show UI. this.Engine.Log(LogLevel.Verbose, "Creating a UI."); MessageBox.Show("My Bootstrapper Application is running"); Threading.Dispatcher.Run(); MessageBox.Show("Dispatcher Run has finished."); this.Engine.Quit(0); } Can someone point me in the right direction for the next step? Thanks Neil Neil Sleightholm n...@x2systems.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