How to install real mode CD-ROM drive drivers in Windows 98 (198687)
The information in this article applies to:
- the operating system: Microsoft Windows 98
- Microsoft Office 97 for Windows
- Microsoft Office for Windows 95
- Microsoft Office for Windows 95 7.0a
- Microsoft Office 2000 Premium
- Microsoft Office 2000 Professoinal
- Microsoft Office 2000 Standard
- Microsoft Office 2000 Small Business
- Microsoft Office 2000 Developer
- Microsoft Access 2000
- Microsoft Excel 2000
- Microsoft FrontPage 2000
- Microsoft Outlook 2000
- Microsoft PowerPoint 2000
- Microsoft Word 2000
This article was previously published under Q198687 For a Microsoft Office 97 or earlier version of this
article, see
167069. SUMMARY This article describes how to install real mode CD-ROM drive
drivers under Microsoft Windows 98 when you are troubleshooting problems that
occur when you install Microsoft Office. The process in this article includes
the following:
- Turning on the real mode CD-ROM drive drivers.
- Restarting Microsoft Windows 98 in Safe Mode using
step-by-step confirmation.
MORE INFORMATIONTurning on the Real Mode CD-ROM Drive Drivers Turning on the real mode drivers for your CD-ROM drive allows you
to install Office while Windows is running in Safe Mode. Use one of
the following methods to turn on the real mode drivers for your CD-ROM
drive: Method 1: Use the Windows 98 Startup Disk Windows 98 contains a utility for creating a startup
disk to troubleshoot Windows if Windows does not start. The startup disk
includes real mode drivers for the most commonly used CD-ROM drives. Follow
these steps to create a startup disk:
- On the Start menu, point to Settings and then click Control Panel.
- Double-click Add/Remove Programs. Click the Startup Disk tab.
- Insert a formatted floppy disk into your A drive.
NOTE: Any existing files on the floppy disk will be deleted.
- Click OK in the Insert Disk dialog box.
The necessary files are copied to the A
drive. Click OK to close the Add/Remove Programs Properties dialog box.
NOTE: If your hard disk is formatted with the FAT32 file system, you
need to follow the directions in the following Microsoft Knowledge Base article
to create a Startup disk that is compatible with your computer: 187632 How to Create a Windows 98 Startup Disk that Supports FAT32
You need to add a line to the Config.sys file to allow Windows
to start in Safe Mode. To do this, follow these steps:
- On the Start menu, click Run. Type the following in the Open box and then press ENTER:
- Type the following line at the end of the Config.sys file:
Device=<drive>:<path>\ifshlp.sys Where <drive> and <path> specify the location of your
Windows directory. For example, if your Windows directory is on drive C and is
named WINDOWS, you type the following:
Device=C:\WINDOWS\ifshlp.sys - Click Save on the File menu.
- Click Exit on the File menu.
Follow these steps to start your computer in Safe Mode using
the Windows 98 Startup disk.
- Insert the Windows 98 Startup disk into your A drive.
- Restart your computer.
- Press ENTER when the Windows 98 Startup menu appears.
- Type the following command at the command prompt, and then
press ENTER:
- Type the following command at the command prompt, and then
press ENTER:
- Type the following command at the command prompt, and then
press ENTER: NOTE: If you are attempting to perform an administrative installation
(setup /a) of Microsoft Office to a network server and you need to start
Windows in Safe Mode with both CD-ROM drive and network support, type the
following command instead:
- Click OK in the alert that indicates that Windows is running in Safe Mode.
Now that Windows is in Safe Mode, you need to determine whether
the real mode CD-ROM drivers located in the Windows 98 Startup disk are
compatible with your CD-ROM drive. To do this, double-click My Computer. If you see an icon for your CD-ROM drive, insert your Microsoft
Office CD and try running Setup. If you do not see an icon for your
CD-ROM drive in the My Computer window, proceed to "Method 2: If the Config.sys File Is Present
on Drive C". Method 2: If the Config.sys File Is Present on Drive C If the CD-ROM drivers on the Windows 98 Startup disk
are not compatible with your CD-ROM drive, you can check your Config.sys file
to see whether compatible drivers are located on your system. To do this,
follow these steps:
- Click Start, point to Programs, point to Accessories, point to System
Tools, and then click System Information.
Microsoft System Information is started. - Click System Configuration Utility on the Tools menu.
The System Configuration Utility is started.
- Click the Config.sys tab.
This step displays the contents of the Config.sys
file. If no text is visible in the window, proceed to "Method 3: If No
Config.sys File Is Present on the C Drive". - Locate the line that loads the real mode CD-ROM drive
driver.
NOTE: This line contains the following: -and-
/d:<cd rom drive device id>
For example, the line in Config.sys for your CD-ROM driver may
look similar to the following:
device=c:\cdrom\cdromdrv.sys /d:MSCD001
- Write down the drive identifier string after "/d:" in the
Config.sys window. You need this information later. An example of this
identifier is MSCD001.
- If the "device=" line is remarked (starts with "rem"),
remove the word "rem." To do this, follow these steps:
- Click to select the "device=" line.
- Click Edit.
- Remove "rem " from the beginning of the line, and then
press ENTER.
NOTE: Do not leave a blank space at the beginning of the line.
- Click Close on the File menu. Click Yes when you are prompted to save changes.
- Click the Autoexec.bat tab.
- Look for a line that is similar to the following:
c:\windows\command\mscdex.exe /d: mscd001 /s
If you do not see a line similar to this, you need to add a line
to load the Mscdex extensions for your CD-ROM. To do this, follow these steps:
- Click New.
- Type the following line, and then press ENTER:
<drive>:<path>\command\mscdex.exe /d:<CD-ROM Device Id> where <drive> and <path> specify the location of your
Windows directory, and <CD-ROM Device Id> is the drive identifier for
your CD-ROM drive that you noted in Step 5.
For example, if your
Windows directory is on drive C and is named windows and your CD-ROM drive is
mscd001, type the following:
c:\windows\command\mscdex.exe /d: mscd001
- Click OK. Click No when you are prompted to restart your computer. Go to the
"Restarting Windows 98 in Safe Mode Using Step-by-Step Confirmation" section of
this article.
Method 3: If No Config.sys File Is Present on the C Drive To turn on the drivers when no Config.sys file is
present on the computer, do the following:
- Click Start, point to Find, and then click Files or Folders.
- Type config.* in the named box.
Click C: in the Look in box. Click to clear the Include Subfolders check box. Click Find Now.
- You may see several files listed in the Find window. The file names may be similar to the following:
Config.dos
Config.win
Config.001
Config.syd
If you do not see any files listed in the Find window, go to the "What to Do If No Real-Mode CD-ROM Drivers Are
Present" section of this article. - Right-click one of the files and then click Open with. Click Notepad in the Choose the program you want to use list box. Click to clear the Always use this program to open this file check box, and then click OK.
The file opens in Notepad. - Locate the line that loads the real mode CD-ROM drive
driver.
NOTE: This line contains the following: -and-
/d:<cd rom drive device id>
For example, the line in the Config.sys file for your CD-ROM
driver may look similar to the following:
device=c:\cdrom\cdromdrv.sys /d:MSCD001
NOTE: If you do not see a "device=" line that could be your real mode
CD-ROM driver, repeat Step 4 for each file that is listed in the Find window. If none of the files located in the Find window contains a reference to your real mode CD-ROM drivers, go
to the "What to Do If No Real-Mode CD-ROM Drivers Are Present" section of this
article. - Write down the drive identifier string after "/d:" in the
Config.sys window. You need this information later. An example of this
identifier is MSCD001.
- If the "device=" line is remarked (starts with "rem"),
remove the word "rem." To do this, follow these steps:
- Click to select the "device=" line.
- Click Edit.
- Remove the "rem " from the beginning of the line, and
then press ENTER.
NOTE: Do not leave a blank space at the beginning of the
line.
- Click Save as on the File menu. Type Config.sys in the File Name box, and then click Save.
- Click Exit on the File menu.
- Click Start, point to Programs, point to Accessories, point to System Tools, and then click System Information.
Microsoft System Information is started. - Click System Configuration Utility on the Tools menu.
The System Configuration Utility is started.
- Click the Autoexec.bat tab.
- Look for a line that looks like the following:
c:\windows\command\mscdex.exe /d: mscd001 /s
If you do not see a line similar to this, you need to add a line
to load the Mscdex extensions for your CD-ROM. To do this, follow these steps:
- Click New.
- Type the following line, and then press ENTER:
<drive>:<path>\command\mscdex.exe /d:<CD-ROM Device Id> where <drive> and <path> specify the location of your
Windows directory, and <CD-ROM Device Id> is the drive identifier for
your CD-ROM drive that you noted in Step 6.
For example, if your
Windows directory is on drive C and is named windows and your CD-ROM drive is
mscd001, type the following: c:\windows\command\mscdex.exe /d: mscd001
- Click OK. Click No when you are prompted to restart your computer.
Go to
the "Restarting Windows 98 in Safe Mode Using Step-by-Step Confirmation"
section of this article.
Restarting Windows 98 in Safe Mode Using Step-by-Step Confirmation After you use one of the methods earlier in this article to turn
on the real mode CD-ROM drivers, do the following:
- Restart the computer by clicking Shut Down on the Start menu and then clicking Restart the Computer. Press and continue to hold the CTRL key until the Microsoft
Windows 98 Startup menu appears.
- Select Step-by step confirmation and then press ENTER.
- Answer the questions that appear as follows.
Question Answer
--------------------------------------------------------------------
Load doublespace driver? NO (unless the drive is compressed)
Process System Registry? YES
Create a Startup Log File? NO
Process Startup Device Drivers? YES - When you are prompted, choose NO for all prompts that appear except for the following items:
- Himem.sys
- Ifshlp.sys
- the real mode CD-ROM drive driver
- any necessary third-party drivers
If you are not sure whether a driver is necessary, or if you do
not know what the driver or prompt is, choose NO. Because this is an interactive process, no files are changed or
lost. If you answer incorrectly, you can restart the computer.
NOTE: Some third-party programs (for example, Sound Blaster) provide
more than one file that pertains to the CD-ROM drive. These programs often
include one file that provides the CD-ROM drive capabilities, one file that
provides the sound capabilities, and a third file that provides the multimedia
capabilities. You need only the CD-ROM drive driver. The other files provide
additional capabilities but do not affect the ability to access and read the
CD-ROM drive. - Press Y when prompted to process the Autoexec.bat file.
- When you are prompted, choose NO for all prompts that appear except for the following items:
Path=
Prompt
Mscdex.exe
Set temp=
Set tmp=
- Answer NO to the following question:
Question Answer
--------------------------------------------------
WIN? NO - To start Windows 95 in Safe Mode with CD-ROM support, type
the following command at the MS-DOS prompt: NOTE: If you are attempting to perform an administrative installation
(setup /a) of Microsoft Office to a network server and you need to start
Windows in Safe Mode with both CD-ROM drive and network support, type the
following command instead:
- Run the Microsoft Office Setup program. Click Start, and then click Run. In the Open box, type the following:
<CD-ROM drive letter>:\setup where <CD-ROM drive letter> is your CD-ROM drive letter.
For example, if your CD-ROM drive letter is D, type the following:
What to Do if No Real-Mode CD-ROM Drivers are Present If you cannot load real mode CD-ROM drivers using any of the
methods outlined earlier in this article, you may need to reinstall your real
mode CD-ROM drivers. For more information about reinstalling real mode CD-ROM
drivers for your computer, contact the manufacturer of your computer or the
manufactirer of your CD-ROM drive. For information about how to contact your hardware
manufacturer, click the appropriate article number in the following list to
view the article in the Microsoft Knowledge Base: 65416 Hardware and Software Third-Party Vendor Contact List, A-K
60781 Hardware and Software Third-Party Vendor Contact List, L-P
60782 Hardware and Software Third-Party Vendor Contact List, Q-Z If you are unable to run Setup or use your real
mode CD-ROM drive drivers, you can find more information in the Microsoft
Knowledge Base. For additional information, please see the following articles
in the Microsoft Knowledge Base: 139025 OFF95: Setup Err Msg '\\D.\A.\SETUP.EXE Not Found'
151634 Protected-Mode CD-ROM Drive Support in Windows
139428 Error Messages When Accessing CD-ROM Drive in Windows
135174 Cannot Access CD-ROM Drive from MS-DOS Mode or Command Prompt
131499 CD-ROM Drives Requiring Real-Mode Drivers
87165 Command-Line Switches for MSCDEX.EXE
Modification Type: | Minor | Last Reviewed: | 10/13/2006 |
---|
Keywords: | kbDriver kbhowto kbenv kbHardware kbinfo kbsetup KB198687 |
---|
|