Re: [WiX-users] old unanswered question regarding to Dialog Close button

2011-04-28 Thread Tobias S
Did a short test where [X] was enabled when disabling the Cancel
button. So seems to be disabled only when removing [Cancel] and not on
the ExitDialog...

2011/4/27 Blair os...@live.com:
 I'm curious: what happens if you include but disable the cancel button?

 -Original Message-
 From: Tobias S [mailto:tobias.s1...@gmail.com]
 Sent: Wednesday, April 27, 2011 5:13 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] old unanswered question regarding to Dialog Close
 button

 hmmm ... just, by accident figured out something interesting. The [X]
 seems to correspond with the [Cancel] Button. So when removing the
 Cancel button the Dialog Close / [X] gets disabled. Unfortunately
 this seems not be working for the ExitDialog.


 2011/4/27 Tobias S tobias.s1...@gmail.com:
 afaik not possible except for modal dialogs. Assume here Tramontana
 shows such one.

 By default this is not a possible requirement for Windows Installer.

 Regards,
 Tobias


 2011/4/27 william lee wele...@gmail.com:
 Hi,
 I searched a lot online, but did not hit a result.
 The question is how the installer make the decision to enable or disable
 the
 dialog X(close) button on top right corner.
 There is no dialog attribute to control it, but sometimes it just
 disabled,
 for example:
 http://www.tramontana.co.hu/wix/lesson8.php#8.1
 The first sample dialog just have X button disabled.

 I have a requirement that want to disable this X button on the finish
 install dialog, no idea how to do it.
 Any one know some internal undocumented information? :)

 thanks,
 William L.

 
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



 
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] old unanswered question regarding to Dialog Close button

2011-04-27 Thread william lee
Hi,
I searched a lot online, but did not hit a result.
The question is how the installer make the decision to enable or disable the
dialog X(close) button on top right corner.
There is no dialog attribute to control it, but sometimes it just disabled,
for example:
http://www.tramontana.co.hu/wix/lesson8.php#8.1
The first sample dialog just have X button disabled.

I have a requirement that want to disable this X button on the finish
install dialog, no idea how to do it.
Any one know some internal undocumented information? :)

thanks,
William L.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] old unanswered question regarding to Dialog Close button

2011-04-27 Thread Tobias S
afaik not possible except for modal dialogs. Assume here Tramontana
shows such one.

By default this is not a possible requirement for Windows Installer.

Regards,
Tobias


2011/4/27 william lee wele...@gmail.com:
 Hi,
 I searched a lot online, but did not hit a result.
 The question is how the installer make the decision to enable or disable the
 dialog X(close) button on top right corner.
 There is no dialog attribute to control it, but sometimes it just disabled,
 for example:
 http://www.tramontana.co.hu/wix/lesson8.php#8.1
 The first sample dialog just have X button disabled.

 I have a requirement that want to disable this X button on the finish
 install dialog, no idea how to do it.
 Any one know some internal undocumented information? :)

 thanks,
 William L.
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] old unanswered question regarding to Dialog Close button

2011-04-27 Thread Tobias S
hmmm ... just, by accident figured out something interesting. The [X]
seems to correspond with the [Cancel] Button. So when removing the
Cancel button the Dialog Close / [X] gets disabled. Unfortunately
this seems not be working for the ExitDialog.


2011/4/27 Tobias S tobias.s1...@gmail.com:
 afaik not possible except for modal dialogs. Assume here Tramontana
 shows such one.

 By default this is not a possible requirement for Windows Installer.

 Regards,
 Tobias


 2011/4/27 william lee wele...@gmail.com:
 Hi,
 I searched a lot online, but did not hit a result.
 The question is how the installer make the decision to enable or disable the
 dialog X(close) button on top right corner.
 There is no dialog attribute to control it, but sometimes it just disabled,
 for example:
 http://www.tramontana.co.hu/wix/lesson8.php#8.1
 The first sample dialog just have X button disabled.

 I have a requirement that want to disable this X button on the finish
 install dialog, no idea how to do it.
 Any one know some internal undocumented information? :)

 thanks,
 William L.
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] old unanswered question regarding to Dialog Close button

2011-04-27 Thread Blair
I'm curious: what happens if you include but disable the cancel button?

-Original Message-
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: Wednesday, April 27, 2011 5:13 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] old unanswered question regarding to Dialog Close
button

hmmm ... just, by accident figured out something interesting. The [X]
seems to correspond with the [Cancel] Button. So when removing the
Cancel button the Dialog Close / [X] gets disabled. Unfortunately
this seems not be working for the ExitDialog.


2011/4/27 Tobias S tobias.s1...@gmail.com:
 afaik not possible except for modal dialogs. Assume here Tramontana
 shows such one.

 By default this is not a possible requirement for Windows Installer.

 Regards,
 Tobias


 2011/4/27 william lee wele...@gmail.com:
 Hi,
 I searched a lot online, but did not hit a result.
 The question is how the installer make the decision to enable or disable
the
 dialog X(close) button on top right corner.
 There is no dialog attribute to control it, but sometimes it just
disabled,
 for example:
 http://www.tramontana.co.hu/wix/lesson8.php#8.1
 The first sample dialog just have X button disabled.

 I have a requirement that want to disable this X button on the finish
 install dialog, no idea how to do it.
 Any one know some internal undocumented information? :)

 thanks,
 William L.


--
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] old unanswered question regarding to Dialog Close button

2011-04-27 Thread Alec Taylor
Universe implodes.

On Thu, Apr 28, 2011 at 3:07 AM, Blair os...@live.com wrote:
 I'm curious: what happens if you include but disable the cancel button?

 -Original Message-
 From: Tobias S [mailto:tobias.s1...@gmail.com]
 Sent: Wednesday, April 27, 2011 5:13 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] old unanswered question regarding to Dialog Close
 button

 hmmm ... just, by accident figured out something interesting. The [X]
 seems to correspond with the [Cancel] Button. So when removing the
 Cancel button the Dialog Close / [X] gets disabled. Unfortunately
 this seems not be working for the ExitDialog.


 2011/4/27 Tobias S tobias.s1...@gmail.com:
 afaik not possible except for modal dialogs. Assume here Tramontana
 shows such one.

 By default this is not a possible requirement for Windows Installer.

 Regards,
 Tobias


 2011/4/27 william lee wele...@gmail.com:
 Hi,
 I searched a lot online, but did not hit a result.
 The question is how the installer make the decision to enable or disable
 the
 dialog X(close) button on top right corner.
 There is no dialog attribute to control it, but sometimes it just
 disabled,
 for example:
 http://www.tramontana.co.hu/wix/lesson8.php#8.1
 The first sample dialog just have X button disabled.

 I have a requirement that want to disable this X button on the finish
 install dialog, no idea how to do it.
 Any one know some internal undocumented information? :)

 thanks,
 William L.

 
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



 
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users