mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
Use current user in context and launch app after install [skip ci]
This commit is contained in:
@@ -155,7 +155,7 @@ FunctionEnd
|
|||||||
Function UninstallPrevious
|
Function UninstallPrevious
|
||||||
|
|
||||||
; Check for uninstaller.
|
; Check for uninstaller.
|
||||||
ReadRegStr $R0 HKLM "${HKLM_REG_KEY}" "InstallDir"
|
ReadRegStr $R0 HKLM "${UNINSTALL_PATH}" "UninstallString"
|
||||||
|
|
||||||
${If} $R0 == ""
|
${If} $R0 == ""
|
||||||
Goto Done
|
Goto Done
|
||||||
|
|||||||
Reference in New Issue
Block a user