Re: [WiX-users] Burn VS2010 variables

2012-01-30 Thread Dieter Lunn
Thanks. I completely forgot that part. Dieter Lunn http://ubiety.ca On Mon, Jan 30, 2012 at 11:10 PM, Rob Mensching wrote: > Assembly attribute. > > // Identifies the class that derives from BootstrapperApplication and is > the BA class that gets > // instantiated by the interop layer > [assem

Re: [WiX-users] Burn VS2010 variables

2012-01-30 Thread Rob Mensching
Assembly attribute. // Identifies the class that derives from BootstrapperApplication and is the BA class that gets // instantiated by the interop layer [assembly: BootstrapperApplication(typeof(WixBA))] On Mon, Jan 30, 2012 at 9:00 PM, Dieter Lunn wrote: > How does burn determine the class to

Re: [WiX-users] Burn VS2010 variables

2012-01-30 Thread Dieter Lunn
How does burn determine the class to run? The name of the dll? If so can it be set in configuration? Dieter Lunn http://ubiety.ca On Mon, Jan 30, 2012 at 10:45 PM, Rob Mensching wrote: > If you mean preprocessor variables? Yes, those are the same (they are > handled by the preprocess which run

Re: [WiX-users] Burn VS2010 variables

2012-01-30 Thread Rob Mensching
If you mean preprocessor variables? Yes, those are the same (they are handled by the preprocess which runs before the compiler). You might try running "dark -x dumpfolder path\to\bundle.exe" and see what is in the manifest. It is possible your preprocessor variable is not resolving to what you thi

[WiX-users] Burn VS2010 variables

2012-01-30 Thread Dieter Lunn
Does burn support variables in a bundle like the setup does? I have added my custom bootstrapper and MSI as references and used the variables, it compiles; however when running the installer it just shows the splash screen before dying. Below are the bundle and burn log. http://schemas.microsoft.