Re: [WiX-users] .Net 2.0 Managed Bootstrapper

2012-06-07 Thread Neil Sleightholm
Thanks, that also explains why I couldn't get the bootstrapper to work. Must get around to so WPF programming sometime! Neil Neil Sleightholm n...@x2systems.com On 7 Jun 2012, at 13:10, jhennessey wrote: Neil Sleightholm wrote It is possible to write managed boots

Re: [WiX-users] .Net 2.0 Managed Bootstrapper

2012-06-07 Thread jhennessey
Neil Sleightholm wrote > > It is possible to write managed bootstrapper in .Net 2.0? All the example > code I have found uses "Threading.Dispatcher.CurrentDispatcher" but that > isn't available in .Net 2.0 so I was wondering if there was an > alternative. > You see that because they are using W

[WiX-users] .Net 2.0 Managed Bootstrapper

2012-06-07 Thread Neil Sleightholm
It is possible to write managed bootstrapper in .Net 2.0? All the example code I have found uses "Threading.Dispatcher.CurrentDispatcher" but that isn't available in .Net 2.0 so I was wondering if there was an alternative. (My logic for using 2.0 was that it was more likely to be present on the