Re: [WiX-users] Custom UI examples for Burn

2011-12-27 Thread Skildum, Mathew
I just realized that I put the wrong product in my request. I am looking for examples of custom UIs for the WIX bootstrapper (Burn). Again, sorry for the confusion. Mat Skildum Sr. Principal Engineer Aspect Software direct: 630.227.8534 mobile: 847.909.9921 mathew.skil...@aspect.com -Origi

Re: [WiX-users] Custom UI Controls

2011-06-28 Thread Rob Mensching
Correct, that's one of the big features that Burn brings in WiX v3.6. On Thu, Jun 23, 2011 at 7:34 AM, ColinBowern wrote: > @Palbinder - I am looking specifically how to inject custom controls - not > change the order of the UI or modify the dialog layout itself. Any of the > search results I h

Re: [WiX-users] Custom UI Controls

2011-06-23 Thread ColinBowern
@Palbinder - I am looking specifically how to inject custom controls - not change the order of the UI or modify the dialog layout itself. Any of the search results I had found before posting referred to custom layout rather than custom controls. After some further research it looks like the SQL S

Re: [WiX-users] Custom UI Controls

2011-06-22 Thread Pally Sandher
http://wix.sourceforge.net/manual-wix3/WixUI_index.htm & http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html both posted many times to this list. I suggest searching in future before posting. Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 14

Re: [WiX-users] Custom UI sequence

2011-01-10 Thread Brad Schick
nitions from the Minimal source into > your UI and change the ids. > > > -Original Message- > From: Brad Schick [mailto:schi...@gmail.com] > Sent: 08 January 2011 02:30 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Custom UI sequ

Re: [WiX-users] Custom UI sequence

2011-01-10 Thread Thom Leigh
y 2011 02:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Thom, where is the InstallUISequence in you example? Here is my current code. This is the only UI element in my main product wxs: This is the entire body of the SkyUI_Minimal.w

Re: [WiX-users] Custom UI sequence

2011-01-07 Thread Brad Schick
uot;NewDialog" Value="VerifyReadyDlg">1 > Event="NewDialog" Value="MaintenanceWelcomeDlg">1 > > > > No other wxs files are in the project, and I have a reference to > WixUIExtension. > > Maybe you can post frag

Re: [WiX-users] Custom UI sequence

2011-01-07 Thread Thom Leigh
n for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Well I have WixUIExtension added under Reference in the project. But I believe that I need that for the dialogs that I have not copied into the project. Other than that, there is no reference to WixUI_Minimal that I can

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
: > It would appear to me that you are still including WixUI_Minimal > somehow. > > Neil > > -Original Message- > From: Brad Schick [mailto:schi...@gmail.com] > Sent: 06 January 2011 20:14 > To: General discussion for Windows Installer XML toolset. > Subj

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
It would appear to me that you are still including WixUI_Minimal somehow. Neil -Original Message- From: Brad Schick [mailto:schi...@gmail.com] Sent: 06 January 2011 20:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Yes, that was

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
.wxs) you need to > set . Can you confirm that is set? > > Neil > > -Original Message- > From: Brad Schick [mailto:schi...@gmail.com] > Sent: 06 January 2011 18:45 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Custom UI sequen

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
In your copy of copy WixUI_Minimal.wxs (SkyUI_Minimal.wxs) you need to set . Can you confirm that is set? Neil -Original Message- From: Brad Schick [mailto:schi...@gmail.com] Sent: 06 January 2011 18:45 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
The only reference I have in my source wxs is below, which was changed to the new name as shown: -Brad On Jan 6, 2011, at 3:28 AM, Neil Sleightholm wrote: > After copying did you change the UI/@id attribute and then reference this in > your source? > > Neil > > Neil Sleightholm > X

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
After copying did you change the UI/@id attribute and then reference this in your source? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com From: Brad Schick [mailto:schi...@gmail.com] Sent: Thu 06/01/2011 00:34 To: wi

Re: [WiX-users] Custom UI Repository

2009-09-18 Thread Slide
..@amxeurope.com] > Sent: 18. september 2009 10:21 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Custom UI Repository > > I think this would be a great idea, and would certainly save everyone > time in the long run, if it was done well. > >

Re: [WiX-users] Custom UI Repository

2009-09-18 Thread Thomas Due
r with the administrative work necessary. Thomas Due -Original Message- From: Dominique Louis [mailto:dominique.lo...@amxeurope.com] Sent: 18. september 2009 10:21 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI Repository I think this would be a great

Re: [WiX-users] Custom UI Repository

2009-09-18 Thread Pally Sandher
l Message- From: Dominique Louis [mailto:dominique.lo...@amxeurope.com] Sent: 18 September 2009 09:21 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI Repository I think this would be a great idea, and would certainly save everyone time in the long run,

Re: [WiX-users] Custom UI Repository

2009-09-18 Thread Dominique Louis
I think this would be a great idea, and would certainly save everyone time in the long run, if it was done well. A repository for CustomActions with full source would also be useful, maybe broken up into language categories ( VbScript, Jscript, C/C++, .NET, Delphi etc ) Dominique. -Original

Re: [WiX-users] Custom UI

2009-03-06 Thread Kim Gybels
Lee Baker wrote: > > There seems to be a maximum length to the edit control, and > from what I have found, adding Multiline='yes' doesn't help. > Here is what I found in MSDN: http://msdn.microsoft.com/en-us/library/aa368342(VS.85).aspx "The length of text that can be entered can be limited

Re: [WiX-users] custom ui sample question

2008-09-06 Thread P a u l
Thank you, that's clear now. -- View this message in context: http://n2.nabble.com/custom-ui-sample-question-tp842093p950866.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.Net email is sponsore

Re: [WiX-users] custom ui sample question

2008-09-06 Thread Troy Howard
Well, the value is a pre-processor variable. It doesn't exist outside of VS (or a commandline MSBuild environment). So, when you build it in Wixedit, it doesn't have that variable set. Specifically, this variable is referring to the filename of a dll/exe/msm/etc from a visual studio project called

Re: [WiX-users] custom ui sample question

2008-09-06 Thread P a u l
I'm trying Wixedit and it won't build the project due to this error: error CNDL0150 : Undefined preprocessor variable '$(var.MyProject.TargetFileName)'. The project builds within vs2008 okay, but not in Wixedit (latest version). This must be some well known issue? Thanks for any help on this.

Re: [WiX-users] custom ui sample question

2008-09-05 Thread Chad Miles
You can try downloading WixEdit from sourceforge, which will let you preview dialogs and customize on the fly. On Fri, Sep 5, 2008 at 5:22 PM, P a u l <[EMAIL PROTECTED]> wrote: > > I found the sample WixSampleDllCA. So just the images question remains for > now. > > > > -- > View this message

Re: [WiX-users] custom ui sample question

2008-09-05 Thread P a u l
I found the sample WixSampleDllCA. So just the images question remains for now. -- View this message in context: http://n2.nabble.com/custom-ui-sample-question-tp842093p842175.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Custom UI Dialog errors

2008-07-17 Thread Bob Arnson
Dane Anderson (Volt) wrote: > I am attempting to create a trial Custom UI (my first). Nothing spectacular, > just a single dialog box > with a single edit control, and a next button (fancy will come later after I > get THIS to work). > There's a bunch of minimum requirements you have to meet

Re: [WiX-users] Custom UI

2008-02-12 Thread Bob Arnson
Shaber, David wrote: I am working on converting a set of MSIs, that are currently being built using InstallShield, to WIX. One of the requirements is that the MSIs have an Error Dialog but no other Dialogs (these MSI are run by a larger installer, so they don't need any UI except if the insta

Re: [WiX-users] Custom UI help

2007-10-02 Thread Bob Arnson
Anidil wrote: > and in the WiX installer source file. > and i add My_WixUI_InstallDir.wixlib,which is a custom library to the light > command line, > and have followed the instructions given in the WiX tutorial to create > custom library.. > I get the same error though.any comments? > The err

Re: [WiX-users] Custom UI help

2007-10-01 Thread Anidil
I have the UI element My_WixUI_InstallDir inside My_WixUI_InstallDir.wxs file as follows: http://schemas.microsoft.com/wix/2003/01/wi";> and in the WiX installer source file. and i add My_WixUI_Instal

Re: [WiX-users] Custom UI help

2007-09-30 Thread Bob Arnson
Anidil wrote: > error LGHT0112 : Unresolved reference to symbol 'UI:My_WixUI_InstallDir' in > section 'Product:E2486DE6-CC2E-48C0-AD20-C2C142FA1636'. > That means it's looking for a UI element with Id My_WixUI_InstallDir. If you have that, it most likely means you're not adding the library to

Re: [WiX-users] Custom UI

2007-03-15 Thread Levi Wilson
Here's a good custom UI tutorial as well: http://www.wixwiki.com/index.php?title=WixUI_Custom On 3/15/07, Jacquet Fabian <[EMAIL PROTECTED]> wrote: Hi, I'm trying to make my own custom UI with wix. I reed this tuto: http://www.tramontana.co.hu/wix/ But I really don't understand how ma

Re: [WiX-users] custom UI

2007-03-07 Thread Bob Arnson
Pedro Miguel Ventura Gomes wrote: > I'm using wix 3 and having some problems with the UI. I'm setting the > installer to use WixUI_MONDO. The problem is that the user doesn't get > prompted for the install location. > WixUI_Mondo lets the user choose the install directory of every feature th

Re: [WiX-users] custom UI

2007-03-07 Thread Henrik Opel
Hi CMOG, > I'm using wix 3 and having some problems with the UI. I'm setting the > installer to use WixUI_MONDO. The problem is that the user doesn't get > prompted for the install location. concerning the prompt for install location in WixUI_MONDO, I remember a small 'gotcha' moment ;) It will

Re: [WiX-users] Custom UI Problems...

2007-01-24 Thread Bob Arnson
Ian Couper wrote: I am using WiX 2.0. I used the WiXEdit program for creating the actual dialog, but simply used the InstallDir UI for the rest of the dialogs. I edited the WixUI_InstallDir.wxs and WixUI_en_us.wxl files to include the references to my new dialog. I then built the libraries us

Re: [WiX-users] Custom UI Problems...

2007-01-24 Thread Ian Couper
From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 10:49 PM To: Ian Couper Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom UI Problems... Ian Couper wrote: I have created a custom UI dialog to allow the user to enter database/user/password so users

Re: [WiX-users] Custom UI Problems...

2007-01-23 Thread Bob Arnson
Ian Couper wrote: I have created a custom UI dialog to allow the user to enter database/user/password so users can run build in SQL scripts to a database they specify, and I believe I've created the dialog properly (used WixEdit for a lot of it) and created the new wixlib for my UI with no i