It's this topic, although there may be others:

http://msdn.microsoft.com/en-us/library/aa368791(VS.85).aspx  

Phil Wilson 

-----Original Message-----
From: Rob Mensching [mailto:rob.mensch...@microsoft.com] 
Sent: Monday, January 05, 2009 7:33 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Disable cancel button on ProgressDlg during 
CustomAction execution

1.  IIRC, there is a way to disable a Cancel button.  I've seen it in the MSI 
SDK.  

2.  Yes, CustomActions can cancel the installation.  I know the MSI SDK 
documents how to do that.

-----Original Message-----
From: sujanakar reddy [mailto:sujanakar_re...@hotmail.com] 
Sent: Sunday, January 04, 2009 21:35
To: WixUsers
Subject: [WiX-users] Disable cancel button on ProgressDlg during CustomAction 
execution


Hi,

In my installer, I am executing a CustomAction after "InstallFiles" and Before 
"InstallFinalize" actions.

When the user clicks Cancel button during CustomAction execution, the 
installation is not getting rollback and the product is installed successfully.
I want to disable the Cancel button on my progress dialog after "InstallFiles" 
action, to prevent the user from cancelling the installation, how to disable  
the Cancel button during execution of CustomAction?
or
Is there any way to cancel and rollback the installation during CustomAction 
execution (if user clicks Cancel)?


Thanks,
Sujanakar
_________________________________________________________________
Drag n' drop-Get easy photo sharing with Windows Live(tm) Photos.

http://www.microsoft.com/windows/windowslive/photos.aspx
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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



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

Reply via email to