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.

<BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost'> 
 <Payload Name='BootstrapperCore.config'
SourceFile='(Path_to_config_file\MyBA.BootstrapperCore.config' /> 
<Payload SourceFile='(Path_to_your_dll)\MyBA.dll' /> 
</BootstrapperApplicationRef>

Thanks for the help guys!

Simon


-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-BootstrapperApplication-in-C-tp6057445p6062346.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to