Some installer fixes.
This commit is contained in:
parent
0c86e51aff
commit
5c387a0cfb
@ -174,7 +174,6 @@ VIAddVersionKey "Website" "${MyWebSite}"
|
|||||||
|
|
||||||
;Welcome
|
;Welcome
|
||||||
!define MUI_PAGE_CUSTOMFUNCTION_PRE SkipIfUnattended
|
!define MUI_PAGE_CUSTOMFUNCTION_PRE SkipIfUnattended
|
||||||
!define MUI_PAGE_CUSTOMFUNCTION_LEAVE CheckForPreRelease
|
|
||||||
!define MUI_WELCOMEPAGE_TITLE_3LINES
|
!define MUI_WELCOMEPAGE_TITLE_3LINES
|
||||||
!define MUI_FINISHPAGE_TITLE_3LINES
|
!define MUI_FINISHPAGE_TITLE_3LINES
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!insertmacro MUI_PAGE_WELCOME
|
||||||
@ -456,10 +455,16 @@ FunctionEnd
|
|||||||
EnableWindow ${TmpVar} 0
|
EnableWindow ${TmpVar} 0
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
!macro DisableBackButton TmpVar
|
||||||
|
GetDlgItem ${TmpVar} $HWNDPARENT 3
|
||||||
|
EnableWindow ${TmpVar} 0
|
||||||
|
!macroend
|
||||||
|
|
||||||
!macro CleanUpFiles options
|
!macro CleanUpFiles options
|
||||||
Delete ${options} `$INSTDIR\*.exe`
|
Delete ${options} `$INSTDIR\*.exe`
|
||||||
Delete ${options} `$INSTDIR\*.dll`
|
Delete ${options} `$INSTDIR\*.dll`
|
||||||
Delete ${options} `$INSTDIR\*.txt`
|
Delete ${options} `$INSTDIR\*.txt`
|
||||||
|
Delete ${options} `$INSTDIR\*.htm`
|
||||||
Delete ${options} `$INSTDIR\*.html`
|
Delete ${options} `$INSTDIR\*.html`
|
||||||
|
|
||||||
RMDir /r ${options} `$INSTDIR\toolset`
|
RMDir /r ${options} `$INSTDIR\toolset`
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 6
|
#define VER_X264_MINOR 6
|
||||||
#define VER_X264_PATCH 0
|
#define VER_X264_PATCH 0
|
||||||
#define VER_X264_BUILD 970
|
#define VER_X264_BUILD 971
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user