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

Minor Upgrade Custom Action


1 reply to this topic

RMo

RMo
  • Members
  • 21 posts

Posted 16 April 2004 - 13:57

Hi,

I can remember reading somewhere that it was possible to set the REINSTALL property through a custom action. To enable the user to perform a minor upgrade when double clicking a msi. I tried several ways now, but can not get it to work....

Any ideas on how to do this?

Regards, Raoul

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 April 2004 - 14:04

The problem is the REINSTALLMODE property which must be set to include the "v" switch. And this can only be done outside the .msi through a setup.exe launcher.
You may want to use .msp patches instead.