Use current user in context and launch app after install [skip ci]

This commit is contained in:
mlsmaycon
2022-05-23 23:02:54 +02:00
parent f855feff7b
commit e557514ae7

View File

@@ -155,7 +155,7 @@ FunctionEnd
Function UninstallPrevious
; Check for uninstaller.
ReadRegStr $R0 HKLM "${HKLM_REG_KEY}" "InstallDir"
ReadRegStr $R0 HKLM "${UNINSTALL_PATH}" "UninstallString"
${If} $R0 == ""
Goto Done