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

Running InstallScript at the end of the installation


2 replies to this topic

erez

erez
  • Members
  • 24 posts

Posted 28 January 2002 - 09:32

Hi,

I'm trying to run a script (by using a custom action) when the user clicks the Finish button in the SetupCompleteSuccess dialog. For some reason, this action doesn't run. Why? The action is configured as immediate execution and should always execute.


gunaveluj

gunaveluj
  • Members
  • 20 posts

Posted 30 January 2002 - 20:21

Try positioning your custom action before the EndDialog Event in SetupCompleteSuccess Finish button behaviour.

erez

erez
  • Members
  • 24 posts

Posted 31 January 2002 - 07:54

thanks - this problem was already solved