[wix-users] Testing a Custom BootstrapperApplication class

Vanniekerk, Tyrel (GE Healthcare) tyrel.vanniekerk at ge.com
Tue Sep 6 09:46:58 PDT 2016


Hi,

Is there a simple way to test my derived BootstrapperApplication class?  It's basically an WPF application, so if I create a console app that creates an instance of my custom class and then runs it, I could test the UI easily though the debugger.  The Run method is protected, so I could call it via reflection, but it seems like there's probably a simpler way to do this.

Thanks.


More information about the wix-users mailing list