Hi I'm trying to disable the "Cancel" button on "ProgressDlg" and my understanding from documentation was that a <publish> can set and/or override values in dialogs. It seems to work well if it comes to WiX Exit dialog and the launch app checkbox... I tried it with the below code, but the cancel button is not disabled.
Is this not possible this way? Per default "ProgressDlg" also sets the "Overridable=yes"... so I expected this should be possible... anything wrong here? <Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONFOLDER" /> <UI> <UIRef Id="WixUI_InstallDir" /> <Publish Dialog="ProgressDlg" Control="Cancel" Property="Disabled" Value="yes" /> </UI> Regards Marc ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users