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

Uninstalling using Add/Remove Programs


3 replies to this topic

Enoch Chum

Enoch Chum
  • Members
  • 12 posts

Posted 06 December 2001 - 18:06

Hi All,

What code gets run during the uninstalling of the program? I've put some code in the function OnBegin() and it gets run even during an uninstall


zeno

zeno
  • Members
  • 2 posts

Posted 07 December 2001 - 20:49

OnUninstall()

Christof

Christof
  • Members
  • 56 posts

Posted 10 December 2001 - 09:53

If you select MaintanceModus it will first go to
OnMaintUIBefore()


mandrews

mandrews
  • Members
  • 44 posts

Posted 11 December 2001 - 17:43

There's a good link in here that helped me a lot.  

It's an event map for InstallScript.  This regards InstallShield 6, but the road map should be pretty much the same for Developer 7.

From InstallSite menu at the left, choose IS5/6 Tools & Tips > Documentation > Event Map for InstallShield 6

I have these pages printed out and tacked up in my cubicle for reference.  

I don't have to use them much anymore, but they helped a lot in wrapping my brain around InstallScript.