Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Exit the installation


2 replies to this topic

BCL

BCL
  • Full Members
  • 13 posts

Posted 19 December 2007 - 17:21

Hai All,

I am using InstallShield 12 SP2 and Basic MSI project. I have custom dialog screen with Finish button. I want to exit the installation if the user clicks the Finish button. Is there any way to skip the SetupInterrupted or SetupCompleteSuccess screen. How do I exit the installation if the user clicks Finish button without going to any other dialogs.

KathyMorey

KathyMorey
  • Full Members
  • 111 posts

Posted 20 December 2007 - 14:38

I don't think you can skip them, but I think you can substitute your dialog for the standard one.
Kathy Morey
Synergy Software Engineer
ProfitStars, a Jack Henry Company
kmorey@profitstars.com

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 21 December 2007 - 10:37

The InstallUISequence table contains three special entries with values -1, -2 and -3. These items denote the dialog shown when the installation completes, fails or is aborted.
Try removing the item of your choice from the InstallUISequence table and see what happens.