Unable to install .net framework 1.1

S

Sampath

Hi,
I have the installed the following
a) Windows XP with SP1. With all the recent updates.
b) IE 6.
i am not able to install .net framework 1.1. The error
log is shown as below.

[08/25/03,15:32:35] Microsoft .NET Framework 1.1:
CreateProcess launched with cmd line
f:\dotnetframework\dotnetfx.exe "f:\dotnetframework\dotnet
fx.exe" /q:a /c:"install /q /l"
[08/25/03,15:32:45] Setup.exe: IsRunningUnattended
[08/25/03,15:32:45] Microsoft .NET Framework 1.1:
f:\dotnetframework\dotnetfx.exe exited with return value
1603
[08/25/03,15:32:45] Microsoft .NET Framework 1.1:
***ERRORLOG EVENT*** : Error code 1603 for this component
means "Fatal error during installation.
"
[08/25/03,15:32:45] Microsoft .NET Framework 1.1:
***ERRORLOG EVENT*** : Setup Failed on component
Microsoft .NET Framework 1.1

Thanks,
Sampath
 
B

Bradley Jiang[MSFT]

Hi,

Run clean boot and try it again:

1. Run msconfig.
2. On the General tab, select ¡°Diagnostic Startup.
3. Click the Services tab. Make sure the option ¡°Hide All Microsoft
Services¡± are not selected.
4. Find the service ¡°Windows Installer¡± and select it.
5. Click Apply and restart computer.

If that failed, run

dotnetfx.exe /c /t:C:\dotnetfx

to extract all the files to c:\dotnetfx folder. Then, run

msiexec /i c:\dotnetfx\netfx.msi /lv C:\log.txt

Check the C:\log.txt file for detailed information.



Best regards,
Bradley Jiang


This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
|Content-Class: urn:content-classes:message
|From: "Sampath" <[email protected]>
|Sender: "Sampath" <[email protected]>
|Subject: Unable to install .net framework 1.1
|Date: Mon, 25 Aug 2003 05:19:36 -0700
|Lines: 25
|Message-ID: <[email protected]>
|MIME-Version: 1.0
|Content-Type: text/plain;
| charset="iso-8859-1"
|Content-Transfer-Encoding: 7bit
|X-Newsreader: Microsoft CDO for Windows 2000
|X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
|Thread-Index: AcNrAyZT57j2y8hgQpChcyi+N0aQFg==
|Newsgroups: microsoft.public.dotnet.framework
|Path: cpmsftngxa06.phx.gbl
|Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:52119
|NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
|X-Tomcat-NG: microsoft.public.dotnet.framework
|
|Hi,
| I have the installed the following
|a) Windows XP with SP1. With all the recent updates.
|b) IE 6.
|i am not able to install .net framework 1.1. The error
|log is shown as below.
|
|[08/25/03,15:32:35] Microsoft .NET Framework 1.1:
|CreateProcess launched with cmd line
|f:\dotnetframework\dotnetfx.exe "f:\dotnetframework\dotnet
|fx.exe" /q:a /c:"install /q /l"
|[08/25/03,15:32:45] Setup.exe: IsRunningUnattended
|[08/25/03,15:32:45] Microsoft .NET Framework 1.1:
|f:\dotnetframework\dotnetfx.exe exited with return value
|1603
|[08/25/03,15:32:45] Microsoft .NET Framework 1.1:
|***ERRORLOG EVENT*** : Error code 1603 for this component
|means "Fatal error during installation.
|"
|[08/25/03,15:32:45] Microsoft .NET Framework 1.1:
|***ERRORLOG EVENT*** : Setup Failed on component
|Microsoft .NET Framework 1.1
|
|Thanks,
|Sampath
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top