Re: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

2014-07-18 Thread TimM
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-hotkeys-tp7595958p7595969.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

2014-07-18 Thread TimM
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.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

2014-07-18 Thread Rob Mensching
To be clear, it's not a question whether WiX supports it. It's a question 
whether the Windows Installer supports it. Did you try setting the hotkey in a 
static control with tab order before the edit box. That's the way you typically 
handle it in Win32 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: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

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 they would 
like to Alt-hotkey to set focus to each one.

If there is nothing built into WiX that can support this then I can convince 
them to just use the Tab instead of the Alt-hotkey method.

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-tp7595958p7595960.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and search 
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the 
same software that powers the world's largest code search on Ohloh, the Black 
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

2014-07-18 Thread TimM
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 they would like to Alt-hotkey to set focus to each one.

If there is nothing built into WiX that can support this then I can convince
them to just use the Tab instead of the Alt-hotkey method.

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-tp7595958p7595960.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

2014-07-18 Thread Hoover, Jacob
Why would you want to and what would you expect it to do? For buttons and check 
boxes they perform the command associated with the control, for an edit control 
it just doesn't make sense to do so.

-Original Message-
From: TimM [mailto:timmay...@smarttech.com] 
Sent: Friday, July 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 want set for controls Alt hotkey, but if you have Edit and 
MaskedEdit controls how do you set it's controls Alt hotkey?

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-tp7595958.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and search 
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the 
same software that powers the world's largest code search on Ohloh, the Black 
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Dialog box edit controls and setting Alt hotkeys

2014-07-18 Thread TimM
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.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Dialog-box-edit-controls-and-setting-Alt-hotkeys-tp7595958.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom dialog licensing/distribution

2013-01-08 Thread chroyer


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/examples and copied most of 
the code from WixUI_FeatureTree.wxs. I am sure that I don't have to 
redistribute the xml of my simple dialog (2 edit boxes and a button), but do I 
need to distribute the modified version of WixUI_FeatureTree.wxs? 

>From Rob's post (see the thread above) it appears that I don't have to (I am 
>considering the dialog sequence a starter example). But the original wxs file 
>would have me distribute my changes in source format. 

I looks like the sample files be cleaned up eventually, but what can I do in 
the meantime? (ignore the license in the source file? just include the .wxs in 
my package, to be installed with out product?) 


Thanks, 
Christophe 
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Dialog

2011-02-10 Thread Rob Mensching
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 to save the data in an
> xml
> file. How can i do that?
> Thanks,
> Subrat
>
> --
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Dialog

2011-02-10 Thread subrat agasti
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 performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom Dialog - Property Setting

2009-04-20 Thread Pally Sandher
>From your code fragment it seems like you're trying to use the inner
text of your publish tags to set your property. Inner text doesn't work
like that, it's generally used as a condition on the element (with some
exceptions like Text Controls).

Try modifying the code for your "yes" and "no" buttons to the following:


  1
  1


  1
  1


That should achieve what you're trying to do with those buttons. The 1
in the inner text just means it always does the Publish events when they
are clicked. See the Publish Element in the WiX.chm for more
information.

Hope this helps and good luck.


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental 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.sourceforge.net
Subject: [WiX-users] Custom Dialog - Property Setting

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 buttons 'Yes' and 'No'.

If user clicks on 'Yes', I want a public property to be set to "1" and
if user clicks on 'No' it should set to "0" without disturbing further
installation process.

Here is my code







The Setup has found database instance on your
system. Do you want to remove it...
 


  INSTALL_FILE="1 "
 <===





INSTALL_FILE="0"
<===






  



I am getting stucked at arrow pointed lines.

The property 'INSTALL_FILE' is not getting set here.

Basically what I want to do is storing this property value in registry
and then take appropriate action while running my application exe.

Thanks Pally Sandher sir/mam for regularly giving suggestions and thanks
to all for making so efforts.

Anyone having ideas???

Regards,

Ron


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom Dialog - Property Setting

2009-04-20 Thread ron cooper
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 buttons 'Yes' and 'No'.

If user clicks on 'Yes', I want a public property to be set to "1" and if
user clicks on 'No' it should set to "0" without disturbing further
installation process.

Here is my code







The Setup has found database instance on your
system. Do you want to remove it...
 


  INSTALL_FILE="1 "
 <===





INSTALL_FILE="0"
<===






  



I am getting stucked at arrow pointed lines.

The property 'INSTALL_FILE' is not getting set here.

Basically what I want to do is storing this property value in registry and
then take appropriate action while running my application exe.

Thanks Pally Sandher sir/mam for regularly giving suggestions and thanks to
all for making so efforts.

Anyone having ideas???

Regards,

Ron
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom dialog during uninstallation

2009-03-21 Thread Bob Arnson
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 users to go through a maintenance 
mode dialog set.

-- 
sig://boB
http://joyofsetup.com/



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom dialog during uninstallation

2009-03-18 Thread Jan Bilek
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 how to accomplish that to display very own dialog from 
Custom action stored in DLL?

Thanks for any help.

JB

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom dialog

2009-02-15 Thread Bob Arnson
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 and move them to your new dialog.

> I've seen some
> example that use WiUI_InstallDir though I don't want to give users the
> option of changing the installation directory.
>   

WixUI_Minimal is the next less powerful dialog set.

-- 
sig://boB
http://joyofsetup.com/



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom dialog

2009-02-15 Thread Brian Rogers
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 13, 2009 at 5:00 AM, Lough, Norman wrote:

> 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 use WiUI_InstallDir though I don't want to give users the
> option of changing the installation directory.
>
>
>
> When trying the following the dialog doesn't appear:
>
>
>
>  Value="VerifyReadyDlg">1
>
>  Value="ProgressDlg">1
>
>
>
> I'd expect to have to include at least another custom dialog after this
> one. Could anyone advise where I'm going wrong?
>
>
>
> Any help would be appreciated.
>
>
>
> Cheers
>
> Norman Lough
>
> Developer
>
> Tel: +44 (0)191 213 
>
> DDI: +44 (0)191 2028360
>
> Email: norman.lo...@imass.co.uk
>
> Imass Ltd, Northumbria House, Regent Centre, Gosforth, Newcastle upon
> Tyne, NE3 3PX. http://www.imass.co.uk 
>
>
>
> Imass Limited is an Infoterra company, part of EADS Astrium
>
>
>
>
>
> Registered in England and Wales No. 2379476
>
>
>
> - Disclaimer -
> The information contained in this e-mail and its attachments is
> confidential and intended only for the use of the individual or entity
> named above.  If you are not the intended recipient, please do not read,
> copy, use or disclose this message or its attachments.  If you have
> received this message in error, please notify the sender immediately and
> delete or destroy all copies of this message and attachments in all
> media.  Any views expressed in this e-mail that do not relate to Imass'
> official business may not reflect the views of the company.
>
>
>
>
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom dialog

2009-02-13 Thread Lough, Norman
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 use WiUI_InstallDir though I don't want to give users the
option of changing the installation directory.

 

When trying the following the dialog doesn't appear:

 

1

1

 

I'd expect to have to include at least another custom dialog after this
one. Could anyone advise where I'm going wrong?

 

Any help would be appreciated.

 

Cheers

Norman Lough

Developer

Tel: +44 (0)191 213 

DDI: +44 (0)191 2028360

Email: norman.lo...@imass.co.uk

Imass Ltd, Northumbria House, Regent Centre, Gosforth, Newcastle upon
Tyne, NE3 3PX. http://www.imass.co.uk  

 

Imass Limited is an Infoterra company, part of EADS Astrium

 

 

Registered in England and Wales No. 2379476

 

- Disclaimer -
The information contained in this e-mail and its attachments is
confidential and intended only for the use of the individual or entity
named above.  If you are not the intended recipient, please do not read,
copy, use or disclose this message or its attachments.  If you have
received this message in error, please notify the sender immediately and
delete or destroy all copies of this message and attachments in all
media.  Any views expressed in this e-mail that do not relate to Imass'
official business may not reflect the views of the company.

 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom dialog text based on features selected?

2008-04-04 Thread Dale Quigg

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 different text controls and then hiding the
invalid controls based on feature conditions.
E.g.






 Id="DialogInfo1">
  $(var.head)

$(var.ExTrans)
  


 Id="DialogInfo2">
  $(var.head)

$(var.smtp)

$(var.iis)
  


 Id="DialogInfo3">
$(var.head)

$(var.ExTrans)

$(var.smtp)

$(var.iis)
  


Dale


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom dialog text based on features selected?

2008-04-04 Thread Dale Quigg
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, I want the dialog text to be;
  "The Exchange Transport Service (MsExchangeTransport) will be
restarted."

If both Feature-A and Feature-B are selected, I want the dialog text to
be (surprise!);
  "The Simple Mail Transfer Protocol Service (SMTPSVC) will be restarted
   The Exchange Transport Service (MsExchangeTransport) will be
restarted."

After reading this thread;
 
http://www.nabble.com/Displaying-UI-AFTER-the-features-have-been-selecte
d-td11587084.html
which got me to Bob's excellent blog entry here;
http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/
I'm thinking it is not possible.

It appears to me that I can only define what dialog appears next using
feature conditions like;
  

In my case, this is OK because I only have two features, which means I
need three dialogs and I can point to the correct one.
However, if someone had three or more features, this would quickly get
ungainly.

So, basically what I want is to have a dialog like;

  
[snip]

  [MG_SERVICE_TEXT]

  

And create a custom action to set my MG_SERVICE_TEXT property
(immediately) after feature selection is done so the property is correct
when my subsequent dialog is displayed.

Can this be done?

Thanks,
Dale


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] custom dialog set build with nant error

2007-07-25 Thread Bob Arnson
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/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] custom dialog set build with nant error

2007-07-25 Thread bryan rasmussen
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.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.include is in the root of the WiX source.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] custom dialog set build with nant error

2007-07-24 Thread Bob Arnson
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.include is in the root of the WiX source.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] custom dialog set build with nant error

2007-07-24 Thread bryan rasmussen
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

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom dialog & control enable / disable

2007-05-28 Thread Milan Tomeš




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 and they sets my property and uses
condition like VersionNT / NOT VersionNT.

Thanks anyway for your time

Milan

Stefan Pavlik napsal(a):

  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 
property value its working ok.

  
  
You didn't post the code for initial setting of _ServiceInstall
property.

I think it should be the custom action (type 51), sequenced before
displaying of the dialog and conditioned by the VersionNT property.


 




VersionNT


Hope that it will help you.

Regards

Stefan

  




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom dialog & control enable / disable

2007-05-28 Thread Stefan Pavlik
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 
> property value its working ok.

You didn't post the code for initial setting of _ServiceInstall
property.

I think it should be the custom action (type 51), sequenced before
displaying of the dialog and conditioned by the VersionNT property.


 




VersionNT


Hope that it will help you.

Regards

Stefan

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Custom dialog & control enable / disable

2007-05-28 Thread Milan Tomeš
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 radio group with options Service (Value = 1) and Standalone 
application (Value = 0). 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 
property value its working ok.

Can anybody help me ? I'm really tired of trying this "features".

Here is source code for my dialog:

  

  Choose server type to install


  


  


  Port


  #


  


  


  Service name


  FirebirdServerDefaultInstance
  (_ServiceInstall <> 
"1")
  (_ServiceInstall = "1")


  Service user-friendly name


  FirebirdServer - DefaultInstance
  (_ServiceInstall = "1")
  (_ServiceInstall <> 
"1")


  (_ServiceName <> 
DefaultServerServiceName) OR (_ServiceUserName <> 
DefaultServerServiceUserName)
  (_ServiceName = 
DefaultServerServiceName) AND (_ServiceUserName = 
DefaultServerServiceUserName)


  WixUI_InstallMode = "InstallCustom"
  WixUI_InstallMode = "InstallComplete"


  1


  (_ServerPort < 1024) or (_ServerPort > 
65535)







  


Thanks

Milan

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users