Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-05-01 Thread Bob Arnson
On 30-Apr-12 10:17, jean claude klodjan wrote: - is it possible to generate abal:WixStandardBootstrapperApplication/ element, which would use a custom BA.dll ? Yes. It's permitted under a BootstrapperApplicationRef element, so you'll need a separate BootstrapperApplication for your custom BA.

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-30 Thread jean claude klodjan
in fact, this error is due to a test in the wixstdba code, my main problem is : i am trying to code a custom BA which is just slightly different from the wixstdba, i would like to transmit many informations in the same way it does. but i can't seem to do it : - is it possible to generate a

[WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread jean claude klodjan
hello i have built a custom bootstrapper application, based on wixstdba. when i run the bootstrapper built using this dll, it can't probe for the thm.wxl and thm.xml files. i have added those files as payload, that way : BootstrapperApplication SourceFile=..\Resources\customba.dll

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Neil Sleightholm
[mailto:jcklod...@gmail.com] Sent: 24 April 2012 17:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] building a custom bootstrapper application from wixstdba hello i have built a custom bootstrapper application, based on wixstdba. when i run the bootstrapper built using this dll, it can't

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Bruce Cran
You need to use the bal:WixStandardBootstrapperApplication element to tell the ba where to find the license and logo. See the changing the wix standard bootstrapper application branding topic in the help file. -- Bruce Cran Sent from my iPad On 24 Apr 2012, at 17:31, jean claude klodjan

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread jean claude klodjan
but in that case, the bal:WixStandardBootstrapperApplication element will use the original wixstd ba - how can i tell it to use my custom dll ? 2012/4/24 Bruce Cran br...@cran.org.uk You need to use the bal:WixStandardBootstrapperApplication element to tell the ba where to find the license

Re: [WiX-users] building a custom bootstrapper application from wixstdba

2012-04-24 Thread Rob Mensching
That error message must be coming from your custom.dll. I'm a little confused why the code would be looking for wixstdba data if it's not wixstdba. On Tue, Apr 24, 2012 at 10:00 AM, jean claude klodjan jcklod...@gmail.comwrote: but in that case, the bal:WixStandardBootstrapperApplication