Okay thanks Rob that did the trick. I had to make sure the static text
controls had Tabskip set to 'no' though to get it working. But all good
now
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Dialog-box-edit-controls-and-setting-Alt-h
No I have not tried that so I'll give it a try.
Thanks.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Dialog-box-edit-controls-and-setting-Alt-hotkeys-tp7595958p7595962.html
Sent from the wix-users mailing list archive at Nabble.com.
---
32 dialog boxes.
___
FireGiant | Dedicated support for the WiX toolset |
http://www.firegiant.com/
-Original Message-
From: TimM [mailto:timmay...@smarttech.com]
Sent: Friday, July 18, 2014 8:32 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [Wi
It was a request from one of our managers as they noticed that they can use
Alt-Hotkey on the Change Directory dialog box, even though this is a
built-in MS dialog box. But that dialog box can do it so they wanted in in
the main installer as I have a Custom Dialog box that has 5 edit controls
and t
ly 18, 2014 10:08 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys
This could be a simple question, but at the moment I just can not see it...
For push buttons and check boxes we just add the & in front of the
character that we wan
This could be a simple question, but at the moment I just can not see it...
For push buttons and check boxes we just add the & in front of the
character that we want set for controls Alt hotkey, but if you have Edit and
MaskedEdit controls how do you set it's controls Alt hotkey?
Thanks.
--
Vi
I have seen several messages about the licensing of Wix (e.g.
http://sourceforge.net/mailarchive/message.php?msg_id=29679148) but I am still
unsure of what I can do
I want to add one new, simplistic dialog to a Wix predefined UI sequence
(WixUI_FeatureTree.wxs). I followed instructions/e
There is documentation in the WiX CHM how to do that. There are also blog
posts on the internet I've heard.
On Thu, Feb 10, 2011 at 9:51 PM, subrat agasti wrote:
> Hi,
> I want to show a custom dialog which will have two text box.After the user
> types these information(and clicks next) , I want
Hi,
I want to show a custom dialog which will have two text box.After the user
types these information(and clicks next) , I want to save the data in an xml
file. How can i do that?
Thanks,
Subrat
--
The ultimate all-in-one
ental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: ron cooper [mailto:roncooper...@gmail.com]
Sent: 20 April 2009 13:25
To: wix-users@lists.sou
Dear All,
I want to create installer for my application which check existence of a
database file located somewhere. If it found the file, it should ask the
user whether to replace it or not.
Till now I have succeed in checking and launching a custom dialog as
mentioned above. I have provided butt
Jan Bilek wrote:
> My problem is simple: I need to ask user before an uninstallation
> begins, whether he wants to keep or remove user created files (settings,
> database, etc.).
>
There's no way to force a user to answer that question. The closest you
can get is to set ARPNOREMOVE to force
Hello,
My problem is simple: I need to ask user before an uninstallation
begins, whether he wants to keep or remove user created files (settings,
database, etc.).
Is it somehow possible to spawn custom dialog during the uninstallation
even if the InstallUISequence is bypassed?
Is the only way ho
Lough, Norman wrote:
> I thought I would include
> it after the VerifyReadyDlg but before the ProgressDlg.
VerifyReadyDlg handles all the installation commands, so if you want to
make another dialog the "go" dialog, you need to remove the installation
commands from your copy of VerifyReadyDlg a
Hey Norman,
If you could add more to your sample it might help me out. The one thing I
would suggest would be to add Publish/@Order=100 or something along those
lines. Make sure not to use .
Thanks,
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Fri, Feb
I've created a custom dialog and I can get it to appear between certain
dialogs (WelcomeDlg and LicenseAgreementDlg say). I've modified a copy
of WixUI_FeatureTree to include my dialog - I thought I would include
it after the VerifyReadyDlg but before the ProgressDlg. I've seen some
example that
Answering my own post.
> I'm trying to create a custom dialog that contains text based on
> the features selected.
> It appears to me that I can only define what dialog appears next
> using feature conditions like;
>Value="MG_CoreServerDlg" Order="2">
I resolved by creating 3 differen
Hi,
I'm trying to create a custom dialog that contains text based on the
features selected.
Assume I have Feature-A and Feature-B.
If only Feature-A is selected, I want the dialog text to be;
"The Simple Mail Transfer Protocol Service (SMTPSVC) will be
restarted"
If only Feature-B is selected
bryan rasmussen wrote:
> but not in the binaries? Should I need it if I am running the
> binaries?
If you want to build something from the WiX source, yes. WiX v3 improved
how custom objects and libraries can reuse existing ones.
--
sig://boB
http://joyofsetup.com/
-
but not in the binaries? Should I need it if I am running the
binaries? Well I guess I'll get the source anyway and see how it
works.
Cheers,
Bryan Rasmussen
On 7/25/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
> bryan rasmussen wrote:
> > nant gives the following error: Build File c:\tools\wix.incl
bryan rasmussen wrote:
> nant gives the following error: Build File c:\tools\wix.include does not
> exist.
>
> I suppose in reference to this include.
>unless="${property::exists('wix.properties.defined')}" />
>
> so, two questions where are the includes in the example? and how do I
>
wix.
nant gives the following error: Build File c:\tools\wix.include does not exist.
I suppose in reference to this include.
so, two questions where are the includes in the example? and how do I
set the wix.properties.defined property so that I don't need the
includes.
Cheers,
Bryan Rasmussen
---
Hi Stefan
Thanks a lot but I've already solved my problem. The problem was
between chair and keyboard of course :)
I've used VersionNT in wrong way - I took result value like 500 or so
but I wanted boolean result (if property is set or not) and that was my
problem.
Now I have 2 custom actions
Hi Milan,...
Milan Tomeš wrote:
> Hi all,
>
> RadioGroup is linked to property
> _ServiceInstall which has value "VersionNT". I guess that will result in
> 1 if VersionNT is set and 0 if not right ? If its true so why my code
> isn't working ? If I set 1 instead if VersionNT in _ServiceInstall
Hi all,
I'm writing my very first installation script using WiX and I'm having
some troubles with that. I have my own setup dialog (which sets some
properties of database server) and on that dialog I want to enable /
disable controls in order of running environment / user choices. So I
have a
25 matches
Mail list logo