Suggestion: reg key change for side-by-side usage on Windows platforms

Post Reply
kproth
Posts: 76
Joined: Sun Jan 01, 2023 2:31 pm
Real Name: Kevin Roth

Currently, if someone installs QLC+ v4 on their machine and also wants to install QLC+ v5, the windows builds are attempting to share the same registry key used to track the last custom directory it installed to. Even though they have different default install paths (C:\QLC+, vs. C:\QLC+5). So if the user customized the install path for v4, then the v5 installer will default to the same customized install path that v4 was installed to. And vice versa.

Consider editing platform/windows/qlcplus5Qt5.nsi, line 20, as follows:

Code: Select all

InstallDirRegKey HKCU "Software\qlcplus" "Install_Dir5"
That would allow v4 and v5 to have their own unique custom install paths.
Post Reply