mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Fix x64 installer option issue
x64 installer set installation path in "C:/Program Files/Notepad++/" but "don't use %APPDATA%" is enabled. This commit fix this issue (make it disabled) Fix #6243
This commit is contained in:
parent
88a2f68f05
commit
b96f91c39a
@ -106,7 +106,7 @@ Function ExtraOptions
|
||||
StrCpy $1 $InstDir $0
|
||||
|
||||
StrLen $0 $PROGRAMFILES64
|
||||
StrCpy $2 $$InstDir "" $0
|
||||
StrCpy $2 $InstDir $0
|
||||
${If} $1 == "$PROGRAMFILES"
|
||||
${ORIF} $2 == "$PROGRAMFILES64"
|
||||
${NSD_Uncheck} $NoUserDataCheckboxHandle
|
||||
|
Loading…
x
Reference in New Issue
Block a user