Jump to content

.NET Framework Version 1.1 Installation Error


Recommended Posts

Hi I'm trying to silently install :"Microsoft .NET Framework Version 1.1" on Windows 2000 Pro SP4.

I use the following command :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\37]

"1"="%SYSTEMDRIVE%\\MsUpdate\\dotnetfx.exe /q:a /c:\"install /l /q\""

@="Microsoft .NET Framework Version 1.1"

But I always got the same error in the Event viewer :

System.EnterpriseServices failed to install. Please fix the problem (see exception below) and run 'regasm System.EnterpriseServices.dll' again to install System.EnterpriseServices.

Exception:

'System.NotImplementedException: Not implemented

at System.EnterpriseServices.Admin.ICatalogCollection.Populate()

at System.EnterpriseServices.RegistrationDriver.Populate(ICatalogCollection coll)

at System.EnterpriseServices.RegistrationHelperTx.InstallUtilityApplication(Type t)'

I found a workaround on the microsoft site (Article ID : 815210) and I add this line in the script :

c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regasm System.EnterpriseServices.dll

I can't see if it fix the problem.

Ty the way, I get the same error when I install .NET Framework SP1 even when i run the regasm command after installing .Net 1.1

Can someone explain me what I'm doing wrong ?

Thanks

Link to comment
Share on other sites


For me i install .NET Framework with this method

* I download .NET Framework 1.1 , my language pack , and SP1 for .NET Framework

* I decompress this 3 files in a directory.

and i run this commands

start /wait netfx.msi /qb

start /wait langpack.msi /qb

start /wait dotnet_sp1.exe /Q

With this I haven't any errors ...

++

Sorry for my language ...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...