Hi,
Is there a good way to disable the cancel button on a customized Wix UI,
while processing some custom actions?
I have schedule the customized progressdlg show up, then following by a
immediate CA.
I'd like to disable Cancel button on progressdlg during immediate CA is
running, then enable the Cancel button later.

I tried
MSDN's MsiCreateRecord, MsiRecordSetInteger, INSTALLMESSAGE_COMMONDATA way,
it doesn't work.
It looks like only apply to Windows Internal UI.

I googled around, found either use a button with action to update UI, or
twins dialog.
But here, on ProgressDlg, i don't have a button to trigger control event,
and no button to launch twins dialog...

Is there anyway to use custom action to trigger ProgressDlg UI control
condition re-evaluation, or end current ProgressDlg, show up its twins
dialog?

Thanks!
William L.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to