Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Help pls: Still can't install .NET Framework Service Pack 1

Reply
Thread Tools Display Modes

Help pls: Still can't install .NET Framework Service Pack 1

 
 
nospam
Guest
Posts: n/a

 
      03-10-2005
I can't install .NET Framework Service Pack 1.

I have tried repairing the .NET Framework 1.1 installation as suggested
in an earlier post
(ref <Xns960C95F3B958C51D7E@130.133.1.4> )
and in
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/1033/repairRedist.htm
but that didn't fix the problem:-

When I ran :-
dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi" <Enter>
I received an error message saying :
Microsoft .NET Framework 1.1 Setup
Error creating process <msiexec.exe /fvecms
C|\DOCUME~1\c\LOCALS~1\Temp\netfx.msi>. Reason: Access is denied.
OK

What should I do?
 
Reply With Quote
 
 
 
 
Pat Walters [MSFT]
Guest
Posts: n/a

 
      03-15-2005
Assuming:
1. This is Windows XP
2. You are operating on an NTFS partition, and not Fat32
3. You are a local administrator, you can:


1. Click Start
2. Click Run
3. Type: cmd <Enter>
4. In the command prompt, type: echo %username% <Enter>
5. Type: net localgroup administrators <Enter>
6. Verify that the output from step 4 is in the list provided by step 5.
7. Verify it by typing: net localgroup administrators /add %username%
<Enter>
8. The error should come back that the user is already part of the local
group.
9. Type: ECHO y| CACLS.EXE "%WINDIR%\SoftwareDistribution" /E /T /G
"Administrator":F
10. ECHO y| CACLS.EXE "%WINDIR%\SoftwareDistribution" /E /T /G SYSTEM:F
11. Try repairing the .NET Framework again.

Let us know how this goes.

Sincerely,

Pat Walters [MSFT]


"nospam" <> wrote in message
news:...
> I can't install .NET Framework Service Pack 1.
>
> I have tried repairing the .NET Framework 1.1 installation as suggested
> in an earlier post
> (ref <Xns960C95F3B958C51D7E@130.133.1.4> )
> and in
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/1033/repairRedist.htm
> but that didn't fix the problem:-
>
> When I ran :-
> dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi" <Enter>
> I received an error message saying :
> Microsoft .NET Framework 1.1 Setup
> Error creating process <msiexec.exe /fvecms
> C|\DOCUME~1\c\LOCALS~1\Temp\netfx.msi>. Reason: Access is denied.
> OK
>
> What should I do?



 
Reply With Quote
 
nospam
Guest
Posts: n/a

 
      03-15-2005
I followed the instructions below, but had exactly the same symptom, ie
Error creating process
<msiexec.exe /fvecms C:\DOCUME~1\c\LOCALS~1\Temp\netfx.msi>.
Reason: Access is denied.

==== BUT =====

I then tried updating with my firewall (kerio) and my antivirus (AVG)
turned off.
This was successful!

My guess is that the firewall rules were blocking some critical part of
the update process.

As a suggestion:- would it be possible for Microsoft to publish :-
1. A set of generic firewall app rules that are required for various
apps to run.
Currently I (and I guess many others) have to make an (un)educated
guess as to
what should be allowed, and I suspect that sometimes we guess wrongly.

2. Which set of URLs should be considered trusted.

Coming from Microsoft this information would be more trusted than coming
from some arbitrary source.


Thanks for your help and time in solving this Pat.

Colin



Pat Walters [MSFT] wrote:
> Assuming:
> 1. This is Windows XP
> 2. You are operating on an NTFS partition, and not Fat32
> 3. You are a local administrator, you can:
>
>
> 1. Click Start
> 2. Click Run
> 3. Type: cmd <Enter>
> 4. In the command prompt, type: echo %username% <Enter>
> 5. Type: net localgroup administrators <Enter>
> 6. Verify that the output from step 4 is in the list provided by step 5.
> 7. Verify it by typing: net localgroup administrators /add %username%
> <Enter>
> 8. The error should come back that the user is already part of the local
> group.
> 9. Type: ECHO y| CACLS.EXE "%WINDIR%\SoftwareDistribution" /E /T /G
> "Administrator":F
> 10. ECHO y| CACLS.EXE "%WINDIR%\SoftwareDistribution" /E /T /G SYSTEM:F
> 11. Try repairing the .NET Framework again.
>
> Let us know how this goes.
>
> Sincerely,
>
> Pat Walters [MSFT]
>
>
> "nospam" <> wrote in message
> news:...
>
>>I can't install .NET Framework Service Pack 1.
>>
>>I have tried repairing the .NET Framework 1.1 installation as suggested
>>in an earlier post
>> (ref <Xns960C95F3B958C51D7E@130.133.1.4> )
>>and in
>>file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/1033/repairRedist.htm
>>but that didn't fix the problem:-
>>
>>When I ran :-
>>dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi" <Enter>
>>I received an error message saying :
>>Microsoft .NET Framework 1.1 Setup
>>Error creating process <msiexec.exe /fvecms
>>C|\DOCUME~1\c\LOCALS~1\Temp\netfx.msi>. Reason: Access is denied.
>>OK
>>
>>What should I do?

>
>
>

 
Reply With Quote
 
onagap
Guest
Posts: n/a

 
      05-09-2005


"nospam" wrote:

> I can't install .NET Framework Service Pack 1.
>
> I have tried repairing the .NET Framework 1.1 installation as suggested
> in an earlier post
> (ref <Xns960C95F3B958C51D7E@130.133.1.4> )
> and in
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/1033/repairRedist.htm
> but that didn't fix the problem:-
>
> When I ran :-
> dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi" <Enter>
> I received an error message saying :
> Microsoft .NET Framework 1.1 Setup
> Error creating process <msiexec.exe /fvecms
> C|\DOCUME~1\c\LOCALS~1\Temp\netfx.msi>. Reason: Access is denied.
> OK
>
> What should I do?
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
One Solution to .NET Framework Service Pack Install Errors Eric57 Windows Update 24 12-07-2008 07:00 PM
.NET Framework service pack fails to install PeteatWD Windows Update 4 04-05-2005 04:51 AM
can't install .net framework 1.0 service pack 3 or framework 1.1 sp 1 Bryan Windows Update 6 12-21-2004 06:53 PM
RE: CANNOT INSTALL .NET FRAMEWORK SERVICE PACK 3. maintainer Windows Update 0 11-30-2004 06:33 PM
RE: CANNOT INSTALL .NET FRAMEWORK SERVICE PACK 3. PRR Windows Update 0 11-30-2004 06:29 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59