I'm trying to respond to a minor upgrade in my InstallExecuteSequence
section. If I execute my .msi file using the following params:

  msiexec /i mymsi.msi REINSTALL=ALL REINSTALLMODE=vomus

Is there a particular flag (ie: REINSTALL) that I can expect to be on?
I'm trying to respond with:

  <Custom Action="MyAction" After="InstallFinalize">
    Reinstall
  </Custom>

, but my action is not being invoked.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to