Browse Source

Finishing touches on the installer.

Douglas William Thrift 11 years ago
parent
commit
a8e414186e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ssh-handler.nsi

+ 3 - 0
ssh-handler.nsi

@@ -57,7 +57,10 @@ VIAddVersionKey "ProductVersion" "${SSH_HANDLER_VERSION}.0"
 !include "MUI2.nsh"
 !include "FileFunc.nsh"
 
+!define MUI_COMPONENTSPAGE_NODESC
 !define MUI_FINISHPAGE_NOAUTOCLOSE
+!define MUI_FINISHPAGE_SHOWREADME "https://github.com/douglaswth/ssh-handler/blob/${SSH_HANDLER_VERSION}/README.md"
+!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
 
 !insertmacro MUI_PAGE_WELCOME
 !insertmacro MUI_PAGE_LICENSE LICENSE