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

Uninstall and custom actions


1 reply to this topic

Chelley

Chelley
  • Members
  • 43 posts

Posted 18 May 2005 - 14:22

Hi All

I have a BasicInstallshield project where I run a custom action at the very end. However, I only want this to run on Install and not Uninstall.

How do I prevent it from running on Uninstall???

I currently have it after the InstallFinalize in the Execute sequence. It would be run in silent mode for both install and uninstall.

Michelle

tdumez

tdumez
  • Members
  • 4 posts

Posted 18 May 2005 - 14:46

If the Product is being uninstalled, then the remove property is set to "All "
So add the condition REMOVE~<>"ALL"

kr,
Tim