January 23, 200521 yr 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.dllI 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.1Can someone explain me what I'm doing wrong ?Thanks
January 23, 200521 yr 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 commandsstart /wait netfx.msi /qbstart /wait langpack.msi /qbstart /wait dotnet_sp1.exe /QWith this I haven't any errors ...++Sorry for my language ...
Create an account or sign in to comment