From 73a368d166d79871b47957c0d6976b5c31793059 Mon Sep 17 00:00:00 2001 From: bitraid Date: Fri, 18 Jan 2019 09:26:42 +0200 Subject: [PATCH] Fix SetRegView condition of 052d07d37 --- misc/nsis/install.nsh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/nsis/install.nsh b/misc/nsis/install.nsh index eb1079ea6..b6c80441a 100755 --- a/misc/nsis/install.nsh +++ b/misc/nsis/install.nsh @@ -270,9 +270,7 @@ Section "Core Files (required)" SectionCoreFiles ${if} $R0 != "" DeleteRegKey HKLM "${REG_UN}\${PRODUCT_NAME}" ${endif} - ${if} ${RunningX64} - SetRegView 64 - ${endif} + SetRegView lastused ${endif} SetOutPath $INSTDIR