windows-installer-updates-20010823
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 23 Aug 2001 18:17:40 +0000 (18:17 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 23 Aug 2001 18:17:40 +0000 (18:17 +0000)
change references to be to openafs and not afs

src/WINNT/install/InstallShield5/BuildSetup.bat
src/WINNT/install/InstallShield5/CreateGeneratedFiles.bat
src/WINNT/install/InstallShield5/CreateISDirTree.bat
src/WINNT/install/InstallShield5/GatherFiles.bat
src/WINNT/install/InstallShield5/GenDefault.mda.bat
src/WINNT/install/InstallShield5/GenIS5.ipr.bat
src/WINNT/install/InstallShield5/ScatterFiles.bat
src/WINNT/install/InstallShield5/lang/en_US/value.txt
src/config/NTVersioninfo.rc

index cf01900..546fac3 100644 (file)
@@ -14,11 +14,11 @@ Set SavePath=%Path%
 
 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
index 40f8ae8..25df3c7 100644 (file)
@@ -15,6 +15,6 @@ call GenIS5.ipr.bat
 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 ..\..
index b7f8138..648a9e0 100644 (file)
@@ -14,7 +14,7 @@ echo Creating the IS dir tree...
 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"
index 4f85471..1c3bd56 100644 (file)
@@ -15,7 +15,7 @@ copy "Component Definitions\Default.fgl" .
 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" .
 
index 5c4e1ae..9f4db54 100644 (file)
@@ -19,12 +19,12 @@ echo [GeneralInfo] >> default.mda
 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
@@ -32,7 +32,7 @@ echo. >> default.mda
 echo [SetupInfo] >> 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
@@ -59,8 +59,8 @@ 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
 
index d1c38b3..312e22a 100644 (file)
@@ -20,9 +20,9 @@ echo [OperatingSystem] >> InstallShield5.ipr
 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_compileb4build=No >> InstallShield5.ipr
 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
 
index 228b418..4f2ae6e 100644 (file)
@@ -16,7 +16,7 @@ copy Default.fgl "Component Definitions"
 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"
 
index 099f8b4..9793e19 100644 (file)
@@ -38,14 +38,14 @@ PRODUCT_VERSION_MAJOR=%1
 UNINST_DISPLAY_NAME_SERVER=AFS Server %5
 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
@@ -63,7 +63,7 @@ CONFIGURING_AFS_CREDS=Configuring the AFS Client
 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=OpenAFS
 ERROR_FILE=File:
 ERROR_VGARESOLUTION=This program requires VGA or better resolution.
 REINSTALL_SERVER_MSG=Reinstall AFS Server
@@ -84,7 +84,7 @@ REINSTALL_DOCS_MSG=Reinstall AFS Supplemental Documentation
 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.
index 5691c78..ac9fae8 100644 (file)
@@ -16,11 +16,11 @@ BEGIN
     BEGIN
         BLOCK "040904E4"
         BEGIN
-            VALUE "CompanyName",        "IBM Corporation", "\0"
-            VALUE "LegalCopyright",     "Copyright \251 IBM Corporation, 1998, 1999.", "\0"
-            VALUE "ProductName",        "AFS for Windows", "\0"
-            VALUE "ProductVersion",     "3.5", "\0"
-            VALUE "FileVersion",        "3.5", "\0"
+            VALUE "CompanyName",        "OpenAFS Project", "\0"
+            VALUE "LegalCopyright",     "Copyright \251 IBM Corporation and others, 1998, 1999, 2000, 2001.", "\0"
+            VALUE "ProductName",        "OpenAFS for Windows", "\0"
+            VALUE "ProductVersion",     "1.1", "\0"
+            VALUE "FileVersion",        "1.1", "\0"
             VALUE "FileDescription",    AFS_VERINFO_FILE_DESCRIPTION, "\0"
             VALUE "Build",              AFS_VERINFO_BUILD, "\0"
         END