mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
windows-nsis-install-c-20050925
remove the new docs from non-en_US installs. We need to find someone to perform language conversion.
This commit is contained in:
parent
cd8126f56c
commit
7a3dd6f807
@ -1,3 +1,4 @@
|
|||||||
|
!define RELEASE 1
|
||||||
; OpenAFS Install Script for NSIS
|
; OpenAFS Install Script for NSIS
|
||||||
; This version compiles with NSIS v2.07
|
; This version compiles with NSIS v2.07
|
||||||
;
|
;
|
||||||
@ -2895,7 +2896,7 @@ DoGerman:
|
|||||||
SetOutPath "$INSTDIR\Documentation\html"
|
SetOutPath "$INSTDIR\Documentation\html"
|
||||||
File "..\..\doc\install\Documentation\de_DE\html\*"
|
File "..\..\doc\install\Documentation\de_DE\html\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
||||||
File "..\..\doc\install\Documentation\de_DE\html\index_files\*"
|
;File "..\..\doc\install\Documentation\de_DE\html\index_files\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
||||||
File "..\..\doc\install\Documentation\de_DE\html\InstallGd\*"
|
File "..\..\doc\install\Documentation\de_DE\html\InstallGd\*"
|
||||||
;SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
;SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
||||||
@ -3011,7 +3012,7 @@ DoJapanese:
|
|||||||
SetOutPath "$INSTDIR\Documentation\html"
|
SetOutPath "$INSTDIR\Documentation\html"
|
||||||
File "..\..\doc\install\Documentation\ja_JP\html\*"
|
File "..\..\doc\install\Documentation\ja_JP\html\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
||||||
File "..\..\doc\install\Documentation\ja_JP\html\index_files\*"
|
;File "..\..\doc\install\Documentation\ja_JP\html\index_files\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
||||||
File "..\..\doc\install\Documentation\ja_JP\html\InstallGd\*"
|
File "..\..\doc\install\Documentation\ja_JP\html\InstallGd\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
||||||
@ -3069,13 +3070,13 @@ DoKorean:
|
|||||||
SetOutPath "$INSTDIR\Documentation\html"
|
SetOutPath "$INSTDIR\Documentation\html"
|
||||||
File "..\..\doc\install\Documentation\ko_KR\html\*"
|
File "..\..\doc\install\Documentation\ko_KR\html\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
||||||
File "..\..\doc\install\Documentation\ko_KR\html\index_files\*"
|
;File "..\..\doc\install\Documentation\ko_KR\html\index_files\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
||||||
File "..\..\doc\install\Documentation\ko_KR\html\InstallGd\*"
|
File "..\..\doc\install\Documentation\ko_KR\html\InstallGd\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
||||||
File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\*"
|
File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
||||||
File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\logo_files\*"
|
;File "..\..\doc\install\Documentation\ko_KR\html\ReleaseNotes\logo_files\*"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Client\Program"
|
SetOutPath "$INSTDIR\Client\Program"
|
||||||
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1042.dll" "$INSTDIR\Client\Program\afscreds_1042.dll" "$INSTDIR"
|
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1042.dll" "$INSTDIR\Client\Program\afscreds_1042.dll" "$INSTDIR"
|
||||||
@ -3128,13 +3129,13 @@ DoPortugueseBR:
|
|||||||
SetOutPath "$INSTDIR\Documentation\html"
|
SetOutPath "$INSTDIR\Documentation\html"
|
||||||
File "..\..\doc\install\Documentation\pt_BR\html\*"
|
File "..\..\doc\install\Documentation\pt_BR\html\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
||||||
File "..\..\doc\install\Documentation\pt_BR\html\index_files\*"
|
;File "..\..\doc\install\Documentation\pt_BR\html\index_files\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
||||||
File "..\..\doc\install\Documentation\pt_BR\html\InstallGd\*"
|
File "..\..\doc\install\Documentation\pt_BR\html\InstallGd\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
||||||
File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\*"
|
File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
||||||
File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\logo_files\*"
|
;File "..\..\doc\install\Documentation\pt_BR\html\ReleaseNotes\logo_files\*"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Client\Program"
|
SetOutPath "$INSTDIR\Client\Program"
|
||||||
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1046.dll" "$INSTDIR\Client\Program\afscreds_1046.dll" "$INSTDIR"
|
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1046.dll" "$INSTDIR\Client\Program\afscreds_1046.dll" "$INSTDIR"
|
||||||
@ -3186,13 +3187,13 @@ DoSimpChinese:
|
|||||||
SetOutPath "$INSTDIR\Documentation\html"
|
SetOutPath "$INSTDIR\Documentation\html"
|
||||||
File "..\..\doc\install\Documentation\zh_CN\html\*"
|
File "..\..\doc\install\Documentation\zh_CN\html\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
||||||
File "..\..\doc\install\Documentation\zh_CN\html\index_files\*"
|
;File "..\..\doc\install\Documentation\zh_CN\html\index_files\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
||||||
File "..\..\doc\install\Documentation\zh_CN\html\InstallGd\*"
|
File "..\..\doc\install\Documentation\zh_CN\html\InstallGd\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
||||||
File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\*"
|
File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
||||||
File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\logo_files\*"
|
;File "..\..\doc\install\Documentation\zh_CN\html\ReleaseNotes\logo_files\*"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Client\Program"
|
SetOutPath "$INSTDIR\Client\Program"
|
||||||
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_2052.dll" "$INSTDIR\Client\Program\afscreds_2052.dll" "$INSTDIR"
|
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_2052.dll" "$INSTDIR\Client\Program\afscreds_2052.dll" "$INSTDIR"
|
||||||
@ -3244,13 +3245,13 @@ DoTradChinese:
|
|||||||
SetOutPath "$INSTDIR\Documentation\html"
|
SetOutPath "$INSTDIR\Documentation\html"
|
||||||
File "..\..\doc\install\Documentation\zh_TW\html\*"
|
File "..\..\doc\install\Documentation\zh_TW\html\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
SetOutPath "$INSTDIR\Documentation\html\index_files"
|
||||||
File "..\..\doc\install\Documentation\zh_TW\html\index_files\*"
|
;File "..\..\doc\install\Documentation\zh_TW\html\index_files\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
SetOutPath "$INSTDIR\Documentation\html\InstallGd"
|
||||||
File "..\..\doc\install\Documentation\zh_TW\html\InstallGd\*"
|
File "..\..\doc\install\Documentation\zh_TW\html\InstallGd\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"
|
||||||
File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\*"
|
File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\*"
|
||||||
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes\logo_files"
|
||||||
File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\logo_files\*"
|
;File "..\..\doc\install\Documentation\zh_TW\html\ReleaseNotes\logo_files\*"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Client\Program"
|
SetOutPath "$INSTDIR\Client\Program"
|
||||||
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1028.dll" "$INSTDIR\Client\Program\_1028.dll" "$INSTDIR"
|
!insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afscreds_1028.dll" "$INSTDIR\Client\Program\_1028.dll" "$INSTDIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user