Add some stuff
This commit is contained in:
parent
24e0d64bc0
commit
ecaba1e022
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
; Constants
|
; Constants
|
||||||
!define PRODUCT_NAME "t7x"
|
!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 COPYRIGHT "Created by Ahrimdon - Free and Open Source"
|
||||||
!define PRODUCT_VERSION "1.0.0.0"
|
!define PRODUCT_VERSION "1.0.0.0"
|
||||||
!define SETUP_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_UNICON "Contrib\Graphics\Icons\icon.ico"
|
||||||
!define MUI_HEADERIMAGE
|
!define MUI_HEADERIMAGE
|
||||||
!define MUI_FINISHPAGE_NOAUTOCLOSE
|
!define MUI_FINISHPAGE_NOAUTOCLOSE
|
||||||
!define MUI_FINISHPAGE_RUN "$INSTDIR\t7x.exe"
|
; !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_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."
|
||||||
|
|
||||||
!define MUI_FINISHPAGE_SHOWREADME ${Checkbox}
|
|
||||||
!define MUI_FINISHPAGE_SHOWREADME_TEXT "Create Desktop Shortcut"
|
|
||||||
!define MUI_FINISHPAGE_SHOWREADME_CHECKED
|
|
||||||
|
|
||||||
; Modern UI Settings
|
; Modern UI Settings
|
||||||
!define MUI_ABORTWARNING
|
!define MUI_ABORTWARNING
|
||||||
|
@ -100,7 +100,7 @@ Select components to uninstall:
|
|||||||
# ^UnComponentsSubText2
|
# ^UnComponentsSubText2
|
||||||
Or, select the optional components you wish to uninstall:
|
Or, select the optional components you wish to uninstall:
|
||||||
# ^DirText
|
# ^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
|
# ^DirSubText
|
||||||
Destination Folder
|
Destination Folder
|
||||||
# ^DirBrowseText
|
# ^DirBrowseText
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
!ifdef MUI_DIRECTORYPAGE
|
!ifdef MUI_DIRECTORYPAGE
|
||||||
${LangFileString} MUI_TEXT_DIRECTORY_TITLE "Choose Game Location"
|
${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
|
!endif
|
||||||
|
|
||||||
!ifdef MUI_UNDIRECTORYPAGE
|
!ifdef MUI_UNDIRECTORYPAGE
|
||||||
|
@ -127,7 +127,7 @@ FunctionEnd
|
|||||||
|
|
||||||
Function nsDialogsDirectory
|
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
|
GetDlgItem $0 $HWNDPARENT 1
|
||||||
EnableWindow $0 0
|
EnableWindow $0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user