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.
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
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
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
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?
>
>
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/
---
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
>
> "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
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
-
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
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
11 matches
Mail list logo