[OpenAFS-devel] IBM & Transarc names in Windows Build

Chas Williams chas@cmf.nrl.navy.mil
Fri, 17 Aug 2001 19:07:42 -0400


>I don't remember getting this, but thanks, it will be included in the
>future.

i sent you a couple of diffs when i did the windows nt build that changed
the transarc and ibm references.  mostly in installshield, but this is one
was outside the installshield area.  

it looks ilke these diffs were ignored looking at the -current tree.
the installer still makes a lot of references to 'afs' and not 'openafs'

diff -u -r ./BuildSetup.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/BuildSetup.bat
--- ./BuildSetup.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/BuildSetup.bat	Tue May  1 15:26:47 2001
@@ -14,11 +14,11 @@
 
 Path %IS5ROOT%\Program;%PATH%
 
-ISbuild -p"%AFSROOT%\src\WINNT\install\InstallShield5" -m"Transarc AFS" 
+ISbuild -p"%AFSROOT%\src\WINNT\install\InstallShield5" -m"OpenAFS" 
 
-if not exist "Media\Transarc AFS\Disk Images\disk1" goto nocopylicense
-mkdir "Media\Transarc AFS\Disk Images\disk1\License"
-copy ..\..\license\lang\*.rtf "Media\Transarc AFS\Disk Images\disk1\License"
+if not exist "Media\OpenAFS\Disk Images\disk1" goto nocopylicense
+mkdir "Media\OpenAFS\Disk Images\disk1\License"
+copy ..\..\license\lang\*.rtf "Media\OpenAFS\Disk Images\disk1\License"
 :nocopylicense
 
 If errorlevel 1 goto BuildErrorOccurred
diff -u -r ./CreateGeneratedFiles.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/CreateGeneratedFiles.bat
--- ./CreateGeneratedFiles.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/CreateGeneratedFiles.bat	Tue May  1 15:26:39 2001
@@ -15,6 +15,6 @@
 cd File Groups
 rem This next file must run using cmd.exe
 cmd /c GenFileGroups.bat
-cd ..\Media\Transarc AFS
+cd ..\Media\OpenAFS
 call GenDefault.mda.bat
 cd ..\..
diff -u -r ./CreateISDirTree.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/CreateISDirTree.bat
--- ./CreateISDirTree.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/CreateISDirTree.bat	Sat Jul 28 16:20:29 2001
@@ -14,7 +14,7 @@
 if not exist "Component Definitions" mkdir "Component Definitions"
 if not exist "File Groups" mkdir "File Groups"
 if not exist Media mkdir Media
-if not exist "Media\Transarc AFS" mkdir "Media\Transarc AFS"
+if not exist "Media\OpenAFS" mkdir "Media\OpenAFS"
 if not exist "Registry Entries" mkdir "Registry Entries"
 if not exist "Script Files" mkdir "Script Files"
 if not exist "Setup Files" mkdir "Setup Files"
diff -u -r ./GatherFiles.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/GatherFiles.bat
--- ./GatherFiles.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/GatherFiles.bat	Tue May  1 15:25:48 2001
@@ -15,7 +15,7 @@
 copy "File Groups\Default.fdf" .
 copy "File Groups\GenFileGroups.bat" .
 
-copy "Media\Transarc AFS\GenDefault.mda.bat" .
+copy "Media\OpenAFS\GenDefault.mda.bat" .
 
 copy "Registry Entries\Default.rge" .
 
diff -u -r ./GenDefault.mda.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/GenDefault.mda.bat
--- ./GenDefault.mda.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/GenDefault.mda.bat	Tue May  1 15:25:44 2001
@@ -19,20 +19,20 @@
 echo MEDIATYPE=CDROM >> default.mda
 echo DATAASFILES=No >> default.mda
 echo BUILDTYPE=Full >> default.mda
-echo BuildLocation=Media\Transarc AFS >> default.mda
+echo BuildLocation=Media\OpenAFS >> default.mda
 echo BREAKBYTOPCOMPONENT=No >> default.mda
 echo REFRESH_DATAFILES=Yes >> default.mda
 echo REFRESH_SPLASH=Yes >> default.mda
 echo BUILDSIZE= >> default.mda
-echo Name=AFS for Windows >> default.mda
+echo Name=OpenAFS for Windows >> default.mda
 echo REVIEWREPORT=No >> default.mda
 echo REFRESH_IFILES=Yes >> default.mda
 echo PASSWORD= >> default.mda
 echo. >> default.mda
 echo [SetupInfo] >> default.mda
-echo ENABLELANGDLG=Yes >> default.mda
+echo ENABLELANGDLG=Yes >> default.mda
 echo ALTERNATEISDELETENAME= >> default.mda
-echo APPLICATIONNAME=AFS for Windows >> default.mda
+echo APPLICATIONNAME=OpenAFS for Windows >> default.mda
 echo HIDESTATUSBAR=No >> default.mda
 echo WIN32SENABLE=No >> default.mda
 echo. >> default.mda
@@ -55,12 +55,12 @@
 echo key5=0011 >> default.mda
 echo key6=0012 >> default.mda
 echo key7=000a >> default.mda
-echo count=8 >> default.mda
+echo count=8 >> default.mda
 echo. >> default.mda
 echo [TagFileInfo] >> default.mda
 echo PRODUCTCATEGORY=System Tool >> default.mda
-echo APPLICATIONNAME=AFS for Windows >> default.mda
-echo COMPANYNAME=Transarc Corpration >> default.mda
+echo APPLICATIONNAME=OpenAFS for Windows >> default.mda
+echo COMPANYNAME=OpenAFS >> default.mda
 echo VERSION=1.00.000 >> default.mda
-echo INFO= >> default.mda
+echo INFO=http://www.openafs.org >> default.mda
 
diff -u -r ./GenIS5.ipr.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/GenIS5.ipr.bat
--- ./GenIS5.ipr.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/GenIS5.ipr.bat	Tue May  1 15:25:34 2001
@@ -20,9 +20,9 @@
 echo OSSupport=0000000000010000 >> InstallShield5.ipr
 echo. >> InstallShield5.ipr
 echo [Data] >> InstallShield5.ipr
-echo CurrentMedia=Transarc AFS >> InstallShield5.ipr
+echo CurrentMedia=OpenAFS >> InstallShield5.ipr
 echo set_mifserial= >> InstallShield5.ipr
-echo ProductName=AFS for Windows >> InstallShield5.ipr
+echo ProductName=OpenAFS for Windows >> InstallShield5.ipr
 echo CurrentComponentDef=Default.cdf >> InstallShield5.ipr
 echo set_dlldebug=No >> InstallShield5.ipr
 echo AppExe= >> InstallShield5.ipr
@@ -55,13 +55,13 @@
 echo set_crc=Yes >> InstallShield5.ipr
 echo set_maxwarn=50 >> InstallShield5.ipr
 echo Description=Description.txt >> InstallShield5.ipr
-echo CompanyName=Transarc Corpration >> InstallShield5.ipr
+echo CompanyName=OpenAFS >> InstallShield5.ipr
 echo CurrentLanguage=English >> InstallShield5.ipr
 echo. >> InstallShield5.ipr
 echo [MediaInfo] >> InstallShield5.ipr
-echo mediadata0=Transarc AFS/Media\Transarc AFS >> InstallShield5.ipr
+echo mediadata0=OpenAFS/Media\OpenAFS >> InstallShield5.ipr
 echo. >> InstallShield5.ipr
 echo [General] >> InstallShield5.ipr
 echo Type=INSTALLMAIN >> InstallShield5.ipr
-echo Version=1.10.000 >> InstallShield5.ipr
+echo Version=1.20.000 >> InstallShield5.ipr
 
diff -u -r ./ScatterFiles.bat /home/chas/projects/openafs/src/WINNT/install/InstallShield5/ScatterFiles.bat
--- ./ScatterFiles.bat	Wed Aug  8 07:05:14 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/ScatterFiles.bat	Tue May  1 15:25:02 2001
@@ -16,7 +16,7 @@
 copy Default.fdf "File Groups"
 copy GenFileGroups.bat "File Groups"
 
-copy GenDefault.mda.bat "Media\Transarc AFS"
+copy GenDefault.mda.bat "Media\OpenAFS"
 
 copy Default.rge "Registry Entries"
 
diff -u -r ./lang/en_US/value.shl /home/chas/projects/openafs/src/WINNT/install/InstallShield5/lang/en_US/value.shl
--- ./lang/en_US/value.shl	Wed Aug  8 07:05:16 2001
+++ /home/chas/projects/openafs/src/WINNT/install/InstallShield5/lang/en_US/value.shl	Sat Jul 28 16:20:31 2001
@@ -33,14 +33,14 @@
 UNINST_DISPLAY_NAME_SERVER=AFS Server 1.0 4.01
 SETUPUTILS_NOT_FOUND=The file InstallUtils.dll could not be loaded.  Setup cannot continue.
 LIGHT_CLIENT_ALREADY_INSTALLED_MSG=AFS Light is already installed on this computer.
-SETUP_TYPE_MSG=Select the AFSŪ for Windows products that you wish to install:
+SETUP_TYPE_MSG=Select the OpenAFSŪ for Windows products that you wish to install:
 PRODUCT_KEY_SERVER=bosctlsvc.exe
 INSTALL_SERVER_MSG=AFS Server
 REINSTALL_LIGHT_CLIENT_MSG=Reinstall AFS Light Client
 PRODUCT_NAME_DOCS=AFS Supplemental Documentation
 NEW_STRING1=
 PRODUCT_KEY_DOCS=dummy.exe
-TITLE_CAPTIONBAR=AFSŪ for Windows Setup
+TITLE_CAPTIONBAR=OpenAFSŪ for Windows Setup
 CONFIG_FILE_MAN_EXT_ERROR=Failed to configure the AFS Client File Manager Extension.
 CONFIGURING_AFS_CREDS_ERROR=Failed to configure the AFS Client toolbar tool.
 UPGRADE_SERVER_MSG=Upgrade AFS Server
@@ -58,7 +58,7 @@
 DOWNGRADE_DOCS_MSG=Downgrade AFS Supplemental Documentation
 INSTALL_DOCS_MSG=AFS Supplemental Documentation
 PRODUCT_KEY_LIGHT_CLIENT=fs.exe
-FOLDER_NAME=IBM AFS
+FOLDER_NAME=IBM OpenAFS
 ERROR_FILE=File:
 ERROR_VGARESOLUTION=This program requires VGA or better resolution.
 REINSTALL_SERVER_MSG=Reinstall AFS Server
@@ -79,7 +79,7 @@
 UPGRADE_PREP_MSG=Preparing to upgrade the %s.  Please wait...this may be a lengthy process.
 MUST_BE_AN_ADMIN_MSG=You must be a member of the local Administrators group on this Windows system in order to install this product.
 LIGHT_CLIENT_TITLE=AFS Light
-PRODUCT_NAME=AFSŪ for Windows
+PRODUCT_NAME=OpenAFSŪ for Windows
 PRODUCT_KEY_CLIENT=fs.exe
 ERROR_UNINSTSETUP=unInstaller setup failed to initialize.  You may not be able to uninstall this product.
 ADD_PATH_ERROR=Failed to add program directory to the system path.