Re: [WiX-users] Boostrapper Application dll on managed code

2011-02-03 Thread Rob Mensching
1. Yes but I haven't written the documentation for it yet. I would recommend taking a look at the wix36\src\Setup\UX directory to see how the WiX installs BA is created. 2. A project template is a very good idea. On Thu, Feb 3, 2011 at 7:41 AM, Vadym Verba wrote: > Hello. > > There is an example

[WiX-users] Boostrapper Application dll on managed code

2011-02-03 Thread Vadym Verba
Hello. There is an example of declaring BootstrapperApplicationCreate method in Documentation: extern "C" HRESULT WINAPI BootstrapperApplicationCreate( __in IBootstrapperEngine* pEngine, __in const BOOTSTRAPPER_COMMAND* pCommand, __out IBootstrapperApplication** ppApplication