I am setting up a multilayer installer and need to catch the cancel button on screens so I can notify the main installer with an abort notice. Is there a way to do this ?
Announcement
Collapse
No announcement yet.
Can I catch Cancel button ??
Collapse
This topic is closed.
X
X
-
Re: Can I catch Cancel button ??
Create a registry entry as very last action of the sub-installer. Upon return to the main installer check that entry existence to decide if user aborted any screen (or if sub installer failed for any other reason).
[This message has been edited by pit (edited 11-30-2001).]
Comment
-
-
Re: Can I catch Cancel button ??
Hi,
Since you are using Setup Factory 6.0, you might want to include your sub-installer as a "Primer File". This might make the whole process easier, but if you already have it working I’d leave it the way it is.
mark.MSI Factory The Next Generation Intelligent Setup Builder
Comment
-
Comment