Skip to content

Commit

Permalink
Inform user about unsupported windows version but allow installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppacher committed Nov 2, 2021
1 parent 522a655 commit 3917894
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions windows/portmaster-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ Section "Install"
${If} ${IsWin10}
; do nothing
${ElseIf} ${AtLeastWin10}
MessageBox MB_ICONEXCLAMATION "This Windows Version is not supported. The Portmaster cannot be installed"
SetErrors
Abort
MessageBox MB_ICONEXCLAMATION "This Windows Version is not supported. The Portmaster will likely not work as expected!"
${EndIf}


Expand Down

0 comments on commit 3917894

Please sign in to comment.