KDAB / Charm

The Cross-Platform Time Tracker
GNU General Public License v2.0
193 stars 70 forks source link

When charm is started from the installer it runs in the admin space. #276

Closed TheOneRing closed 8 years ago

TheOneRing commented 8 years ago

When charm is started from the installer it runs in the admin space. This breaks the single instance code.

frankosterfeld commented 8 years ago

Maybe we can get rid of the option to start charm from the installer?

TheOneRing commented 8 years ago

That's what I was thinking too.

TheOneRing commented 8 years ago

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.