I am making an installer in InstallShield 8 and trying to put an option as in a check in the setupcomplete dialog, I am using the below link as help:
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q106070
As also stated in this link:
"An InstallScript custom action may not successfully launch from the OK button control on the SetupCompleteSuccess dialog. This is because the custom action ISCleanupSuccess is executed before the custom action to view the ReadMe is launched. ISCleanupSuccess removes the InstallScript engine from memory, and the InstallScript custom action will not launch successfully."
when i run the ISComplete success event after running event that opens readme file i get this error:
"Errror 1722. There is a problem with this Windows Installer package. A program run as part of the did not finish as expected. COntect your Support..." But read me file opens
They have written in the same link that InstallShield script may not launch from OK button in SetupCompleteSuccess dialog and yet they mention doing the same in the steps.