PC Review


Reply
Thread Tools Rate Thread

Cannot setup IIS

 
 
NigelD
Guest
Posts: n/a
 
      7th May 2004
I am trying to install IIS in Windows 2000 on my Laptop so
that I can use the .NET development environment. I don't
plan to use my laptop as a server, but Visual C# .NET
seems to require that I set up IIS before I can install C#.

Two things are going wrong. I don't know if they are
connected.

Firstly, when I try to add the IIS component to Windows,
the installation fails. It says
"Setup could not copy one or more files. The specific
error code is 0x5"
I can't see this in the setup log, but it reports other
errors. I attach the relevant bit of the setup log file
below.

The log file suggests that same error seems to be
occurring twice - something to do with files
logscrpt.dll and asptxu.dll
I am using Windows 2000 with service pack 4.
Is there any way I can check if these files are corrupted,
or get hold of correct versions of these files?

Secondly - if I carry on with the IIS installation and
complete it despite the error, I then cannot access the
properties dialog box for directories on my disk drives.
File properties works OK, but the directory properties box
just doesn't appear. If I uninstall IIS, the properties
boxes pop up again.

Any suggestions?

Nigel

Here is the bit of the iis5.log file with the error
messages:


[5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
-------------
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:...ProcessEntry:100=86...
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:...ProcessEntry:100=2...
[5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
-------------
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll
(C:\WINNT\system32\inetsrv\logscrpt.dll): DllRegisterServer
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:iOleInitialize:
Succeeded: 0. MakeSure to call OleUninitialize.
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
Calling 'DllRegisterServer'.Start
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:MyMessageBox: Title:IIS
Setup Error, Msg:Error calling procedure 'DllRegisterServer
()' in file 'C:\WINNT\system32\inetsrv\logscrpt.dll'.


0x8007007e=The specified module could not be found.

[5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:!
FAIL!
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
Calling 'DllRegisterServer'.End.FAILED. Err=8007007e.
[5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
-------------
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:MyMessageBox: Title:IIS
Setup Error, Msgo you want to retry?
[5/5/2004 19:23:37]
OC_COMPLETE_INSTALLATION:iis_core:...ProcessEntry:100=2...
[5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
-------------



[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:...ProcessEntry:100=2...
[5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:------
------------
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll
(C:\WINNT\system32\inetsrv\asptxn.dll): DllRegisterServer
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:iOleInitialize:
Succeeded: 0. MakeSure to call OleUninitialize.
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
Calling 'DllRegisterServer'.Start
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:MyMessageBox: Title:IIS
Setup Error, Msg:Error calling procedure 'DllRegisterServer
()' in file 'C:\WINNT\system32\inetsrv\asptxn.dll'.


0x8007007e=The specified module could not be found.

[5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:!
FAIL!
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
Calling 'DllRegisterServer'.End.FAILED. Err=8007007e.
[5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:------
------------
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:MyMessageBox: Title:IIS
Setup Error, Msgo you want to retry?
[5/5/2004 19:25:37]
OC_COMPLETE_INSTALLATION:iis_www:...ProcessEntry:100=2...
[5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:------
------------
..


 
Reply With Quote
 
 
 
 
Gerry Hickman
Guest
Posts: n/a
 
      7th May 2004
Hi,

I've certainly never heard of this problem. How did you launch the install?

Regarding C# and IIS, as far as I know you could use WinForms C#,
without a web server (if you can't, it's a bit silly). However,
obviously if you want Web forms you'll need a web server.

Using .NET with WinForms seems a bit pointless to me, but I'd say .NET
on a web server currently kills competing technologies from other vendors.

NigelD wrote:

> I am trying to install IIS in Windows 2000 on my Laptop so
> that I can use the .NET development environment. I don't
> plan to use my laptop as a server, but Visual C# .NET
> seems to require that I set up IIS before I can install C#.
>
> Two things are going wrong. I don't know if they are
> connected.
>
> Firstly, when I try to add the IIS component to Windows,
> the installation fails. It says
> "Setup could not copy one or more files. The specific
> error code is 0x5"
> I can't see this in the setup log, but it reports other
> errors. I attach the relevant bit of the setup log file
> below.
>
> The log file suggests that same error seems to be
> occurring twice - something to do with files
> logscrpt.dll and asptxu.dll
> I am using Windows 2000 with service pack 4.
> Is there any way I can check if these files are corrupted,
> or get hold of correct versions of these files?
>
> Secondly - if I carry on with the IIS installation and
> complete it despite the error, I then cannot access the
> properties dialog box for directories on my disk drives.
> File properties works OK, but the directory properties box
> just doesn't appear. If I uninstall IIS, the properties
> boxes pop up again.
>
> Any suggestions?
>
> Nigel
>
> Here is the bit of the iis5.log file with the error
> messages:
>
>
> [5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
> -------------
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:...ProcessEntry:100=86...
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:...ProcessEntry:100=2...
> [5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
> -------------
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll
> (C:\WINNT\system32\inetsrv\logscrpt.dll): DllRegisterServer
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:iOleInitialize:
> Succeeded: 0. MakeSure to call OleUninitialize.
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
> Calling 'DllRegisterServer'.Start
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:MyMessageBox: Title:IIS
> Setup Error, Msg:Error calling procedure 'DllRegisterServer
> ()' in file 'C:\WINNT\system32\inetsrv\logscrpt.dll'.
>
>
> 0x8007007e=The specified module could not be found.
>
> [5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:!
> FAIL!
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
> Calling 'DllRegisterServer'.End.FAILED. Err=8007007e.
> [5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
> -------------
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:MyMessageBox: Title:IIS
> Setup Error, Msgo you want to retry?
> [5/5/2004 19:23:37]
> OC_COMPLETE_INSTALLATION:iis_core:...ProcessEntry:100=2...
> [5/5/2004 19:23:37] OC_COMPLETE_INSTALLATION:iis_core:-----
> -------------
>
>
>
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:...ProcessEntry:100=2...
> [5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:------
> ------------
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll
> (C:\WINNT\system32\inetsrv\asptxn.dll): DllRegisterServer
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:iOleInitialize:
> Succeeded: 0. MakeSure to call OleUninitialize.
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
> Calling 'DllRegisterServer'.Start
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:MyMessageBox: Title:IIS
> Setup Error, Msg:Error calling procedure 'DllRegisterServer
> ()' in file 'C:\WINNT\system32\inetsrv\asptxn.dll'.
>
>
> 0x8007007e=The specified module could not be found.
>
> [5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:!
> FAIL!
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
> Calling 'DllRegisterServer'.End.FAILED. Err=8007007e.
> [5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:------
> ------------
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:MyMessageBox: Title:IIS
> Setup Error, Msgo you want to retry?
> [5/5/2004 19:25:37]
> OC_COMPLETE_INSTALLATION:iis_www:...ProcessEntry:100=2...
> [5/5/2004 19:25:37] OC_COMPLETE_INSTALLATION:iis_www:------
> ------------
> .
>
>



--
Gerry Hickman (London UK)
 
Reply With Quote
 
special_ed_123
Guest
Posts: n/a
 
      3rd Jun 2004
For what its worth, I'm having the exact same problem as the first one
mentioned in your post. This is killing me!


[6/2/2004 22:53:28] OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll(C:\WINNT\system32\inetsrv\logscrpt.dll):
DllRegisterServer
[6/2/2004 22:53:28] OC_COMPLETE_INSTALLATION:iis_core:iOleInitialize:
Succeeded: 0. MakeSure to call OleUninitialize.
[6/2/2004 22:53:28] OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
Calling 'DllRegisterServer'.Start
[6/2/2004 22:53:28] OC_COMPLETE_INSTALLATION:iis_core:MyMessageBox:
Title:IIS Setup Error, Msg:Error calling procedure
'DllRegisterServer()' in file
'C:\WINNT\system32\inetsrv\logscrpt.dll'.


0x80040154=Class not registered

[6/2/2004 22:53:28] OC_COMPLETE_INSTALLATION:iis_core:!FAIL!
[6/2/2004 22:53:28] OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
Calling 'DllRegisterServer'.End.FAILED. Err=80040154.

....

[6/2/2004 22:54:12] OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll(C:\WINNT\system32\inetsrv\asptxn.dll):
DllRegisterServer
[6/2/2004 22:54:12] OC_COMPLETE_INSTALLATION:iis_www:iOleInitialize:
Succeeded: 0. MakeSure to call OleUninitialize.
[6/2/2004 22:54:12] OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
Calling 'DllRegisterServer'.Start
[6/2/2004 22:54:12] OC_COMPLETE_INSTALLATION:iis_www:MyMessageBox:
Title:IIS Setup Error, Msg:Error calling procedure
'DllRegisterServer()' in file 'C:\WINNT\system32\inetsrv\asptxn.dll'.


0x80040154=Class not registered

[6/2/2004 22:54:12] OC_COMPLETE_INSTALLATION:iis_www:!FAIL!
[6/2/2004 22:54:12] OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
Calling 'DllRegisterServer'.End.FAILED. Err=80040154.






"NigelD" <(E-Mail Removed)> wrote in message news:<9c4901c4341d$2df19700$(E-Mail Removed)>...
> I am trying to install IIS in Windows 2000 on my Laptop so
> that I can use the .NET development environment. I don't
> plan to use my laptop as a server, but Visual C# .NET
> seems to require that I set up IIS before I can install C#.
>
> Two things are going wrong. I don't know if they are
> connected.
>
> Firstly, when I try to add the IIS component to Windows,
> the installation fails. It says
> "Setup could not copy one or more files. The specific
> error code is 0x5"
> I can't see this in the setup log, but it reports other
> errors. I attach the relevant bit of the setup log file
> below.
>
> The log file suggests that same error seems to be
> occurring twice - something to do with files
> logscrpt.dll and asptxu.dll
> I am using Windows 2000 with service pack 4.
> Is there any way I can check if these files are corrupted,
> or get hold of correct versions of these files?
>
> Secondly - if I carry on with the IIS installation and
> complete it despite the error, I then cannot access the
> properties dialog box for directories on my disk drives.
> File properties works OK, but the directory properties box
> just doesn't appear. If I uninstall IIS, the properties
> boxes pop up again.
>
> Any suggestions?
>
> Nigel
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
setup in loading files (Windows Setup). error Laptop c767tu Adnan Windows XP General 2 9th Sep 2008 12:31 AM
Setup program dialogs not showing full size so can't complete setup ... Help?? Siv Windows XP General 0 9th Feb 2006 10:13 PM
HELP..HELP: NIKON SUPER COOLSCAN 5000 ED...setup...few light....lowbrilliant...maybe bad setup???? Stefano Scanners 1 16th Sep 2004 11:45 PM
windows XP setup freezes during first appearing of setup-dialog (blue-screen) Frank Windows XP Help 0 6th Sep 2004 07:05 PM
Setup was unable to change the password for user account administrator - problem durind setup Jay Windows XP Setup 0 27th Mar 2004 06:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:06 AM.