I'm trying to get my installer to do a minor upgrade. It contains a file, scanning.exe, that has gone from version 2.0.4 to version 2.1.1. However this file is getting skipped when I run the installer. Also I added a new file Agent.RUT.6.8.0.1.exe to the package and it is not getting installed when I do an upgrade. I'm using the command line options REINSTALL=ALL REINSTALLMODE=vomus in the lua script. When the installer finishes, the product version in the Windows control panel shows 2.1.1 so it seems like the upgrade completed, but the new exe files have not been installed. I can't figure it out. I've attached the log.
Component: scanning.exe; Installed: Local; Request: Null; Action: Null
Component: Agent.RUT.6.8.0.1.exe; Installed: Absent; Request: Null; Action: Null
What causes no action to be taken for these exe files? The installer works great if no previous version of the product is installed. There is only an issue when upgrading from an older version. Thank you for your help.
Component: scanning.exe; Installed: Local; Request: Null; Action: Null
Component: Agent.RUT.6.8.0.1.exe; Installed: Absent; Request: Null; Action: Null
What causes no action to be taken for these exe files? The installer works great if no previous version of the product is installed. There is only an issue when upgrading from an older version. Thank you for your help.
Comment