Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installer/tap-windows6.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ ${EndIf}
!insertmacro MULTIUSER_INIT
SetShellVarContext all

${If} ${RunningX64}
${If} ${IsWow64}
SetRegView 64
StrCpy $INSTDIR "$PROGRAMFILES64\${PRODUCT_NAME}"
${Else}
Expand Down Expand Up @@ -315,7 +315,7 @@ Function un.onInit
ClearErrors
!insertmacro MULTIUSER_UNINIT
SetShellVarContext all
${If} ${RunningX64}
${If} ${IsWow64}
SetRegView 64
${EndIf}
FunctionEnd
Expand Down