Is there a way to install Delphi 2010 on Windows 2000

1k Views Asked by At

I just downloaded the Delphi 2010 iso from my SA-subscription and wanted to install it in addition to my other Delphi installations on my notebook computer. Unfortunately it refuses to install because the machine is running Windows 2000.

Is it possible somehow to get it to install it anyway? Or is there a technical reason why it might not work, even if it installed?

edit:

Some more information:

  • Delphi 2009 installed fine on that computer, so dotNET 2.0 is already installed.
  • The Delphi 2010 installer comes up, asks me for the language to use and then says "This product requires at least Windows XP. Setup cannot continue."

What I am looking for now, is either:

  • a way to get the installer to skip this check and install anyway - or -
  • a reason why this would not work (e.g. Delphi is using some Windows API that is not available in Windows 2000)
3

There are 3 best solutions below

3
On BEST ANSWER

You could try to start the setup.exe with the /Win2K parameter. Maybe this helps. But I heard from a German forum that a user who installed Delphi 2010 into Windows 2000 had lots of problems with the IDE. So use the /Win2K parameter at your own risk.

And you must have at least .NET 2.0 SP1 installed

4
On

windows 2000 is supported in Delphi 2010, check the following link:

Target Windows 2000, XP, Vista, and Windows 7 from single source

I think the problem is from your pc, maybe because there are other versions are installed, can you post the message?

3
On

According to the minimum system requirements, Windows 2000 is not supported. They might use some XP+ specific API's these days, but then again they might not, as Delphi 2009 installed fine on Windows 2000.

The first thing you might want to check is if you have .Net (2.0 minimum) on your machine. According to the document linked above, they try to install The .Net 3.5 distributable otherwise, and that one definitely requires XP minimum.