nsis: use old InstallDir when already installed
See https://gitlab.com/librewolf-community/browser/windows/-/issues/178
This commit is contained in:
parent
58b2271e34
commit
b3245a5320
3 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
Name "${APPNAME}"
|
Name "${APPNAME}"
|
||||||
OutFile "${PROGNAME}-${PROG_VERSION}.en-US.win64-setup.exe"
|
OutFile "${PROGNAME}-${PROG_VERSION}.en-US.win64-setup.exe"
|
||||||
|
InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "InstallLocation"
|
||||||
InstallDir $PROGRAMFILES64\${APPNAME}
|
InstallDir $PROGRAMFILES64\${APPNAME}
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
|
|
||||||
1
common
Submodule
1
common
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1e529672fc81de6c15d584d41efa17880b28fea4
|
||||||
1
settings
Submodule
1
settings
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9075142f3a1b52a949e7f2602b212dc24b6a8cf1
|
||||||
Loading…
Add table
Reference in a new issue