Cannot setup IIS

G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

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, Msg:Do 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, Msg:Do 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:------
------------
..
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

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, Msg:Do 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, Msg:Do 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)
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)

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" <anonymous@discussions.microsoft.com> wrote in message news:<9c4901c4341d$2df19700$a301280a@phx.gbl>...
> 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
>