OFF97: Installing Win 95 to New Folder to Tshoot Office ProblemsLast reviewed: March 5, 1998Article ID: Q178400 |
The information in this article applies to:
SUMMARYThis article describes how to install a second copy of Microsoft Windows 95 to a new folder on your computer for troubleshooting problems that arise during installation or usage of the Microsoft Office programs. This is also useful in determining if your current installation of Windows 95 is functioning properly.
Requirements for Installing a Second Copy of Windows 95 to a New FolderIn order to use the instructions listed in this article, you need:
MORE INFORMATION
Create a Windows 95 Startup DiskIf you do not have a Windows 95 Startup disk, you will need to create one. To do so, follow these steps:
How to Install a Second Copy of Windows 95 to a New Folder
1. Click Start, point to Programs, and then click MS-DOS Prompt.
2. At the command prompt, type the following lines, pressing ENTER after
each line:
cd\
md w95flat
3. Insert the Windows 95 CD into the CD-ROM drive.
4. At the command prompt, type the following line, and then press ENTER:
copy <drive>:\win95\*.* c:\w95flat
where <drive> is the drive letter assigned to your CD-ROM drive.
5. At the command prompt, type "Exit" (without the quotation marks) and
press ENTER.
6. On the taskbar, click the Start button, and then click Shutdown. In
the Shutdown Windows dialog box, click Restart the Computer, and then
click Yes. When you see the "Starting Windows 95" message, press the
F8 key, and then choose Command Prompt Only.
7. Make a backup copy and rename the system files in case you decide to
return to your original installation of Windows 95 later. To do so,
type the following lines at the command prompt. Press ENTER after each
line.
attrib -s -h -r bootlog.txt
attrib -s -h -r bootlog.prv
attrib -s -h -r detlog.txt
attrib -s -h -r drvspace.bin
attrib -s -h -r msdos.sys
attrib -s -h -r setuplog.txt
attrib -s -h -r system.1st
copy autoexec.bat *.xxx
copy config.sys *.xxx
ren bootlog.txt bootlog.xxx
ren bootlog.prv bootlog2.xxx
ren detlog.txt detlog.xxx
ren drvspace.bin drvspace.xxx
ren msdos.sys msdos.xxx
ren setuplog.txt setuplog.xxx
ren system.1st system.xxx
NOTE: If you receive a "File not found" error message entering any of
the above lines, ignore the error message and proceed to the next
line.
8. At the command prompt, type the following line, and then press ENTER:
cd\<directory>
where <directory> is the name of the folder where the current copy of
Windows 95 is installed. If your Windows 95 directory is named
"windows" (the default), the syntax would look like this:
cd\windows
9. At the command prompt, type the following lines, pressing ENTER after
each line:
attrib -r -h -s system.dat
attrib -r -h -s system.da0
attrib -r -h -s user.dat
attrib -r -h -s user.da0
ren system.dat system.xxx
ren system.da0 system2.xxx
ren system.ini system3.xxx
ren user.dat user.xxx
ren user.da0 user2.xxx
ren win.ini win.xxx
10. If you are using an upgrade version of Windows 95, proceed to step 11.
Otherwise, at the command prompt, type the following lines, pressing
ENTER after each line:
ren user.exe user3.xxx
ren win.com win2.xxx
ren winver.exe winver.xxx
NOTE: If you receive a "File not found" error message entering any of
the above lines, ignore the error message and proceed to the next
line.
11. Type the following line, and then press ENTER:
cd\w95flat
12. To run the Windows 95 setup program, type "Setup" (without the
quotation marks), and then press ENTER. During the Windows 95 setup,
specify a new folder for the Windows 95 installation. Make sure not to
use the folder for your current installation of Windows 95.
NOTE: When you install Windows 95 to a new folder, you must reinstall
All Windows-based programs in the new Windows 95 installation.
How to Restore the Previous Copy of Windows 95Note that if the problem you are troubleshooting still occurs in the new copy of Windows 95, your problem may not be software-related or it may be necessary to format your hard drive in order to resolve your problem. These steps explain how to restore your original copy of Windows 95 if you determine that the installation of Windows 95 to a new folder did not resolve the problem.
|
Additional query words: XL97 SOL tshoot
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |