Jump to content

Win XP files on Win 2000 SP4


Recommended Posts

  • 4 months later...

- W2k stays usable without support. Keep the existing patch installers, as Microsoft will remove their download some day.

- Using Xp files needs an Xp licence. Even if you have one just for your W2k machine, the so-called licence contract wants you not to take Xp files apart; whether the so-called contract has any legal value depends on your country and existing Justice decisions.

- The Xp Api is quite larger than W2k's. Expect very few programs written for Xp to run on W2k.

- If you mean: Xp's updates - forget it. They check the OS and refuse to install on the wrong one. You may try to fool the installer, but I won't. Illegal, too much work, source of instability.

Link to comment
Share on other sites

  • 5 months later...

*chuckle* Install? You don't need to install hotfixes. You slipstream them into a new CD. Or you manually unpack them.

Here's how I unpack one or more Hotfixes selected in Total Commander.

@ECHO OFF
:BEGIN
IF "%~1" == "" GOTO:EOF
SET fName=%~n1
MKDIR %fName% 1>NUL 2>&1
%~1 /quiet /passive -x:%fName%
SHIFT /1
GOTO:BEGIN

Assigned to a button:

Command: cmd /c ExtractMSHotFix.cmd

Parameters: %S

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...