Error in installation of dotnetfx3setup.exe

Hello, I ran the vs_uninst_winfx.exe tool. When I tried to run the dotnetfx3xsetup tool, I got the following error in the file

dd_dotnetfx3error.txt in the user temp folder. Please direct me to the correct forum for this question.

As always, we need this resolved as soon as you can. Thanks

Jay Fischer

UNO Software Development

Department of Health and Hospitals for Louisiana

[10/02/06,10:40:49] WIC Installer: [2] Error code 1603 for this component means "Fatal error during installation.
"
[10/02/06,10:40:49] WIC Installer: [2] Setup Failed on component WIC Installer
[10/02/06,10:40:55] WapUI: [2] DepCheck indicates WIC Installer is not installed.
[10/02/06,10:40:55] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 was not attempted to be installed.
[10/02/06,11:46:28] WIC Installer: [2] Error code 1603 for this component means "Fatal error during installation.
"
[10/02/06,11:46:28] WIC Installer: [2] Setup Failed on component WIC Installer
[10/02/06,11:46:38] WapUI: [2] DepCheck indicates WIC Installer is not installed.
[10/02/06,11:46:38] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 was not attempted to be installed.
[10/02/06,11:52:03] WIC Installer: [2] Error code 1603 for this component means "Fatal error during installation.
"
[10/02/06,11:52:03] WIC Installer: [2] Setup Failed on component WIC Installer
[10/02/06,11:52:11] WapUI: [2] DepCheck indicates WIC Installer is not installed.
[10/02/06,11:52:12] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 was not attempted to be installed.
[10/02/06,15:14:37] WIC Installer: [2] Error code 1603 for this component means "Fatal error during installation.
"
[10/02/06,15:14:37] WIC Installer: [2] Setup Failed on component WIC Installer
[10/02/06,15:15:05] WapUI: [2] DepCheck indicates WIC Installer is not installed.
[10/02/06,15:15:05] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 was not attempted to be installed.

[2101 byte] By [UNODevelopment] at [2008-3-6]
# 1

Moving to .Net forum

-Tim <msft>

TimLa at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 2
Please send your log files to a-tbeck(a)microsoft(dot)com so that we can review and debug the situation. You should find them under (%temp%\dd*.*). Please refer to this post in your email (http://forums.microsoft.com/msdn/showpost.aspx?postid=784106&SiteID=1).
TomBeck-MSFT at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 3

I have run into the same issues with my install. After digging through the log files, I found that the dd_WIC.txt file was reporting an error "Failed To Enable SE_SECURITY_PRIVILEGE". Looking further into this error, I found out that my local admin did not have the privledge to "Manage auditing and security log" per local security policies. Once I logged into an accout with the right permissions, I was able to install.

Josh Laase

jlaase at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 4

I just wanted to add a little more detail to the solution:

By default, users in the Administrator group have "Manage auditing and security log" enabled. This, of course, can be changed, and frequently is in enterprise environments. For example, domain admininstrators may be the only group with this security privilege enabled in your environment. So if you're an administrator but not a domain administrator, you'll get the above error. How do you check?

1. On the start menu, click "Run" and type gpedit.msc

2. Navigate to Local Computer Policy/Computer Configuration/Windows Settings/Security Settings/Local Policies/User Rights Assignment/

3. Scroll down the list of policies until you see "Manage Auditing and Security Log." The value given is the group that has the privilege. If you're not in this group, you'll see the above error.

How might this be resolved?

1. Ask a member of the applicable security group to perform the install

2. Become a member of the applicable security group.

3. Change the settings of your current security group.

I hope this helps.

--Bryan Wheeler


This posting is provided "AS IS" with no warranties, and confers no rights.

BryanWheeler--MSFT at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 5

Hi Bryan,

I am an administrator of my machine and .NET 3 installation still fails with the following error:

[11/20/06,18:59:56] WIC Installer: [2] Setup Failed on component WIC Installer
[11/20/06,19:00:04] WapUI: [2] DepCheck indicates WIC Installer is not installed.
[11/20/06,19:00:04] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 was not attempted to be installed.

also I checked "Manage Auditing and Security Log." setting and Administrators have this privilege.

What else should I be checking?

By the way, I get another error when I try to install "Windows Desktop Search".

4.454: 2006/11/20 16:32:24.984 (local)
4.454: c:\edb5ddad8f3f0ea0f83b8e49fb7a\update\update.exe (version 6.2.29.0)
4.454: Failed To Enable SE_BACKUP_PRIVILEGE
4.469: Setup encountered an error: You do not have permission to update Windows XP.
Please contact your system administrator.
4.469: You do not have permission to update Windows XP.
Please contact your system administrator.
4.469: Update.exe extended error code = 0xf004
4.469: Update.exe return code was masked to 0x643 for MSI custom action compliance.

In another forum, a user mentioned that this is related to "Back up files and directories" policy. On my machine which is running XP SP2, this is assigned to "Backup Operators" and modification of this is disabled.

Any ideas?

Thanks,

Atesh

atesh06 at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 6

I had the same problem. But this solution solved my problem and I setted up the framework3.0 succesfully.

Thanks

kosece at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 7

atesh06,

since you have encountered the problem:

WIC Installer: [2] Setup Failed on component WIC Installer

you can probably find more precise information in the file %TEMP%dd_WIC.txt

JensOkking at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...
# 8

Hi,

On XP, you need Microsoft Windows Imaging Component update wic_x86_enu.exe available on windows update

The Microsoft Windows Imaging Component (WIC) for Windows Presentation Foundation (WPF) provides an extensible framework for working with images and image metadata

Check on MSDN regarding WIC

http://msdn2.microsoft.com/en-us/library//ms737408.aspx

AmitPuri at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...

.NET Development

Site Classified