Re: [WiX-users] GUI flickers with original bitmap before my own

2011-09-18 Thread Bob Arnson
On 15-Sep-11 22:34, Gary Gocek wrote: > With WIX 3.5.2519, I started with the minimal GUI and added a few dialog > pages. I copied several of the GUI dialog files from the source directory. > Among other things, I replaced the left-side dialog bitmap and the top > banner bitmap on various dialogs.

Re: [WiX-users] GUI flickers with original bitmap before my own

2011-09-16 Thread Pally Sandher
http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm Sounds to me like you're drawing a second bitmap on top of the already existing one. Don't do that just change the image the built in one uses. Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141

Re: [WiX-users] GUI properties do not work in component conditions.

2011-09-13 Thread Yuri Sevastyanov
Thank you, Peter! > Properties changed in the UI must be public properties, which means that > their names must be all in upper-case. > http://msdn.microsoft.com/en-us/library/aa367437%28v=vs.85%29.aspx > > Also, to enable a property to be transferred from the UI sequence to the > execute sequence

Re: [WiX-users] GUI properties do not work in component conditions.

2011-09-13 Thread Peter Shirtcliffe
Properties changed in the UI must be public properties, which means that their names must be all in upper-case. http://msdn.microsoft.com/en-us/library/aa367437%28v=vs.85%29.aspx Also, to enable a property to be transferred from the UI sequence to the execute sequence, it must be marked "secure" b

Re: [WiX-users] gui

2010-09-28 Thread Tomasz Grobelny
er 2010 17:29 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] gui > > > "David Amey" wrote: > > > Does anyone know how I could create a drop down selection for > > > languages, used to localise an install? > >

Re: [WiX-users] gui

2010-09-26 Thread Bob Arnson
On 24-Sep-10 03:48, David Amey wrote: > Thankyou for this, but it's not quite the solution I need. I need the > option of the language selection, as the client needs different > languages on different machines. MSI doesn't support multi-lingual UI. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] gui

2010-09-24 Thread David Amey
ember 2010 17:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] gui > > "David Amey" wrote: > > > Does anyone know how I could create a drop down selection for > > languages, used to localise an install? > > Depending on

Re: [WiX-users] gui

2010-09-23 Thread Dave Brotherstone
> > "David Amey" wrote: > > > Does anyone know how I could create a drop down selection for > > languages, used to localise an install? > > Depending on your requirements, MSI can do this for you, selecting the language from the OS language settings - it involves embedding a transform named .mst i

Re: [WiX-users] gui

2010-09-23 Thread Bruce Cran
On Thu, 23 Sep 2010 15:35:21 +0100 "David Amey" wrote: > Does anyone know how I could create a drop down selection for > languages, used to localise an install? I think you'd need to use a bootstrapper. I know dotnetinstaller from http://dotnetinstaller.codeplex.com can do it. -- Bruce Cran -

Re: [WiX-users] GUI

2007-04-12 Thread Søren Schimkat
Bob Arnson skrev: Søren Schimkat wrote: I have a working GUI for installing my product, and now I would like to create a GUI for modifying / changing the installation options - you know .. remove the whole pakage .. or just add or remove selected features. My problem is: How do

Re: [WiX-users] GUI

2007-04-10 Thread Bob Arnson
Søren Schimkat wrote: I have a working GUI for installing my product, and now I would like to create a GUI for modifying / changing the installation options - you know .. remove the whole pakage .. or just add or remove selected features. My problem is: How do I specify which GUI´s to use - b