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

Forcing Install ONLY During Silent


1 reply to this topic

cmahood

cmahood
  • Members
  • 28 posts

Posted 16 September 2004 - 22:52

Is there a way to force an installer to ONLY install (i.e. if the product is already installed it will not attempt to uninstall)?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 17 September 2004 - 13:28

I would strongly recommend against this, but you could use a LaunchCondition of
Not Installed
This will prevent your application from being uninstalled, repaired, updated etc.