1.1 Framework hangs during install on aspnet.mof on Windows 2000

G

Guest

I've seen others with this same issue, but no replies. I did see someone with
a similar issue on XP in this newsgroup, and they got it to work by deleting
files, rebooting, and installing .NET FW 1.1 SP1. I cannot (feasibly) do this
in our automated environment.

We have hundreds of systems that need .NET FW 1.1 installed (during or after
unattended install), and we cannot have them all hanging during installation.
 
G

Guest

Hi

I had this problem and after some messing around was able to resolve it by
recreating the WMI repository. It appeared to be corrupted on this machine.

To do this rename \system32\wbem\repository to repository.old or something.
When you run something that uses the WMI interface this should be restored. I
just right clicked on my computer and chose manage, after the computer
management screen came up the respository was recreated and I was then able
to install dotnet without any further issues.

Hope this helps.
 
G

Guest

Thanks. I eventually found a different tactic to resolve the issue which was
to re-arrange the order in which my MSI-based installations were being run.

Since this was only happening (for me) on Windows 2000, I was installing the
Windows Installer 3.1 update, which is required for .NET FW 2.0, and also
uses MSI. I moved the 1.1 installation prior to the Windows Installer and
..NET FW 2.0 installations, and this resolved the issue.

If I see the issue again, I'll try your suggestion.

Thanks again,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top