Download a *Windows 95 emulator* for XP ?

  • Thread starter Thread starter bomba923
  • Start date Start date
AI Thread Summary
To download a Windows 95 emulator for Windows XP, users can consider using DOSBox, which is a popular emulator for running older software. While Windows XP has compatibility options, they may not work for all programs, particularly if the software detects the operating system version. If the installation fails due to missing DLLs or registry entries, users should ensure they have the necessary Windows 95 DLL files, which can be placed in the system32 folder or the application's directory without affecting the XP system, provided there are no naming conflicts. Editing installation files can be complex, especially for executables, but some setups may include plain text control files that are easier to modify. If registry entries are required, users need to identify and create those entries for the program to function correctly. Setting up a dual boot system with Windows 95 is also an option for running incompatible software.
bomba923
Messages
759
Reaction score
0
Where can I download a *Windows 95 emulator* for XP ?
I use Windows XP Pro, and it has program compatibility options.
However, these don't work for my case (it just won't work!).

Where can I download a *Windows 95 emulator* for use on XP?
 
Computer science news on Phys.org
WinXP has compatibility tools. You can run a program like it was windows 95. Just right click the exe and goto the tab.
 
I know I know---but the compatibility tools don't work for this program I'm trying to install! I set everything to windows 95 compatibility mode, but the program refuses to install! It somehow "knows" I'm really using Windows XP OS...:eek:

So where can I download a *Windows 95 emulator* for use on XP ??
 
If it is the install program itself that is complaining, then you might be able to edit the install files.
If it is XP complaining about some illegal operation the program wants to perform then you may or may not be out of luck depending on the exact operation.

You could set up a dual boot system and boot to Win95 to run your program.
 
erm, just do this...

Make sure you have all Win95 DLL's and anything else you think your exe installer might use (most of them go in your system32 folder or in the folder of your installer). Dll hell causes a lot of problems.
 
NoTime said:
If it is the install program itself that is complaining, then you might be able to edit the install files.
If it is XP complaining about some illegal operation the program wants to perform then you may or may not be out of luck depending on the exact operation.

You could set up a dual boot system and boot to Win95 to run your program.

Good idea---but how do I edit the install files? There are only DLL's and JPG images and icons, and the setup application
How to edit?

erm, just do this...

eNathan said:
Make sure you have all Win95 DLL's and anything else you think your exe installer might use (most of them go in your system32 folder or in the folder of your installer). Dll hell causes a lot of problems.

Can I place them in there without affecting my XP system?
 
Last edited:
bomba923 said:
Good idea---but how do I edit the install files? There are only DLL's and JPG images and icons, and the setup application
How to edit?

erm, just do this...
Some Setup programs have a plain text control file.
An exec only setup is more difficult. Also more fun :biggrin:

Can I place them in there without affecting my XP system?
Sure. As long as there are no existing files of that name.
Or you could keep them in the application directory and update the path parameter to include that directory.

One big problem is if the program requires registry entries.
You need to find out what they are.

Put it somewhere, click on it, see what happens.
 
Back
Top