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

    )

So I tried make similar declaration on C#, but failed with error "Failed to
get BootstrapperApplicationCreate entry-point".

Does Burn currently support BA on managed code? If yes, what signature should
I use? Do I need additionally configure BA project somehow?

 

P.S: there is BootstrapperApplicationCreate signature I tried with:

        public IntPtr BootstrapperApplicationCreate(IBootstrapperEngine
pEngine, Command pCommand, out IBootstrapperApplication thisInstance)

        {}

Here I used reference to BootstrapperCore.dll in project

P.S.S: It would be really helpful if something like "Boostrapper Application"
project (like "Custom Action" project)  appears in Visual Studio Installed
Templates (Menu "New Project") with some little example.

</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com/sdl-vision";><img 
src="http://www.sdl.com/images/email_new_logo.png"; alt="www.sdl.com" 
border="0"/></a>
<BR>
<font face="arial"  size="2"><a href ="http://www.sdl.com/sdl-vision"; 
style="color:005740; font-weight: bold">www.sdl.com/sdl-vision</a></font>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to