Some installer fixes.

This commit is contained in:
LoRd_MuldeR 2015-10-16 18:53:31 +02:00
parent 0c86e51aff
commit 5c387a0cfb
2 changed files with 7 additions and 2 deletions

View File

@ -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`

View File

@ -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)