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 Problem


1 reply to this topic

tnand53

tnand53
  • Full Members
  • 23 posts

Posted 20 February 2014 - 18:17

I have a custom action which i do not want to run on a minor upgrade. What custom actions conditions should i use

 

I have one more problem . After the minor upgrade is over ; when i double click Setup.exe ; it again does to the "Resume Setup" mode again. After minor upgrade installation is over; it always says install is successful. What could be issue


Edited by tnand53, 20 February 2014 - 18:19.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 February 2014 - 21:06

You could use

Not Installed

as condition for a custom action that should only run during first time install.

 

Did you increment the ProductVersion? I would expect the setup to enter maintenance mode. Check the command line settings in setup.ini. Try to launch the msi directly (without setup.exe) to see what happens.