I need an ISO for SP2 or the files from it

  • Thread starter Thread starter allen1000
  • Start date Start date
A

allen1000

Guest
I'm trying to add IIS to an XP Pro system and when I try to add the IIS
component it's asking for the "Windows XP Professional Service Pack 2 CD"
which I don't have. When we bought these pc's they came with Windows
installed already and we did not get a CD with them. I downloaded the
"WindowsXP-KB835935-SP2-ENU.exe" file but that does not seem to have what
it's looking for. I even tried starting the install using the file and then
copying the contents for the temp directory it created with an i386
direcorty but that still did not seem to have what it's looking for --- it
appears to be looking first for adsutil.vbs which does not seem to be there.
Any suggestions ?
 
allen1000 wrote:
> I'm trying to add IIS to an XP Pro system and when I try to add the IIS
> component it's asking for the "Windows XP Professional Service Pack 2 CD"
> which I don't have. When we bought these pc's they came with Windows
> installed already and we did not get a CD with them. I downloaded the
> "WindowsXP-KB835935-SP2-ENU.exe" file but that does not seem to have what
> it's looking for. I even tried starting the install using the file and then
> copying the contents for the temp directory it created with an i386
> direcorty but that still did not seem to have what it's looking for --- it
> appears to be looking first for adsutil.vbs which does not seem to be there.
> Any suggestions ?


I have that CD in front of me and 'adsutil.vbs' is nowhere on it.
 
"Adsutil.vbs is an IIS administration utility that uses Microsoft Visual
Basic Scripting Edition (VBScript) with Active Directory Service Interfaces
(ADSI) to manipulate the IIS configuration. This script should be run using
CScript, which is installed with Windows Script Host."

(ADSUTIL.VBS is usually located in the C:\Inetpub\AdminScripts directory)

http://technet2.microsoft.com/windo...7a52-481c-9068-1d7e7d1580691033.mspx?mfr=true


"Big Al" <BigAl@nowhere.com> wrote in message
news:kH4Sj.6786$1m3.876@trndny02...
: allen1000 wrote:
: > I'm trying to add IIS to an XP Pro system and when I try to add the IIS
: > component it's asking for the "Windows XP Professional Service Pack 2
CD"
: > which I don't have. When we bought these pc's they came with Windows
: > installed already and we did not get a CD with them. I downloaded the
: > "WindowsXP-KB835935-SP2-ENU.exe" file but that does not seem to have
what
: > it's looking for. I even tried starting the install using the file and
then
: > copying the contents for the temp directory it created with an i386
: > direcorty but that still did not seem to have what it's looking for ---
it
: > appears to be looking first for adsutil.vbs which does not seem to be
there.
: > Any suggestions ?
:
: I have that CD in front of me and 'adsutil.vbs' is nowhere on it.
 
Update -- I got past that file by renaming the file adsutil.vb_ (which was
in the temp directory created when I started the SP2 install) to adsutil.vbs
but now have gotten to infoctrs.h2 (which I am looking for everywhere I can
think of). I'll keep trying to find each file as it tells me what it's
looking for). Any better suggestions ?

"Tom [Pepper] Willett" wrote:

> "Adsutil.vbs is an IIS administration utility that uses Microsoft Visual
> Basic Scripting Edition (VBScript) with Active Directory Service Interfaces
> (ADSI) to manipulate the IIS configuration. This script should be run using
> CScript, which is installed with Windows Script Host."
>
> (ADSUTIL.VBS is usually located in the C:\Inetpub\AdminScripts directory)
>
> http://technet2.microsoft.com/windo...7a52-481c-9068-1d7e7d1580691033.mspx?mfr=true
>
>
> "Big Al" <BigAl@nowhere.com> wrote in message
> news:kH4Sj.6786$1m3.876@trndny02...
> : allen1000 wrote:
> : > I'm trying to add IIS to an XP Pro system and when I try to add the IIS
> : > component it's asking for the "Windows XP Professional Service Pack 2
> CD"
> : > which I don't have. When we bought these pc's they came with Windows
> : > installed already and we did not get a CD with them. I downloaded the
> : > "WindowsXP-KB835935-SP2-ENU.exe" file but that does not seem to have
> what
> : > it's looking for. I even tried starting the install using the file and
> then
> : > copying the contents for the temp directory it created with an i386
> : > direcorty but that still did not seem to have what it's looking for ---
> it
> : > appears to be looking first for adsutil.vbs which does not seem to be
> there.
> : > Any suggestions ?
> :
> : I have that CD in front of me and 'adsutil.vbs' is nowhere on it.
>
>
>
 
allen1000 wrote:
> Update -- I got past that file by renaming the file adsutil.vb_ (which was
> in the temp directory created when I started the SP2 install) to adsutil.vbs
>>


It might have worked, but technically files that end in _ on Windows
CD's are normally compress and have to be expanded with the expand
command.
expand adsutil.vb_ adsutil.vbs
expand <source> <dest>
Now it might only be necessary for very large or exe/dll files. I've
only done it for .exe files.
 
Ok, I'll look at that. I'm now looking for iisperf.pmc and can't find it ---
I'll keep looking, but if someone has that file and can get it to me that
would be great.
Thanks to all your suggestions.

"Big Al" wrote:

> allen1000 wrote:
> > Update -- I got past that file by renaming the file adsutil.vb_ (which was
> > in the temp directory created when I started the SP2 install) to adsutil.vbs
> >>

>
> It might have worked, but technically files that end in _ on Windows
> CD's are normally compress and have to be expanded with the expand
> command.
> expand adsutil.vb_ adsutil.vbs
> expand <source> <dest>
> Now it might only be necessary for very large or exe/dll files. I've
> only done it for .exe files.
>
 
I'm no expert on this subject. Just for interest, I Googled for your issue and
came up with these links that were cited as "Accepted Solution" on one forum:

http://support.microsoft.com/kb/555268
http://support.microsoft.com/default.aspx?scid=kb;en-us;894351

This may be of assistance also:
Installing IIS on Windows XP Pro
http://www.webwizguide.com/kb/asp_tutorials/installing_iis_winXP_pro.asp

It appears to me that if your system is updated to SP2 you're going to need to
use an installation CD that has SP2 slipstreamed into it, you can't simply use
SP2 update itself to install IIS. I may be wrong.

"allen1000" <allen1000@discussions.microsoft.com> wrote in message
news:9A3B5E0A-F6C2-4BAC-A36C-B41BFEC94737@microsoft.com...
> Ok, I'll look at that. I'm now looking for iisperf.pmc and can't find it ---
> I'll keep looking, but if someone has that file and can get it to me that
> would be great.
> Thanks to all your suggestions.
>
> "Big Al" wrote:
>
>> allen1000 wrote:
>> > Update -- I got past that file by renaming the file adsutil.vb_ (which was
>> > in the temp directory created when I started the SP2 install) to
>> > adsutil.vbs
>> >>

>>
>> It might have worked, but technically files that end in _ on Windows
>> CD's are normally compress and have to be expanded with the expand
>> command.
>> expand adsutil.vb_ adsutil.vbs
>> expand <source> <dest>
>> Now it might only be necessary for very large or exe/dll files. I've
>> only done it for .exe files.
>>
 
I don't have the CD that it wants -- I'm now looking for w3ctrs51.h2 ---
Thanks for all reply's.

"David Webb" wrote:

> I'm no expert on this subject. Just for interest, I Googled for your issue and
> came up with these links that were cited as "Accepted Solution" on one forum:
>
> http://support.microsoft.com/kb/555268
> http://support.microsoft.com/default.aspx?scid=kb;en-us;894351
>
> This may be of assistance also:
> Installing IIS on Windows XP Pro
> http://www.webwizguide.com/kb/asp_tutorials/installing_iis_winXP_pro.asp
>
> It appears to me that if your system is updated to SP2 you're going to need to
> use an installation CD that has SP2 slipstreamed into it, you can't simply use
> SP2 update itself to install IIS. I may be wrong.
>
> "allen1000" <allen1000@discussions.microsoft.com> wrote in message
> news:9A3B5E0A-F6C2-4BAC-A36C-B41BFEC94737@microsoft.com...
> > Ok, I'll look at that. I'm now looking for iisperf.pmc and can't find it ---
> > I'll keep looking, but if someone has that file and can get it to me that
> > would be great.
> > Thanks to all your suggestions.
> >
> > "Big Al" wrote:
> >
> >> allen1000 wrote:
> >> > Update -- I got past that file by renaming the file adsutil.vb_ (which was
> >> > in the temp directory created when I started the SP2 install) to
> >> > adsutil.vbs
> >> >>
> >>
> >> It might have worked, but technically files that end in _ on Windows
> >> CD's are normally compress and have to be expanded with the expand
> >> command.
> >> expand adsutil.vb_ adsutil.vbs
> >> expand <source> <dest>
> >> Now it might only be necessary for very large or exe/dll files. I've
> >> only done it for .exe files.
> >>

>
>
>
 
If your system has an I386 folder containing WinXP setup files, you can create
your own setup CD.

See this tutorial for details:
http://www.howtohaven.com/system/createwindowssetupdisk.shtml

"allen1000" <allen1000@discussions.microsoft.com> wrote in message
news:256F86BC-A696-4374-A4A3-6B54F93D9BB5@microsoft.com...
>I don't have the CD that it wants -- I'm now looking for w3ctrs51.h2 ---
> Thanks for all reply's.
>
> "David Webb" wrote:
>
>> I'm no expert on this subject. Just for interest, I Googled for your issue
>> and
>> came up with these links that were cited as "Accepted Solution" on one forum:
>>
>> http://support.microsoft.com/kb/555268
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;894351
>>
>> This may be of assistance also:
>> Installing IIS on Windows XP Pro
>> http://www.webwizguide.com/kb/asp_tutorials/installing_iis_winXP_pro.asp
>>
>> It appears to me that if your system is updated to SP2 you're going to need
>> to
>> use an installation CD that has SP2 slipstreamed into it, you can't simply
>> use
>> SP2 update itself to install IIS. I may be wrong.
>>
>> "allen1000" <allen1000@discussions.microsoft.com> wrote in message
>> news:9A3B5E0A-F6C2-4BAC-A36C-B41BFEC94737@microsoft.com...
>> > Ok, I'll look at that. I'm now looking for iisperf.pmc and can't find
>> > it ---
>> > I'll keep looking, but if someone has that file and can get it to me that
>> > would be great.
>> > Thanks to all your suggestions.
>> >
>> > "Big Al" wrote:
>> >
>> >> allen1000 wrote:
>> >> > Update -- I got past that file by renaming the file adsutil.vb_ (which
>> >> > was
>> >> > in the temp directory created when I started the SP2 install) to
>> >> > adsutil.vbs
>> >> >>
>> >>
>> >> It might have worked, but technically files that end in _ on Windows
>> >> CD's are normally compress and have to be expanded with the expand
>> >> command.
>> >> expand adsutil.vb_ adsutil.vbs
>> >> expand <source> <dest>
>> >> Now it might only be necessary for very large or exe/dll files. I've
>> >> only done it for .exe files.
>> >>

>>
>>
>>
 
Back
Top