sys-API icon indicating copy to clipboard operation
sys-API copied to clipboard

Upgrading installation using setup.exe fails with permission errors

Open Krillsson opened this issue 1 year ago • 0 comments

It's because the process/service is running and cannot be replaced while running.

Before upgrading

  1. Stop service using services.msc
  2. (? necessary) uninstall service using .bat file in installation directory
  3. Perform upgrade by running setup.exe as administrator

A long term fix would be to have the installer stop/start the service itself. I need to investigate if the installation creator tool can do this.

Krillsson avatar Nov 24 '24 11:11 Krillsson