NSIS-installer-debug-mode-20031205
[openafs.git] / src / WINNT / install / InstallShield5 / GatherFiles.bat
1 @echo off
2 rem Copyright 2000, International Business Machines Corporation and others.
3 rem All Rights Reserved.
4 rem 
5 rem This software has been released under the terms of the IBM Public
6 rem License.  For details, see the LICENSE file in the top-level source
7 rem directory or online at http://www.openafs.org/dl/license10.html
8
9 rem This file copies the IS5 files from the IS5 dirs to the CMl dir.
10
11
12 copy "Component Definitions\Default.cdf" .
13 copy "Component Definitions\Default.fgl" .
14
15 copy "File Groups\Default.fdf" .
16 copy "File Groups\GenFileGroups.bat" .
17
18 copy "Media\OpenAFS\GenDefault.mda.bat" .
19
20 copy "Registry Entries\Default.rge" .
21
22 copy "Script Files\setup.rul" .
23
24 copy "Setup Files\Uncompressed Files\Language Independent\OS Independent\setup.bmp" .
25
26
27 copy "Setup Files\Uncompressed Files\Language Independent\OS Independent\_isuser.dll" .
28
29 copy "Shell Objects\Default.shl" .\Default.shell
30
31 copy "String Tables\Default.shl" .
32
33 copy "String Tables\0009-English\value.shl" lang\en_US
34 copy "String Tables\0011-Japanese\value.shl" lang\ja_JP
35 copy "String Tables\0012-Korean\value.shl" lang\ko_KR
36 copy "String Tables\0404-Chinese (Taiwan)\value.shl" lang\zh_TW
37 copy "String Tables\0804-Chinese (PRC)\value.shl" lang\zh_CN
38 copy "String Tables\0007-German\value.shl" lang\de_DE
39 copy "String Tables\0416-Portuguese (Brazilian)\value.shl" lang\pt_BR
40 copy "String Tables\000a-Spanish\value.shl" lang\es_ES
41
42 copy "Text Substitutions\Build.tsb" .
43 copy "Text Substitutions\Setup.tsb" .
44