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:
parent
754fe7bc49
commit
e0dc9ab083
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue