Skip to content

Commit

Permalink
Changed 64-bit Windows installer message to suggest 32-bit installer on
Browse files Browse the repository at this point in the history
a 32-bit system.
  • Loading branch information
uckelman committed Jul 17, 2020
1 parent 9230e05 commit 6ef1f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/windows/nsis/installer64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ FunctionEnd

Function .onInit
${IfNot} ${RunningX64}
MessageBox MB_OK|MB_ICONEXCLAMATION "This installer requires 64-bit Windows.$\n$\nTo use VASSAL ${VERSION} on 32-bit Windows, please install Java 11 or later and download the VASSAL package marked 'other'."
MessageBox MB_OK|MB_ICONEXCLAMATION "This installer requires 64-bit Windows.$\n$\nTo use VASSAL ${VERSION} on 32-bit Windows, please install the 32-bit Windows package."
Abort
${EndIf}

Expand Down

0 comments on commit 6ef1f6f

Please sign in to comment.