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

prevent a new package from installing on older ver


1 reply to this topic

NareshMaram

NareshMaram
  • Full Members
  • 3 posts

Posted 30 April 2008 - 18:32

Hi,

Can any one help with the following problem.
How do I prevent a new package from installing over an Older version? means basically i do want to upgrade my software.
How do i do this in the newer Installer.

Please help me.

Thanks,
Naresh

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 07 May 2008 - 16:29

Change the ProductCode. Add a Major Upgrade item. In the advanced settings, switch to "detrect only". Add a type 19 custom action (diaply error and exit) after FindRelatedProducts with a condition using the property you specified for the Major Upgrade item.