Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-24 Thread Simon Zinkevicius
Everything is now up and running. My problem was that I was not including my BA config file in the BootstrapperApplication payload. I added the lines below into my Bundle.wxs and it is all working now. Thanks for the help guys! Simon -- View this message in context: http://windows-i

Re: [WiX-users] Trouble implementing a

2011-02-24 Thread Simon Zinkevicius
Thanks for the help. I was missing step 1. As soon as I added the config file payload it all started working. Thanks again. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Trouble-implementing-a-tp6060833p6062338.html Sent from the wix-users mail

Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-24 Thread Simon Zinkevicius
Im get a "Error 0x8007007f: Failed to get BootstrapperApplicationCreate entry-point" error in the log. Do I need to defne a "BootstrapperApplicationCreate" function in my BA library? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implement

Re: [WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-23 Thread Simon Zinkevicius
I also added the following line the the AssemblyInfo.cs in the bootstrapper Application library but it still will not run. [assembly: BootstrapperApplication(typeof(TestBA))] -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-Bo

[WiX-users] Trouble implementing a BootstrapperApplication in C#

2011-02-23 Thread Simon Zinkevicius
} } I then created WIX bootstrapper project and updated its Bundle.wxs file to use my BootstrapperApplication by chaging the BootstrapperApplicationRef tag to: Everything builds just fine but when I run my bootstrapper I dont get my message box. I'm just wonder what steps I might