Re: I need an ISO for SP2 or the files from 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.
.