Hi,

In my install project, I've already created custom action to successfully
hide the cancel button in the ProgressDlg.  During installation, I do see
that the cancel button was hidden.  However, during "RollbackCleanup" stage
(I assume it is in the InstallFinalize action), I see that the cancel button
get re-enabled by itself.  I have no idea where it came from.  I used Orca
to check my list of InstallExecuteSequence, I have the followings:

...
InstallDoneHideCancelButton  (my custom action)
CreateShortcuts
WriteRegistryValues
WriteIniValues
RegisterUser
RegisterProduct
PublishFeatures
PublishProduct
InstallFinalize
...

During the Register and publish stage, I still see my cancel button is
disabled.  But when I start seeing the "RollbackCleanup" message, the cancel
button get re-enabled by itself.  

Has anyone seen this before or know what is going on?  Is there anyway I can
track down where it came from?  Or does anyone know how I can stop this from
happening?

John

-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Need-help-tracking-down-how-my-Cancel-button-in-ProgressDlg-gets-re-enabled-by-itself-during-Installe-tp4947376p4947376.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to