PCMINST.TXT Driver File Contents (es158_3.exe)

#*************************************************************************
#*
#* File:        ENGLISH.TXT
#* Description: String definitions for INSTALL.EXE utility.
#*              Strings are divided into 'tables', each table roughly
#*              corresponds to a window in the program.  Each string
#*              in a table is defined in the following format:
#*
#*                      table, row, text_string
#*
#*              Strings can be enclosed in double quotes.
#*              Comment lines must start with a pound sign.
#*              All leading blanks are stripped off (use quotes if needed)
#*
#*************************************************************************

# TABLE 0: This table is always HELP.  All strings are concatenated into
# one long string.  Section heading is delimited in square brackets and
# the row number must match corresponding TABLE number.  For example
# the "Copyright" window is in table number 2, thus help section for this
# window must be row 2.  Row numbers, for text other then section name,
# are ignored, but must be non-zero.

 0, 0, [Help]
 0,99, "PCM+ Installation utility allows you to install and configure "
 0,99, "PhoenixCARD Manager."

 0, 2, [PCM+ Install Utility]
 0,99, "This program is a utility which allows you "
 0,99, "to install and configure PhoenixCARD Manager utilities. "
 0,99, "Program checks that no other versions of PCMCIA utilities "
 0,99, "are currently installed, and that a PCMCIA controller "
 0,99, "is present.  If the check is successful, program copies "
 0,99, "all files necessary for the controller found. "
 0,99, "Program will also configure your system, by adding "
 0,99, "appropriate parameters into your CONFIG.SYS, AUTOEXEC.BAT, "
 0,99, "SYSTEM.INI, and PCM.INI files."

# 9/13/94 - do: This index is hard-coded in INSTALL.C, by changing the index
# to this language independent version, we leave the index hard-coded and
# prevent having to translate another string into 12 languages.
# 0, 3, [CONFIG.SYS File Not Found]
 0, 3, [CONFIG.SYS]
 0,99, "The CONFIG.SYS file for your system  was not found by INSTALL.   "
 0,99, "PCMCIA support may not function properly without this file.  "

 0, 4, [Multiple Boot Configurations]
 0,99, "DOS 6.0 and later allow one to include multiple configurations "
 0,99, "in the CONFIG.SYS file.  Installation program will place driver "
 0,99, "information only in to the current configuration.  If you choose, "
 0,99, "later on, to boot under a different configuration, these drivers "
 0,99, "will not be loaded!  If you wish, after you installed for the "
 0,99, "current configuration, you can reboot under a new configuration, "
 0,99, "and run PCMSETUP again (to place driver names in that configuration "
 0,99, "as well)."

 0, 5, [Previous Versions of PCM]
 0,99, "This program will not install PhoenixCARD Manager while another "
 0,99, "PCMCIA card driver is loaded. Please unload all PCMCIA utilities "
 0,99, "and then try again.  In most cases it is necessary to remove or "
 0,99, "comment out the PCMCIA driver names from CONFIG.SYS, AUTOEXEC.BAT, "
 0,99, "or SYSTEM.INI, and then rebooting the system."


 # Added capabilities for Intel 82092 PPEC and Cirrus 6729 PPHA - rjb
 0, 7, [Controller not Detected]
 0,99, "This program will not install PhoenixCARD Manager unless it "
 0,99, "can determine which type of PCMCIA controller is in the system. "
 0,99, "Please make sure that one of the supported controllers is "
 0,99, "in your system, and then try again.  Currently supported controllers "
 0,99, "include: "
 0,99, "Intel 82365SL A-step or B-step, or 82092 PPEC, "
 0,99, "Cirrus Logic 6720, 6710, 6722 or 6729 PPHA, "
 0,99, "Vadem VG-365, VG-465 or VG-468, "
 0,99, "Databook TCIC-2/N DB86072, DB86082 or DB86082a, "
 0,99, "Ricoh RF5C266 or RF5C366, "
 0,99, "and VLSI Logic 82C146 Series."

 # Added capabilities for Intel 82092 PPEC and Cirrus 6729 PPHA
 0, 8, [Controller Detected]
 0,99, "This program will not install PhoenixCARD Manager unless it "
 0,99, "can determine which type of PCMCIA controller is in the system. "
 0,99, "Only files relevant to controller type detected will be installed. "
 0,99, "Currently supported controllers "
 0,99, "include: "
 0,99, "Intel 82365SL A or B-step, 82092 PPEC, "
 0,99, "Cirrus Logic 6722, 6720, 6710 or 6729 PPHA, "
 0,99, "Vadem VG-365, VG-465 or VG-468, "
 0,99, "Databook TCIC-2/N DB86072, DB86082 or DB86082A, "
 0,99, "Ricoh RF5C266 or RF5C366, "
 0,99, "and VLSI Logic 82C146 Series."

 0, 9, [Enter Destination Directory]
 0,99, "One of the functions of the installation procedure is "
 0,99, "copying files from your installation diskette to your hard "
 0,99, "drive. Please enter the drive letter and the path where "
 0,99, "you would like the files. For example, if you would like to "
 0,99, "place your files into drive c:, in subdirectory PCMnnn, then "
 0,99, "the following string would be entered: C:\PCMnnn"

 0,10, [Copying Files]
 0,99, "Files are now being copied from your installation diskette "
 0,99, "to your hard drive."

 0,11, [Ready for Setup]
 0,99, "All files have been successfully copied to your destination "
 0,99, "drive.  Installation is now ready for SETUP. In this step "
 0,99, "appropriate system files are modified to include proper driver "
 0,99, "names and driver parameters.  Depending on the options selected, "
 0,99, "files CONFIG.SYS, AUTOEXEC.BAT, SYSTEM.INI, PCM.INI, etc., will "
 0,99, "be updated. "

# TABLE 1: Error messages

1,00, " Installation Error "
1,01, "Press any key to continue"

1,02, "Could not open string definition file"
1,03, "String definition file too large"
1,04, "Bad format in string definition file"
1,05, "Error reading string definition file"
1,06, "Could not open CONFIG.SYS file"
1,07, "Invalid directory name, please retype"
1,08, "Could not open utility file"
1,09, "Could not change directory"
1,10, "Could not start setup program"
1,11, "Errors while copying file"
1,12, "Could not allocate memory for File Copy"
1,13, "...INSTALL terminated due to errors, or due to operator abort."
1,14, "Cannot copy files over itself, please retype directory name."

# TABLE 2: Copyright menu displayed on program start
#          Note: first strings is normally used as window title!
#                except in this sign-on screen title is placed in top row
#                of the screen

2, 00, PhoenixCARD Manager Installation
2, 01,
2, 02, PhoenixCARD Manager Version 3.20
2, 03,
2, 04,
2, 05,
2, 06, PCMCIA Installation Utility
# Removed by ALICE_r02...  2, 07, Revision 2.00
# Added by ALICE_r02 next line
2, 07, Revision 2.00-r02
2, 08,
2, 09,"      Copyright(c) 1993-1995, Phoenix Technologies Ltd.      "
2, 10, All Rights Reserved.
2, 11,
2, 12,
2, 13, Press any key to continue

# TABLE 3: Status line messages (one for each 'active' table)
#          Message for table 0, is the prompt for Help window
#          (passed via InitHelp(...,prompt);)

 3, 0, "Press any key to continue"
 3, 2,
 3, 4, "                            <Enter>=Continue, <ESC>=Back, <F1>=Help, <F3>=Exit"
 3, 8, "                            <Enter>=Continue, <ESC>=Back, <F1>=Help, <F3>=Exit"
 3, 9, "                            <Enter>=Continue, <ESC>=Back, <F1>=Help, <F3>=Exit"
 3,10,
 3,11, "                            <Enter>=Continue, <ESC>=Back, <F1>=Help, <F3>=Exit"

# TABLE 4: Warning about multiple configurations

4, 00, " Warning! "
4, 01,
4, 02, "It has been determined that your system is capable of     "
4, 03, "multiple boot configurations.  To be able to use the PCM+ "
4, 04, "utilities it is necessary that they are installed and     "
4, 05, "used with current boot configuration.  If you do not wish "
4, 06, "to use the current configuration, please exit this program"
4, 07, "now, and reboot with a proper boot configuration.         "
4, 08,
4, 09,
4, 10,
4, 11,
4, 12,
4, 13, Press any key to continue

# TABLE 5: Warning about possible other versions of PCMCIA managers
# Added De-Install text, dialog box to launch de-install
5, 00, " ATTENTION! "
5, 01,
5, 02, "PCM+ has detected another version of PCMCIA utilities     "
5, 03, "installed. You must remove these utilities before you can "
5, 04, "continue.                                                 "
5, 05, "Would you like PCM+ to de-install these utilities now?    "
5, 06, "                                                          "
5, 07, "                                                          "
5, 08, "                                                          "
5, 09, "                                                          "
5, 10,
5, 11, Would you like to automatically deinstall the drivers?

# TABLE 6: List of strings which indicate multiple configurations

6, 00, [COMMON]
6, 01, [MENU]
6, 02, MENUITEM

# TABLE 7: Warning about missing PCM controller

7, 00, " Error! "
7, 01,
7, 02, "No PCMCIA controller has been detected.  You cannot continue"
7, 03, "installation until a supported controller has been properly "
7, 04, "installed in your system.  Please exit installation and     "
7, 05, "make sure that a PCMCIA controller is present.              "
7, 06,
7, 07,
7, 08,
7, 09,
7, 10,
7, 11,
7, 12,
7, 13, Press any key to exit this program

# TABLE 8: Information about controller detected

8, 00, " PCMCIA Controller Found "
8, 01,
8, 02, "The following controller has been detected in your system: "
8, 03,
8, 04, ??
8, 05,
8, 06, "Only the files needed for this controller will be installed"
8, 07, "to your system.                                            "
8, 08,
8, 09,
8, 10,
8, 11,
8, 12,
8, 13, Press any key to continue

# TABLE 9: Request for destination directory

9, 00, " Destination Drive and Path "
9, 01,
9, 02, "Installation program is ready to copy files from your     "
9, 03, "installation diskette to your hard drive.  Please specify "
9, 04, "the full path, including the drive, where you would like  "
9, 05, "the PCM+ utilities installed:                             "
9, 06,
9, 07, ??
9, 08,
9, 09, "Installation will require at least the following amount of"
9, 10, "free disk space:                                          "
9, 11,
9, 12, ??
9, 13,

# TABLE 10: Progress report on copy
#           String 1 determines length of progress gauge
#           Strings 3-6 must start and end with two blanks
#           the gauge will start in column 4 and be
#           six chars shorter than strings 3-6

10,00, " Copying Files "
10,01, 
10,02, ??
10,03, "  ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿  "
10,04, "  ³                                                 ³  "
10,05, "  ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ  "
10,06, "   0%                                           100%   "
10,07, "Now copying file "
10,08,

# TABLE 11: Information that done and ready to start PCMSETUP

11, 00, " Files Copied "
11, 01,
11, 02, "All files have been successfully copied to your system."
11, 03, "Installation is now ready to setup your system.        "
11, 04, "The CONFIG.SYS, AUTOEXEC.BAT, Windows' SYSTEM.INI and  "
11, 05, "PROGMAN.INI will be updated.                           "
11, 06,
11, 07,
11, 08,
11, 09,
11, 10,
11, 11,
11, 12,
11, 13, Press any key to continue

# TABLE 12: File list of files to be copied
#           FIRST FILES MUST BE PCMSETUP and DEINSTAL!!!!!
# Added PCMCSFUL and PCMMTD

12, 00,PCMSETUP.EXE
12, 01,DEINSTAL.EXE
12, 02,PCMVCD.386
12, 03,PCMCS.EXE
12, 04,PCMRMAN.SYS
12, 05,PCMFDISK.EXE
12, 06,CNFIGNAM.EXE
12, 07,PCMRMAN.EXE
12, 08,PCMWIN.HLP
12, 09,PCMWARN.EXE
12, 10,PCMWIND.DLL
12, 11,PCMWIN.EXE
12, 12,PCMATA.SYS
12, 13,PCMSCD.EXE
12, 14,PCMGROUP.NEW
12, 15,PCMFFCS.EXE
12, 16,PCM.EXE
12, 17,PCM.NEW
12, 18,PCMCSFUL.EXE
12, 19,PCMMTD.EXE
12, 20,DEINST.TXT
12, 21,DPMS.EXE
# Added by ALICE-r01 next four lines
12, 22,MS-FLASH.SYS
12, 23,MEMCARD.EXE
12, 24,README.DOC 
12, 25,FLASHCMP.EXE

# TABLE 13: List of strings indicating controller type

13, 0, "None"
13, 1, "Intel 82365SL A or B step"
13, 2, "Cirrus Logic 6722 or 6720 or 6710"
13, 3, "Vadem VG-365, VG-465 or VG-468"
13, 4, "Databook TCIC-2/N DB86082/82A"
13, 5, "TI"
13, 6, "Ricoh RF5C266, RF5C366"
13, 7, "VLSI Logic VL82C146"
13, 8, "Intel 82092 PPEC"
13, 9, "Cirrus 6729 PPHA"

# TABLE 14: List files one of which is renamed according to controller found
#           e.g. ctl number 1 will copy file in line 1 to filename in line 0
#           Controller names match those in table 13
# Added PCMSSPP and PCMSSCL9
14, 0,PCMSS.EXE
14, 1,PCMSSIT.EXE
14, 2,PCMSSCL.EXE
14, 3,PCMSSVD.EXE
14, 4,PCMSSDB.EXE
14, 5,PCMSSTI.EXE
14, 6,PCMSSRC.EXE
14, 7,PCMSSVLS.EXE
14, 8,PCMSSPP.EXE
14, 9,PCMSSCL9.EXE

# TABLE 15: Sizing warning window

15, 0, "... wait, determining disk space requirements"

# Added prompt for Yes and NO
# TABLE 16: Yes and No Prompts for Select Box

16, 0, "  &Yes "
16, 1, "  &No  "
16, 2, "       "



Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.51