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

2011-04-28 Thread Tobias S
t; 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 som

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

2011-04-27 Thread Alec Taylor
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 > Ca

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 que

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 : > afaik not possible exce

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 : > Hi, > I searched a lot online, but did not hit a result. > The question is how the installer make th