Marking a CLOSE Button in the MSI
Updated: 21 May 2010 | 1 comment
I am creating a MSI using a previous version of WISE, 6.0
The dialog has an option of marking a minimise button to the MSI,
Is there a similar option to add a CLOSE button as well like a X button on the right hand side of the minimise button.
Thanks
Discussion Filed Under:
Comments
Not that I know of
Adding a close button would mean that an install could be terminated in an "unclean" way. You should instead consider adding an EXIT button as a normal pushbutton, which then runs a Type 19 custom action to terminate the install cleanly.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Would you like to reply?
Login or Register to post your comment.