From ca43ef6982ebcf7d0a99585ff189fbcb80911276 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 15 Dec 2016 00:27:48 +0100 Subject: [PATCH] Small installer fix. --- etc/NSIS/setup.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 95a726d5..9b8b093e 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -639,6 +639,7 @@ Section "-Update Registry" WriteRegStr HKLM "${MyRegPath}" "URLInfoAbout" "${MyWebSite}" WriteRegStr HKLM "${MyRegPath}" "URLUpdateInfo" "${MyWebSite}" + DeleteRegKey HKCU "${AppPaths}\LameXP.exe" WriteRegStr HKLM "${AppPaths}\LameXP.exe" "" "$INSTDIR\$R0" WriteRegStr HKLM "${AppPaths}\LameXP.exe" "Path" "$INSTDIR" SectionEnd