Closed TheOneRing closed 8 years ago
Maybe we can get rid of the option to start charm from the installer?
That's what I was thinking too.
Hm all I can find for cpack is https://cmake.org/Wiki/CMake:CPackConfiguration and nothing about running an application on exit.
The closest thing would be
CPACK_PACKAGE_EXECUTABLES List of pairs of executables and labels. Used by the NSIS generator to create Start Menu shortcuts.
When charm is started from the installer it runs in the admin space. This breaks the single instance code.