MSFN Forum: dotnetfx3.exe install issues. - MSFN Forum

Jump to content



Windows Vista Forum Rules

If you have questions about customizing Windows Vista that are vLite-specific, please post them in the vLite forum, not here. If you have questions regarding the unattended installation of Windows Vista, please post them in the Unattended Windows Vista/Server 2008 section.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

dotnetfx3.exe install issues. You must use "Turn Windows Features on or off".. ... Rate Topic: -----

#1 User is offline   KeithMcKay 

  • Group: Members
  • Posts: 1
  • Joined: 11-September 08

Posted 11 September 2008 - 04:12 AM

I am having some issues installing Microsoft.NET Framework 3.0 on x86 Vista Ultimate.

I get the message, You must use "Turn Windows features on or off" in the Control Panel to install or configure Microsoft .Net Framework 3.0 x86.

So off we go to Control Panel/Programs and Features/

Image below..
http://img367.images...e=msfw30fz1.jpg

Turning options off, on or any combination and rebooting, does not seem to help when installing Dotnet3.0?

Any ideas?


#2 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,366
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 11 September 2008 - 05:02 AM

The .net 3.0 is part of Vista, so the MSI Installer won't work. select Microsoft .net Framework 3.0 and click ok ;) Now you have .net 3.0 installed ;)

#3 User is offline   shobby 

  • Group: Members
  • Posts: 1
  • Joined: 05-October 08

Posted 05 October 2008 - 07:11 AM

Hi

I am also having the same problem.

I tried by deselecting the options but still no luck..


Could you please advise me .

Many thanks in advance..

This post has been edited by shobby: 05 October 2008 - 07:12 AM


#4 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,366
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 05 October 2008 - 01:19 PM

do not deselect it. Select it and click ok to install .net 3.0.

#5 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,897
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 October 2008 - 07:44 AM

.Net Framework should be installed by default for Vista. are you trying to add or remove .NET 3.0?

#6 User is offline   ice-monster 

  • Group: Members
  • Posts: 3
  • Joined: 30-June 09

Posted 30 June 2009 - 06:38 PM

I am also having this problem, I uninstalled it acidentally and can't get it back!!

when I run the installer it asks me "you must use "turn windows features on or off" to install this product" (something like that).

then ive tried deselecting all of it, selecting all of it, trying combinations of every kind. Nothing works!

Ive even tried just clicking on .net framework 3.0 and clicking OK and it still doesn't work.

Please help :}

#7 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,366
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 30 June 2009 - 11:03 PM

please post a picture of the add/remove feature window and the error message you get

#8 User is offline   ice-monster 

  • Group: Members
  • Posts: 3
  • Joined: 30-June 09

Posted 02 July 2009 - 12:53 PM

View PostMagicAndre1981, on Jun 30 2009, 11:03 PM, said:

please post a picture of the add/remove feature window and the error message you get


see the attachment.Attached File  windows_featues.jpg (29.8K)
Number of downloads: 8

#9 User is offline   beats 

  • Free cookies
  • PipPipPip
  • Group: Members
  • Posts: 344
  • Joined: 08-November 07

Posted 02 July 2009 - 01:37 PM

See if this works, open a command prompt and copy/paste the relevant silent repair option for your installed version:

.NET Framework 3.0 - silent repair

"%windir%\Microsoft.NET\Framework\v3.0\Microsoft .NET Framework 3.0\setup.exe" /q /f /norestart

.NET Framework 3.0 SP1 - silent repair

msiexec /i {2BA00471-0328-3743-93BD-FA813353A783} REBOOT=ReallySuppress /l*v %temp%\netfx30sp1_repair_log.txt /qn

.NET Framework 3.0 SP2 - silent repair

msiexec /fpecmsu {A3051CD0-2F64-3813-A88D-B8DCCDE8F8C7} REBOOT=ReallySuppress REINSTALL=ALL /l*v %temp%\netfx30sp2_repair_log.txt /qn

#10 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,366
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 02 July 2009 - 02:36 PM

and did you select the checkbox to install .net Framework 3.0 in "Turn Windows features on or off" dialog and click on ok, to install the framework?

#11 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,897
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 July 2009 - 11:58 AM

View Postice-monster, on Jul 2 2009, 01:53 PM, said:

View PostMagicAndre1981, on Jun 30 2009, 11:03 PM, said:

please post a picture of the add/remove feature window and the error message you get


see the attachment.Attached File  windows_featues.jpg (29.8K)
Number of downloads: 8

you cannont use the external installer from MS, you have to go through features and install the .NetFramwork 3.0 there. if you want to use the MSI installer, go downloaded 3.5 sp1 and use that one

#12 User is offline   ice-monster 

  • Group: Members
  • Posts: 3
  • Joined: 30-June 09

Posted 03 July 2009 - 06:44 PM

here is what it looks like, Attached File  asdf.jpg (146.13K)
Number of downloads: 7

Quote fizban2: "you cannont use the external installer from MS, you have to go through features and install the .NetFramwork 3.0 there."
care to explain how?

also i tried beats' way, through the CMD promt, heres what that looked like.


"%windir%\Microsoft.NET\Framework\v3.0\Microsoft .NET Framework 3.0\setup.exe" /q /f /norestart

Attached File  qwert.jpg (50.6K)
Number of downloads: 5

what now? :unsure:

#13 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,934
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 July 2009 - 08:59 PM

I've had this problem before, and I've fixed it by installing .net 3.5 SP1 after installing Vista SP2 (it was fairly recent). No matter what the checkbox for .net 3.0 was, it never installed. However, 3.5 SP1 contains 2.0, 3.0, and 3.5 bits, and it worked fine (and afterwards .net 3.0 was checked and greyed out in windows components too).

#14 User is offline   Leon S. Kennedy 

  • Group: Members
  • Posts: 7
  • Joined: 03-May 09
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 05 July 2009 - 12:57 PM

Download this and install it, will end all problems.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy