hephy-dd / comet-pqc

Process Quality Control for CMS outer tracker
https://hephy-dd.github.io/comet-pqc/
GNU General Public License v3.0
4 stars 1 forks source link

Create a Windows Installer #216

Open arnobaer opened 3 months ago

arnobaer commented 3 months ago

There is a caveat with deploying software on Windows using a self-extracting exe: Windows starts to delete the extracted files in the user's TEMP directory after several hours, resulting in disappearing icons and config files that break the software.

To solve this issue there is a proposal to deploy the software on Windows as Installer using Inno Setup.

See also: https://github.com/hephy-dd/sqc/issues/55