From e0dc9ab08392645042476a2ee7c557b2dc5c6280 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 8 Sep 2007 17:28:37 +0000 Subject: [PATCH] use SetRegView lastused to avoid resetting the user's setting git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5270 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/library.but | 2 +- Include/Library.nsh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/src/library.but b/Docs/src/library.but index a5797e73..97c61bf8 100644 --- a/Docs/src/library.but +++ b/Docs/src/library.but @@ -108,7 +108,7 @@ The Windows temp directory could be located on any volume, so you cannot use thi \b Installs a DLL built for Windows x64. -\b \\Warning:\\ this resets \R{setregview}{RegSetView} and file system redirection. +\b \\Warning:\\ this resets file system redirection. \S2{} LIBRARY_SHELL_EXTENSION diff --git a/Include/Library.nsh b/Include/Library.nsh index c77c3302..0f6cb19b 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -240,7 +240,7 @@ !ifdef LIBRARY_X64 - SetRegView 32 + SetRegView lastused !endif @@ -685,7 +685,7 @@ !ifdef LIBRARY_X64 - SetRegView 32 + SetRegView lastused !endif @@ -695,7 +695,7 @@ !ifdef LIBRARY_X64 - SetRegView 32 + SetRegView lastused !endif