LangString REINSTALL_DOCS ${LANG_ENGLISH} "Re-install Kerberos Documentation"
LangString DOWNGRADE_DOCS ${LANG_ENGLISH} "Downgrade Kerberos Documentation"
- ReserveFile "${KFW_CONFIG_DIR}\krb.con"
- ReserveFile "${KFW_CONFIG_DIR}\krbrealm.con"
- ReserveFile "${KFW_CONFIG_DIR}\krb5.ini"
+ ReserveFile "${KFW_CONFIG_DIR}\sample\krb.con"
+ ReserveFile "${KFW_CONFIG_DIR}\sample\krbrealm.con"
+ ReserveFile "${KFW_CONFIG_DIR}\sample\krb5.ini"
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS ;InstallOptions plug-in
!insertmacro MUI_RESERVEFILE_LANGDLL ;Language selection dialog
; Do client components
SetOutPath "$INSTDIR\bin"
-!ifdef AKLOG
- !insertmacro ReplaceDLL "${KFW_BIN_DIR}\aklog.exe" "$INSTDIR\bin\aklog.exe" "$INSTDIR"
-!endif
!insertmacro ReplaceDLL "${KFW_BIN_DIR}\comerr32.dll" "$INSTDIR\bin\comerr32.dll" "$INSTDIR"
!insertmacro ReplaceDLL "${KFW_BIN_DIR}\gss.exe" "$INSTDIR\bin\gss.exe" "$INSTDIR"
!insertmacro ReplaceDLL "${KFW_BIN_DIR}\gss-client.exe" "$INSTDIR\bin\gss-client.exe" "$INSTDIR"
UsePackaged:
SetOutPath "$WINDIR"
- File "${KFW_CONFIG_DIR}\krb5.ini"
- File "${KFW_CONFIG_DIR}\krb.con"
- File "${KFW_CONFIG_DIR}\krbrealm.con"
+ File "${KFW_CONFIG_DIR}\sample\krb5.ini"
+ File "${KFW_CONFIG_DIR}\sample\krb.con"
+ File "${KFW_CONFIG_DIR}\sample\krbrealm.con"
goto done
CheckOther:
-!define KFW_TARGETDIR c:\temp\kfw\kfw-3.1.0-alpha
-!define KFW_EXTRADIR c:\temp\kfw\kfw-2.5-extra
-!define KFW_VERSION 3.1
+!define KFW_TARGETDIR c:\projects\autobuild\pismere\target
+!define KFW_EXTRADIR "c:\projects\autobuild\pismere\target"
+!define KFW_VERSION 3.2
!define KFW_MAJORVERSION 3
-!define KFW_MINORVERSION 1
+!define KFW_MINORVERSION 2
!define KFW_PATCHLEVEL 0000
!define CL_1310
-!define KFW_TARGETDIR c:\temp\kfw\kfw-3.1.0-alpha
-!define KFW_CONFIG_DIR "c:\temp\kfw\kfw-2.5-extra\sample-config"
+!define KFW_TARGETDIR c:\projects\autobuild\pismere\staging
+!define KFW_CONFIG_DIR "c:\projects\autobuild\pismere\staging"
!define KFW_MAJORVERSION 3
-!define KFW_MINORVERSION 1
+!define KFW_MINORVERSION 2
!define KFW_PATCHLEVEL 0
!define CL_1310