diff --git a/T7x/t7x_Installer.nsi b/T7x/t7x_Installer.nsi index 2769956..f7d4e40 100644 --- a/T7x/t7x_Installer.nsi +++ b/T7x/t7x_Installer.nsi @@ -4,7 +4,7 @@ ; Constants !define PRODUCT_NAME "t7x" -!define PRODUCT_DESCRIPTION "Call of Duty: Black Ops III Client" +!define PRODUCT_DESCRIPTION "Call of Duty Black Ops III Client" !define COPYRIGHT "Created by Ahrimdon - Free and Open Source" !define PRODUCT_VERSION "1.0.0.0" !define SETUP_VERSION "1.0.0.0" @@ -28,12 +28,8 @@ VIAddVersionKey "FileVersion" "${SETUP_VERSION}" !define MUI_UNICON "Contrib\Graphics\Icons\icon.ico" !define MUI_HEADERIMAGE !define MUI_FINISHPAGE_NOAUTOCLOSE -!define MUI_FINISHPAGE_RUN "$INSTDIR\t7x.exe" -!define MUI_FINISHPAGE_TEXT "Setup has finished installing ${PRODUCT_NAME} on your computer.$\n$\nClick Finish to close this wizard." - -!define MUI_FINISHPAGE_SHOWREADME ${Checkbox} -!define MUI_FINISHPAGE_SHOWREADME_TEXT "Create Desktop Shortcut" -!define MUI_FINISHPAGE_SHOWREADME_CHECKED +; !define MUI_FINISHPAGE_RUN "$INSTDIR\t7x.exe" +!define MUI_FINISHPAGE_TEXT "Setup has finished installing ${PRODUCT_NAME} on your computer.$\n$\nClick Finish to close this wizard.$\n$\nRun the t7x.exe application from within your Call of Duty Black Ops 3 game folder or use the shortcut created on your Desktop." ; Modern UI Settings !define MUI_ABORTWARNING diff --git a/tools/Contrib/Language files/English.nlf b/tools/Contrib/Language files/English.nlf index 5a85c6d..4568a1b 100644 --- a/tools/Contrib/Language files/English.nlf +++ b/tools/Contrib/Language files/English.nlf @@ -100,7 +100,7 @@ Select components to uninstall: # ^UnComponentsSubText2 Or, select the optional components you wish to uninstall: # ^DirText -Setup will install $(^NameDA) in the following folder. Input the path to your Call of Duty: Black Ops III game folder, or click Browse and select the game folder. $_CLICK +Setup will install $(^NameDA) in the following folder. Enter the path to your Call of Duty Black Ops III game folder, or click Browse and select the game folder. $_CLICK # ^DirSubText Destination Folder # ^DirBrowseText diff --git a/tools/Contrib/Language files/English.nsh b/tools/Contrib/Language files/English.nsh index 05295ca..eed4c5f 100644 --- a/tools/Contrib/Language files/English.nsh +++ b/tools/Contrib/Language files/English.nsh @@ -54,7 +54,7 @@ !ifdef MUI_DIRECTORYPAGE ${LangFileString} MUI_TEXT_DIRECTORY_TITLE "Choose Game Location" - ${LangFileString} MUI_TEXT_DIRECTORY_SUBTITLE "Choose your Call of Duty: Black Ops 3 game folder in which to install $(^NameDA)." + ${LangFileString} MUI_TEXT_DIRECTORY_SUBTITLE "Choose your Call of Duty Black Ops III game folder in which to install $(^NameDA)." !endif !ifdef MUI_UNDIRECTORYPAGE diff --git a/tools/Examples/nsDialogs/welcome.nsi b/tools/Examples/nsDialogs/welcome.nsi index b8287af..98feeed 100644 --- a/tools/Examples/nsDialogs/welcome.nsi +++ b/tools/Examples/nsDialogs/welcome.nsi @@ -127,7 +127,7 @@ FunctionEnd Function nsDialogsDirectory - !insertmacro MUI_HEADER_TEXT "Choose Game Location" "Choose your Call of Duty: Black Ops 3 game folder in which to install $(^NameDA)." + !insertmacro MUI_HEADER_TEXT "Choose Game Location" "Choose your Call of Duty Black Ops III game folder in which to install $(^NameDA)." GetDlgItem $0 $HWNDPARENT 1 EnableWindow $0 0