Other Programs Are Running While You Are Installing Office
Close any unnecessary programs before you install Office. Most programs such as virus checking software and system monitoring software can be turned off according to their documentation.
For additional information about clean booting an operating system to install Microsoft Office, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
200116�
OFF2000: Troubleshooting Office Programs Under Windows NT 4.0
238259�
OFF2000: Troubleshooting Office Setup Stop on Windows 95
192926�
How to Perform Clean-Boot Troubleshooting for Windows 98
267288�
How to Perform a Clean Boot in Windows Millennium Edition
The Temp Directory Contains a Large Number of Files
The Temp folder may contain files that are interfering with the installation of Office. To remove these files, use the appropriate method for your operating system.
Microsoft Windows NT 4.0 or Microsoft Windows 2000
In Microsoft Windows NT 4.0, navigate to the Temp folder, which is usually located in the root folder of the system hard disk (C:\Temp). Display the contents of the Temp folder with details, and delete files that were not created on the current date.
Microsoft Windows 95 or Microsoft Windows 98
- Restart your computer. Press F8 when you see the "Starting
Windows 95" message, and then choose "Safe mode command prompt only."
In Windows 98, hold down CTRL until the Microsoft Windows 98 Startup Menu appears and choose "Safe mode command prompt only.". On some computers, you can press F8 instead of CTRL to bring up the Microsoft Windows 98 Startup Menu.
- Type set and press ENTER. Note the
location of the TEMP variable.
- Go to the folder noted in step 2. For example, if TEMP is set to C:\WINDOWS\TEMP, type the following line and then press ENTER:
cd\windows\temp
If the folder noted in step 2 does not exist, you must create the
folder. For example, you can create a temporary folder called win95tmp
on your hard disk by typing the following line at the command prompt:
md c:\win95tmp
- Delete any temporary files in this folder. Temporary files typically
have a .tmp extension. To delete these files, type the following line
and then press ENTER:
del *.tmp
NOTE: Do not delete these files from within the Windows 95 graphical user interface (that is, when you are running Windows 95) because Windows 95 or a Windows program may be using one of these files.
Microsoft Windows Millennium Edition (Me)
- Click Start, point to Programs, point to Accessories, point to System Tools, and then click System Information.
- On Tools menu, click System Configuration Utility.
- Click the Environment tab and look for the TEMP variable. If the TEMP variable is missing, click New and type TEMP for Variable Name, and C:\Windows\Temp for Variable Value. Click OK.
- Click OK, and then click No if you are prompted to restart your computer.
- Insert your Windows Me startup disk in your disk drive.
- Click Start, and then click Shut Down. Make sure Restart is selected is the drop-down list. Click OK.
- After you restart Windows to a command prompt, type the following, and press ENTER after each line:
c:
cd\windows\temp
If the cd\windows\temp folder does not exist, you must create the
folder. You can create the temporary folder on your hard disk by typing the following line at the command prompt:md c:\windows\temp
- Delete any temporary files in this folder. Temporary files typically
have a .tmp extension. To delete these files, type the following line
and then press ENTER:
del *.tmp