Re: [WiX-users] Burn UI simple example doubt

2012-09-21 Thread vchauras
Hello all, My need to develop is custom UI is as follows: 1. - I want the user to select which msi to install (using checkbox) 2. - Depending on which msi user selects , my next UI page would be get more information from the user needed for the selected MSI. So, have googled about this , I found

Re: [WiX-users] Burn UI simple example doubt

2012-09-14 Thread Rob Mensching
The Name of the Payload needs to be "thm.wxl". Name will default to Source if not provided. On Fri, Sep 14, 2012 at 10:30 AM, vchauras wrote: > I am getting this error in log file. > > === > [28F8:28F0][2012-09-14T12:17:11]: Setting string variable 'WixBundleName' > to > v

Re: [WiX-users] Burn UI simple example doubt

2012-09-14 Thread vchauras
I am getting this error in log file. === [28F8:28F0][2012-09-14T12:17:11]: Setting string variable 'WixBundleName' to value 'my_Bootstrapper2' [28F8:2E30][2012-09-14T12:17:11]: Error 0x80070002: Failed to probe for loc file: thm.wxl in path: C:\Users\VCHAUR~1\AppData\Local

Re: [WiX-users] Burn UI simple example doubt

2012-09-13 Thread Rob Mensching
The log file should provide a bit more detail. I expect the problem is that you're missing all the required pages for wixstdba. Take a look at the src\ext\BalExtension\wixstdba\Resources\RtfTheme.xml file for an example of all the pages and controls needed. On Thu, Sep 13, 2012 at 12:33 PM, vchaur

[WiX-users] Burn UI simple example doubt

2012-09-13 Thread vchauras
Hello all, I have following snippet in Bundle.wxs When I build and run my exe, it does NOT give the UI and installation doesn't work. ht.xml http://wixtoolset.org/schemas/thmutil/2010";> #(loc.Captio