Re: [WiX-users] Burn UI Intranet problem

2013-08-08 Thread Rob Mensching
Sounds like the machine's root certificates are out of date. Burn's call to verify the payloads will cause Windows to update the root certificates automatically, if connected. On Thu, Aug 8, 2013 at 6:41 AM, Adkins, Christopher < christopher.adk...@docuware.com> wrote: > Hi everybody! > > I was

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

Re: [WiX-users] Burn UI

2011-10-28 Thread Neil Sleightholm
dapt as it goes along to the previous selections. > > Dave W > > -Original Message- > From: Christopher Painter [mailto:chr...@iswix.com] > Sent: 27 October 2011 23:01 > To: General discussion for Windows Installer XML toolset.; General discussion > for Windows Installer

Re: [WiX-users] Burn UI

2011-10-28 Thread David Watson
r 2011 23:01 To: General discussion for Windows Installer XML toolset.; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn UI If you dislike the CustomerInformation dialog, then turn it off. You can do it with two clicks: Step 1: Click the Project Assistant Tab Step

Re: [WiX-users] Burn UI

2011-10-27 Thread Christopher Painter
S" Sent: Thursday, October 27, 2011 3:43 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Burn UI Personally I think installers should act like the VS2011 one or Burn UI: - First dialog for targetdir + license agreement accept ->

Re: [WiX-users] Burn UI

2011-10-27 Thread Tobias S
Personally I think installers should act like the VS2011 one or Burn UI: - First dialog for targetdir + license agreement accept -> then enable install button - Second installing and then either switch to success / failure on second dialog or show a third one with success / failure. To be hone

Re: [WiX-users] Burn UI

2011-10-27 Thread Bruce Cran
On 27/10/2011 18:25, Neil Sleightholm wrote: > Out of interest do people think there is a demand for wizard style install? > Personally I still think they are correct approach and I haven't seen a good > alternative yet. I tend to agree. I know Apple don't always do things right, but they still

Re: [WiX-users] Burn UI

2011-10-27 Thread Neil Sleightholm
users@lists.sourceforge.net Subject: Re: [WiX-users] Burn UI On 26-Oct-11 02:46, Neil Sleightholm wrote: > Mainly 2 but to achieve that 1 would be nice. I don't have a problem with > current WiX UIs everyone understands them and they are simple; every attempt > I have seen to replace th

Re: [WiX-users] Burn UI

2011-10-26 Thread Hoover, Jacob
For the theme, Inside of the -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Wednesday, October 26, 2011 3:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn UI Will there be a way to customize the wixstdba thm.xml

Re: [WiX-users] Burn UI

2011-10-26 Thread Bob Arnson
On 26-Oct-11 16:31, Tobias S wrote: > Will there be a way to customize the wixstdba thm.xml file? There already is. You can specify a replacement theme .xml file, which lets you completely replace the stock UI -- though that doesn't let you change behavior. > For multi language Burn UI I didn't

Re: [WiX-users] Burn UI

2011-10-26 Thread Bob Arnson
On 26-Oct-11 02:46, Neil Sleightholm wrote: > Mainly 2 but to achieve that 1 would be nice. I don't have a problem with > current WiX UIs everyone understands them and they are simple; every attempt > I have seen to replace that simple interface doesn't impress me (the VS 2011 > doesn't look any

Re: [WiX-users] Burn UI

2011-10-26 Thread Tobias S
Will there be a way to customize the wixstdba thm.xml file? As far as I see they are just extracted to the temp folder and customizing (e.g. dialog size, image size ...) should be ok with few effort . But I didn't see a way to re-inject customized thm.xml files. For multi language Burn UI I didn't

Re: [WiX-users] Burn UI

2011-10-26 Thread Neil Sleightholm
I'll take a look at that UI I hadn't appreciate that the WiX 3.6 UI wasn't the default one. Neil On 26 Oct 2011, at 15:50, Rob Mensching wrote: > The current wixstdba is trying to get the most of the features from the WiX > Advanced UI (except per-machine/per-user switching thing which doesn't

Re: [WiX-users] Burn UI

2011-10-26 Thread Rob Mensching
The current wixstdba is trying to get the most of the features from the WiX Advanced UI (except per-machine/per-user switching thing which doesn't work). If you don't like that UI then you'll probably need to investigate creating your own bootstrapper application. Most of WiX v3.6 is going to be a

Re: [WiX-users] Burn UI

2011-10-26 Thread Rob Mensching
Please file bugs for the things that are missing. The reboot message for example was supposed to be there but maybe it got lost in the shuffle. On Tue, Oct 25, 2011 at 2:27 PM, Bruce Cran wrote: > On 25/10/2011 22:12, Neil Sleightholm wrote: > > I guess I was hoping for something for free, the cu

Re: [WiX-users] Burn UI

2011-10-25 Thread Neil Sleightholm
Mainly 2 but to achieve that 1 would be nice. I don't have a problem with current WiX UIs everyone understands them and they are simple; every attempt I have seen to replace that simple interface doesn't impress me (the VS 2011 doesn't look any better in my view). Neil On 26 Oct 2011, at 04:11

Re: [WiX-users] Burn UI

2011-10-25 Thread Bob Arnson
On 25-Oct-11 17:12, Neil Sleightholm wrote: > That isn't really what I meant, I was hoping to use the existing WiX > authoring as the burn UI As in: 1. You want Burn to understand MSI UI? 2. You want Burn to mimic the WixUI dialog sets? (Neither will happen in v3.6. Just curious.) -- sig://bo

Re: [WiX-users] Burn UI

2011-10-25 Thread Bruce Cran
On 25/10/2011 22:12, Neil Sleightholm wrote: > I guess I was hoping for something for free, the current BA UI doesn't look > very nice if the WIX install is anything to go by I as I don't really write > UI's I was look for a "free lunch"! Actually, the UI in the WiX installer is especially ugly

Re: [WiX-users] Burn UI

2011-10-25 Thread John Cooper
To: Bruce Cran; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn UI That isn't really what I meant, I was hoping to use the existing WiX authoring as the burn UI not just show the UI in my MSI but I think indirectly you have answered my question. I guess

Re: [WiX-users] Burn UI

2011-10-25 Thread Neil Sleightholm
install is anything to go by I as I don't really write UI's I was look for a "free lunch"! Neil -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: 25 October 2011 19:26 To: General discussion for Windows Installer XML toolset. Cc: Neil Sleightholm Subject:

Re: [WiX-users] Burn UI

2011-10-25 Thread Bruce Cran
On 25/10/2011 18:47, Neil Sleightholm wrote: > Is it possible to use the standard WiX authored MSI dialogs as the UI for > Burn? I asked about this yesterday: the BA that comes with Burn has a toggle to show the MSI UI, but it will still show its own interface too. You'd need to write your own

Re: [WiX-users] Burn UI question

2010-01-15 Thread Rob Mensching
1. Yes, you will have full control over what packages get installed. 2. No, not yet. However, it is about time to start trying it out: http://robmensching.com/blog/posts/2010/1/15/Burn-moves-to-a-new-foundation On Thu, Jan 14, 2010 at 10:36 AM, John L Krupka wrote: > > Does/will the UI for Burn