Describe the issue
The MSI installer does not directly install time to leave.
On my computer, after clicking on it, it silently added a file C:\Program Files (x86)\Time to Leave Installer\time_to_leave.exe. I only found it after searching for it.
Double clicking on this file does the actual installation. I suspect it's simply the same .exe file we produce on the release assets.
It also adds an unexpected entry to the installed programs:
Clicking on modify or uninstall shows a very weird name asking for administrator rights.
Expected behavior
The installer should just install the actual tool.
There should be no entry for the installer.
And it should not require admin rights for this simple tool, just like the actual time to leave doesn't.
Describe the issue The MSI installer does not directly install time to leave. On my computer, after clicking on it, it silently added a file
C:\Program Files (x86)\Time to Leave Installer\time_to_leave.exe
. I only found it after searching for it. Double clicking on this file does the actual installation. I suspect it's simply the same .exe file we produce on the release assets. It also adds an unexpected entry to the installed programs:Clicking on modify or uninstall shows a very weird name asking for administrator rights.
Expected behavior The installer should just install the actual tool. There should be no entry for the installer. And it should not require admin rights for this simple tool, just like the actual time to leave doesn't.