Hi Canary, yep that looks just right. I thought you'd have the .NET Framework V1.0 and V1.1 in there.
As you can see from this thread, problems with .NET framework are't the easiest things to pin down, but I've a couple of suggestions for you.
First:
When Microsoft Windows Installer is incorrectly registered in the Windows registry, the .NET Framework 1.1 Setup program cannot gain access to some Windows Installer components. This article discusses how to work around this issue by unregistering and then reregistering Windows Installer.
ARTICLE:
You'll see from this article that one of the reasons for problems when trying to install the .NET Framework 1.1 is a possible problem with Windows Installer. You can either use dial-a-fix, or do the following: (You can copy and paste the commands.)
1.Unregister Windows Installer:a. Click Start, and then click Run.b. In the Open box, type msiexec /unregister, and then click OK.
2.Reregister Windows Installer:a. Click Start, and then click Run.b. In the Open text box, type msiexec /regserver, and then click OK.
By making sure the Windows Installer is properly registered, we can discount that as being part of the problem.
Second:
Go to the MS download page, and download the following to your desktop, or to any folder you normally use for downloading files. As long as you can find it.
Microsoft .NET Framework 1.1 Service Pack 1 (SP1)
Installing off line IMHO, is more reliable than trying to do it online where your download has more chance of going wrong.
Next, just double click the installer package.
I think you may only need Service Pack 1 (SP1), but if you're asked to install either of the packages below, you can either do it with Microsoft Update, or download them from the links to manually install from your desktop/folder again.
Microsoft .NET Framework version 1.1 redistributable package
Microsoft .NET Framework 1.0 Redistributable package
If this doesn't solve the problem, we can try running "dial-a-fix", or uninstalling 1.1 from your pc. No worries.
Again, if anyone has any better ideas, please feel free to jump in. ![:)]()