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

Preventing parts of script from being uninstalled


1 reply to this topic

newport

newport
  • Members
  • 13 posts

Posted 24 September 2002 - 16:55

Hello, my uninstall is executing a LaunchAppAndWait() that was called in the install. The setup file, msJet is no longer on the system (and I do not want to leave it hanging around) but the uninstall still tries to fire off the LaunchAppAndWait and spits out errors. How can I make the uninstall skip this?

Thanks in advance!
~Chris

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 24 September 2002 - 23:17

Enclose that install code in Disable(LOGGING) and Enable(LOGGING) calls.  Then re-install your software and try uninstalling it again.
user posted image