/******************************************************************/ /* */ /* This installation program performs a quick installation of */ /* the device driver and the MICROSOFT CD extension program */ /* into the system. The 'CONFIG.SYS' and 'AUTOEXEC.BAT' files */ /* will be modified when an install option is invoked. */ /* */ /* / */ /* */ /* Express Install */ /* =============== */ /* This option provides the user automatic configuration of */ /* the CD ROM Drive. It will automatically detect the drive */ /* during bootup. */ /* */ /* Custom Install */ /* ============== */ /* This option provides the user the flexibility in configuring */ /* the CD ROM Drive during boot-up. */ /* The user can select the following options: */ /* - Drive Letter */ /* - Device Name */ /* - Base I/O Address */ /* - IRQ */ /* - Master/Slave */ /* - Set CD ROM Speed */ /* - Time Mulitplier */ /* - Verbose Option */ /* */ /* */ /* This allows user to define the drive letter to be installed */ /* on the CD ROM drive. */ /* */ /* */ /* A string of up to a maximum of 8 characters is allowed in */ /* this option. */ /* */ /* */ /* The base I/O address option allows user to enter */ /* any 4-alphanumeric addresses. Please check your motherboard */ /* to ensure that your computer can supported the specified base */ /* I/O address. */ /* */ /* There are currently 4 default port addresses (for Express */ /* Install). They are */ /* a) 1F0 - Primary IDE Port (default) */ /* b) 170 - Secondary IDE Port */ /* c) 1E8 - Tertiary IDE Port */ /* d) 168 - Quaternary IDE Port */ /* (All addresses are in hexadecimal form.) */ /* */ /* */ /* This option allows you to select the specific IRQ line which */ /* you want to use. Please check your motherboard */ /* to ensure that your computer can support the specified */ /* IRQ line. By default, the IRQ line used is 14. */ /* The range of IRQ line you can specify is 8-15. */ /* */ /* */ /* This option allows you to select the specific Master or Slave */ /* operation you want to use. Please check your CD ROM drive to */ /* ensure that it can support the specified Master/Slave */ /* operation. By default, the CD ROM drive is set to Slave */ /* operation. */ /* */ /* */ /* This option provides a means for you to set the spindle speed */ /* to be used while reading CD ROM data. Note that play operation*/ /* will not use the speed set by this option. By default, the */ /* CD ROM drive is set to Quad Speed(4). */ /* */ /* There are currently 3 types of speed supported. They are */ /* a) Single Speed(1) */ /* b) Double Speed(2) */ /* c) Quad Speed(4) */ /* */ /*