[WiX-users] Custom UI for progress screen

2014-12-01 Thread Saravanan Mani
Hi, In my MSI, I am facing few problems with progress bar in progress dialog. During installation, it is progressing multiple times(2 or 3 times) from 0 to 100 and at the end it shows an 0% in progress bar and completes with success. The concerns are 1. Why progress bar stays at 0% at the end of

[WiX-users] Custom UI for Database Installation

2012-09-26 Thread Allan Edwards
I have an installer that is using the minimal ui and all I lack is putting in a database setup dialog that takes in the sql user, password, and server name. NO. 1 Can I add a custom dialog to the minimal ui to do this? Is it possible to extend this way? NO. 2 How do I set the properties for my

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

2011-12-27 Thread Skildum, Mathew
-Original Message- From: Skildum, Mathew [mailto:mathew.skil...@aspect.com] Sent: Tuesday, December 27, 2011 7:12 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Custom UI examples for Dark I recently started looking into Dark and how it functions, but I cannot

[WiX-users] Custom UI examples for Dark

2011-12-27 Thread Skildum, Mathew
I recently started looking into Dark and how it functions, but I cannot find any examples of how to do custom UIs except for the WIX 3.6 install. I have downloaded the WIX 3.6 source code and am in the process of working though how the UI works in this case. Are there any other good examples o

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
olin Bowern [mailto:co...@bowern.com] Sent: 21 June 2011 18:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom UI Controls I have an app that has multiple services that can all use different identities to run. I am looking to create a SQL Server installer like experience for set

[WiX-users] Custom UI Controls

2011-06-21 Thread Colin Bowern
I have an app that has multiple services that can all use different identities to run. I am looking to create a SQL Server installer like experience for setting service accounts (http://twitpic.com/5etp2o). Are there any pointers on how to create custom controls for WIX? Thanks!Colin

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
> > Neil Sleightholm > X2 Systems Limited > n...@x2systems.com <mailto:n...@x2systems.com> > > > > > From: Brad Schick [mailto:schi...@gmail.com] > Sent: Thu 06/01/2011 00:34 > To: wix-users@lists.sourceforge.net > Subject:

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
; Neil Sleightholm > X2 Systems Limited > n...@x2systems.com <mailto:n...@x2systems.com> > > > > > From: Brad Schick [mailto:schi...@gmail.com] > Sent: Thu 06/01/2011 00:34 > To: wix-users@lists.sourceforge.net > Subject:

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
:34 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom UI sequence I am trying to customize the WixUI_Minimal sequence. Following this: http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html And this: http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-d

[WiX-users] Custom UI sequence

2011-01-05 Thread Brad Schick
I am trying to customize the WixUI_Minimal sequence. Following this: http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html And this: http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ My first step was to just copy WixUI_Minimal.wxs, rename it to

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
Message- From: Slide [mailto:slide.o@gmail.com] Sent: 18 September 2009 05:01 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Custom UI Repository Are there any sites that repositories of custom UI markup? I would think that there would be scenarios that

[WiX-users] Custom UI Repository

2009-09-17 Thread Slide
Are there any sites that repositories of custom UI markup? I would think that there would be scenarios that people would use quite frequently which would come in handy (SQL Server login info, username/password for stuff, key file selection) and I was wondering if there was a place to share stuff I

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

[WiX-users] Custom UI

2009-03-05 Thread Lee Baker
Hi All, I am trying to setup a custom UI for an installer and I have run into a problem that I don't seem to be able to find a way around. I am trying to give the user the ability to enter their Private Key (which is in xml and rather long) which is saved in the config file in my application. There

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. --

[WiX-users] custom ui sample question

2008-09-05 Thread P a u l
I am just starting to try wix. I have built and run the sample UI projects up through the WixCustomSample.zip in vs2008. I don't see a way to process the key on the custom dialog. It appears there is an event system but I don't see any docs on this. Are there any tutorials that expand on this samp

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

[WiX-users] Custom UI Dialog errors

2008-07-17 Thread Dane Anderson (Volt)
Please bear with me, I'm relatively new to Wix (only worked with it for 6 months 2 years ago)and it was only up to V2 something at that time. 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

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

[WiX-users] Custom UI

2008-02-12 Thread Shaber, David
Hello, 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 install fails). I am

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

[WiX-users] Custom UI help

2007-09-28 Thread Anidil
I use a custom wix ui library , My_WixUI_InstallDir.wixlib to create my MSI.I get the following related error during link time. error LGHT0112 : Unresolved reference to symbol 'UI:My_WixUI_InstallDir' in section 'Product:E2486DE6-CC2E-48C0-AD20-C2C142FA1636'. Other than UI dialog wxs's,what oth

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

[WiX-users] Custom UI

2007-03-15 Thread Jacquet Fabian
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 make the sequence. In particular the After attribute of the Show tag (in InstallUISequence) And the Event attribute of the Publish tag in controls. The

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

[WiX-users] custom UI

2007-03-07 Thread Pedro Miguel Ventura Gomes
Hi, 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. If i change WixUI_MONDO to WixUI_INSTALLDIR the prompt shows up, so i think it is not a problem in my wix code. I

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

[WiX-users] Custom UI Problems...

2007-01-23 Thread Ian Couper
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 issues, but when I go to c