[RESOLVED] installing IIS
Results 1 to 7 of 7

Thread: [RESOLVED] installing IIS

  1. #1
    Join Date
    Oct 2000
    Location
    Australia
    Posts
    2,146

    Resolved [RESOLVED] installing IIS

    I know the normal way;

    You can install IIS using the following steps:

    1. Click Start and select Control Panel.
    2. Double click the Add or Remove Programs applet.
    3. Select Add/Remove Windows Components.
    4. Place a check beside Internet Information Services (IIS).
    5. Click Next.
    6. If prompted, insert your Windows XP CD.

    HOWEVER, on this particular stripped build of Windows XP I'm working with, Internet Information Services (IIS) dosen't even show under 'Add or Remove Programs applet'. Is there a way I can manually install it from the WinXP Pro CD?

  2. #2
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    6,447
    What do you mean "stripped build"?

    Are you sure it's XP Pro (or Tablet PC, or MCE)? I'm fairly sure IIS isn't included in XP Home.
    Safe computing is a habit, not a toolkit.

  3. #3
    Join Date
    Oct 2000
    Location
    Australia
    Posts
    2,146
    WinXP Pro. No IIS!

  4. #4
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391

  5. #5
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    6,447
    Use Notepad to open C:\Windows\Inf\sysoc.inf and make sure this line is in there:
    Code:
    iis=iis.dll,OcEntry,iis.inf,,7
    Make sure iis.inf exists there and is several hundred KB in size too.

    If it's not that, have you tried running "sfc /scannow"?
    Safe computing is a habit, not a toolkit.

  6. #6
    Join Date
    Oct 2000
    Location
    Australia
    Posts
    2,146
    Quote Originally Posted by Tuttle
    Use Notepad to open C:\Windows\Inf\sysoc.inf and make sure this line is in there:
    Code:
    iis=iis.dll,OcEntry,iis.inf,,7
    This line is not located in C:\Winnt\Inf\sysoc.inf

    Quote Originally Posted by Tuttle
    Make sure iis.inf exists there and is several hundred KB in size too.
    This file is there

    Quote Originally Posted by Tuttle
    If it's not that, have you tried running "sfc /scannow"?
    Running now, will let you know.

  7. #7
    Join Date
    Oct 2000
    Location
    Australia
    Posts
    2,146
    found this line in the .inf file;

    iis=iis.dll,OcEntry,iis.inf,hide,7

    all resolved now! thanks Tuttle!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •