tags:

views:

47

answers:

3

The .NET Framework 3.5 installation fails for me. Right after the "Downloading components" stage, it sits for a few seconds on "Setup has finished downloading components, you can now disconnect from the Internet" and then it starts to roll back. I'm using XP SP2. A glance in the log files shows that it seems related to MSI error code 1603

Thanks in Advance

A: 

Make sure you have the latest Windows Installer - here is a link to the 4.5 download.

Oded
i think this shouldn't be the reason. if your windows installer is too old the setup of .net will tell this to you.
martin
A: 

You should be able to find a more detailed error in one of the locations mentioned here

edosoft
A: 

You should rename c:\windows\system32\spupdsvc.exe to something else and retry the .NET Framework 3.5 installation. If you using a batch file you can use:
"REN c:\windows\system32\spupdsvc.exe spupdsvc2.exe"

Toda Raba