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
This commit is contained in:
kichik 2007-09-08 17:28:37 +00:00
parent 754fe7bc49
commit e0dc9ab083
2 changed files with 4 additions and 4 deletions

View file

@ -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