From 24d4bd523dfabd94e8571b9a9d70002a1b6eb364 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Wed, 13 Mar 2002 15:29:14 +0000 Subject: [PATCH] Windows XP is in c:\windows not in c:\winnt git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73145 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.windows.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index a8c2721ebb..ec81285e6a 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ - + Installation on Windows systems @@ -183,8 +183,9 @@ The best bet to do it is to copy the files below into your system directory, which is typically: - c:\windows\system for Windows 9x/Me - c:\winnt\system32 for Windows NT/2000/XP + c:\windows\system for Windows 9x/ME + c:\winnt\system32 for Windows NT/2000 + c:\windows\system32 for Windows XP The files to copy are: @@ -215,8 +216,8 @@ '%WINDOWS%' or '%SYSTEMROOT%' directory is typically: - c:\windows for Windows 9x/Me - c:\winnt or c:\winnt40 for NT/2000/XP servers + c:\windows for Windows 9x/ME/XP + c:\winnt or c:\winnt40 for NT/2000 servers @@ -267,8 +268,9 @@ On PWS and IIS, you can set the browscap.ini to point to: 'c:\windows\system\inetsrv\browscap.ini' on - Windows 9x/Me and 'c:\winnt\system32\inetsrv\browscap.ini' - on NT/2000/XP Server. + Windows 9x/Me, 'c:\winnt\system32\inetsrv\browscap.ini' + on NT/2000 Server, and 'c:\windows\system32\inetsrv\browscap.ini' + on XP.