Standardize License information
[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\Transarc AFS\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 copy "Shell Objects\Default.shl" .\Default.shell
27
28 copy "String Tables\Default.shl" .
29
30 copy "String Tables\0009-English\value.shl" lang\en_US
31 copy "String Tables\0011-Japanese\value.shl" lang\ja_JP
32 copy "String Tables\0012-Korean\value.shl" lang\ko_KR
33 copy "String Tables\0404-Chinese (Taiwan)\value.shl" lang\zh_TW
34 copy "String Tables\0804-Chinese (PRC)\value.shl" lang\zh_CN
35 copy "String Tables\0007-German\value.shl" lang\de_DE
36 copy "String Tables\0416-Portuguese (Brazilian)\value.shl" lang\pt_BR
37 copy "String Tables\000a-Spanish\value.shl" lang\es_ES
38
39 copy "Text Substitutions\Build.tsb" .
40 copy "Text Substitutions\Setup.tsb" .
41