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

How to run a custom Action all the time


1 reply to this topic

InstallDev

InstallDev
  • Full Members
  • 43 posts

Posted 05 November 2004 - 19:26

Hi all,
How can I make sure that a custom Action will be run all the time..I mean if the user cancel the installation. If an error occured during the installation. If errors happened during silent installation. Where should I put my custom action? what sequence number should I assign my custom Action with? I want to do some stuff no matter what happens to the installation....
Thank you ...

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 November 2004 - 09:27

Put in both, UI and Execute sequence, as first action, to make sure it runs even if the install is aborted early.