Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / September 2008

Tip: Looking for answers? Try searching our database.

Can't install .NET Framework 3.5 (error 1603)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vladimir - 01 Dec 2007 09:35 GMT
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.

Things I have tried:

- reinstalling SP2
- uninstalling and reinstalling every .NET Framework version before
3.5 with all service packs

Per Aaron Stebner's WebLog, I tried to enable verbose MSI logging, but
even so the logs didn't really enlighten me.

Here are all the files from my temp folder generated during setup:

http://thecybershadow.net/dump/c5719a60148f4ae60a5fa4e3887b3baf/logs.zip

Hopefully someone with some time and experience in the field can give
me a few hints or things to try.
Thanks!
PvdG42 - 01 Dec 2007 17:18 GMT
> The .NET Framework 3.5 installation fails for me. Right after the
> "Downloading components" stage, it sits for a few seconds on "Setup
[quoted text clipped - 18 lines]
> me a few hints or things to try.
> Thanks!

You might try this as an alternative:

Go here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531
-508D977D32A6&displaylang=en#Instructions


Scroll down to Instructions and click on the link to download the
redistributable package instead of the bootstrapper, then try the install
from your local hard drive.
Vladimir - 01 Dec 2007 19:05 GMT
> You might try this as an alternative:
>
[quoted text clipped - 5 lines]
> redistributable package instead of the bootstrapper, then try the install
> from your local hard drive.

That didn't help, unfortunately. It seems to be the same error. I can
post the logs at your request.
praveenkumarp@gmail.com - 04 Jan 2008 06:53 GMT
uninstall .net framework 3.5 and reinstall it from the following link
and it shud work. even i encountered the same problem and now it works
fine
http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531
-508D977D32A6&displaylang=en


> > You might try this as an alternative:
>
[quoted text clipped - 8 lines]
> That didn't help, unfortunately. It seems to be the same error. I can
> post the logs at your request.
clayosborn@gmail.com - 08 Feb 2008 02:37 GMT
Unfortunately, the problem that I, and most of the people complaining
about this problem have, is exactly what we've reported.  .Net
Framework 3.5 "failed to install", meaning that there is no .Net
framework 3.5 to uninstall and try reinstalling.  It won't install "at
all" in the first place.  That is the whole problem from beginning to
end.

On Jan 4, 1:53 am, praveenkum...@gmail.com wrote:
> uninstall .net framework 3.5 and reinstall it from the following link
> and it shud work. even i encountered the same problem and now it works
> finehttp://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE5...
reggie_gilmore@hotmail.com - 26 Feb 2008 21:13 GMT
Try the following:
1.    Open Registry Editor (regedit in command prompt)
2.    Navigate to the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Services\Eventlog\Security\ServiceModel 3.0.0.0
3.    Right click ServiceModel 3.0.0.0 select Permissions
4.    Click Advanced
5.    Under Permissions tabs, Select Inherit from parent the permission
entries that apply to child objects. Include these with entries
explicitly defined here.
6.    Click Apply, Click OK, Click Ok and Close Registry Editor.
bayard.woodworth@gmail.com - 25 Mar 2008 22:46 GMT
> Framework 3.5 "failed to install", meaning that there is no .Net
> framework 3.5 to uninstall and try reinstalling.  It won't install "at
> all" in the first place.  That is the whole problem from beginning to
> end.

The 1603 error is very generic and is simply a fatal error.  There are
lots of blog entries on how to find the root cause.  The underlying
cause is typically in one of the other log files.  Those log files are
written to a temporary directory (try Start/Run and typing %temp%).
Aaron Stebner's blog goes into some detail
http://blogs.msdn.com/astebner/archive/2005/08/01/446328.aspx

In my case, I found a 2761 error about a global mutex buried in one of
those log files.  It looked like it was related to RGB Rast
installation, but as it turned out, I could not install any .msi files
(MSIEXEC was corrupted in some way).  That lead me to a post that
fixed it for me: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=316101&SiteID=1
(look for a post by tomazek).
Alvin Bruney [ASP.NET MVP] - 02 Apr 2008 02:44 GMT
In my case, it was a permissions error for WCF on one of the registry keys.
1603 is fuzzy.

Signature

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------

>> Framework 3.5 "failed to install", meaning that there is no .Net
>> framework 3.5 to uninstall and try reinstalling. It won't install "at
[quoted text clipped - 15 lines]
> http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=316101&SiteID=1
> (look for a post by tomazek).
Marc Gravell - 03 Apr 2008 09:44 GMT
We had huge problems with 3.5 install; with help from MS, it turns out that
you sometimes need to install it as a local admin on the machine. A domain
admin isn't enough!
So try making yourself a local admin (i.e. in the local "administrators"
group for the machine) before installing.

Marc
Devi Muni - 21 Apr 2008 10:36 GMT
My OS is running on Windows XP Embedded Version 2002 SP2 and I am facing
the same problem. I am unable to install .NET Framework 3.5 and am faced
with Error 1603. I have tried all the steps and solutions stated here
but its not helping me. Hope someone can help me out with this problem!
Thanks!
Eirwick99@gmail.com - 30 Apr 2008 07:41 GMT
ok based on previous post i read
i looked at the logs in the %temp% and found:

Windows Presentation Foundation: ***ERRORLOG EVENT***

so im reading and reading - not unistalling and re-installing ,,, been
down that road to many times.

Then a poster in another forum said: If you have Spybot Search and
Destroy installed and the Tea-Timer activated...switch off the tea-
timer and try again.
http://www.pcadvisor.co.uk/forums/index.cfm?action=showthread&threadid=314275&fo
rumid=1&sr=21


so i thought - used to have a very hard time installing things with
certain anti-virus programs.

I turned mine off.
installed perfectly.

thanks for all the brainstorming everyone did, led me to my salvation.
Andy Ho - 10 Sep 2008 07:19 GMT
Have you solved this problem and how?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.