Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > service pack 1 for net/framwork 2.0 KB110806

Reply
Thread Tools Display Modes

service pack 1 for net/framwork 2.0 KB110806

 
 
wind_lickr
Guest
Posts: n/a

 
      01-26-2008
After installation the update left some installer files on my c drive in a
folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
files and 1 .msi file.
I get "cannot delete file access denied" I have even tried MoveOnBoot with
no luck.
Now, I know these files don't belong where they are and I know the update is
installed OK. I have an two identical laptops both with xp home and this
stuff is not on the other machine. Why do I have these installer files on my
PC and how do I get rid of them?. Can anyone help??
 
Reply With Quote
 
 
 
 
Newbie Coder
Guest
Posts: n/a

 
      01-26-2008
Wind,

Safe mode booting should free them up to be able to be deleted

Secondly. The so-called move on boot uses a MoveFileEx API together with the appropriate
flag (MOVEFILE_DELAY_UNTIL_REBOOT) to delete 'files' & not 'directories'. It adds the
entries to a registry key PendingFileRenameOperations
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Session
Manager\PendingFileRenameOperations) which is a REG_MULTI_SZ string (semi colon seperated)

If you don't pass a value to it as the second parameter then the file gets deleted if
using the above stated flag

More info on MoveFileEx:

http://msdn2.microsoft.com/en-us/lib...40(VS.85).aspx

It's written for developers though

--
Newbie Coder
(It's just a name)




"wind_lickr" <> wrote in message
newsFC8417A-9F11-484C-BE48-...
> After installation the update left some installer files on my c drive in a
> folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
> files and 1 .msi file.
> I get "cannot delete file access denied" I have even tried MoveOnBoot with
> no luck.
> Now, I know these files don't belong where they are and I know the update is
> installed OK. I have an two identical laptops both with xp home and this
> stuff is not on the other machine. Why do I have these installer files on my
> PC and how do I get rid of them?. Can anyone help??


 
Reply With Quote
 
wind_lickr
Guest
Posts: n/a

 
      01-26-2008
Newbie,
I really do appreciate you responding to my post,I didn't think anyone
would, however I got the same message when trying to delete these files in
safe mode. I tried it as my login and as administrator...same result. Do you
have any more ideas for me?
Thanks,
Wind_lickr

"Newbie Coder" wrote:

> Wind,
>
> Safe mode booting should free them up to be able to be deleted
>
> Secondly. The so-called move on boot uses a MoveFileEx API together with the appropriate
> flag (MOVEFILE_DELAY_UNTIL_REBOOT) to delete 'files' & not 'directories'. It adds the
> entries to a registry key PendingFileRenameOperations
> (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Session
> Manager\PendingFileRenameOperations) which is a REG_MULTI_SZ string (semi colon seperated)
>
> If you don't pass a value to it as the second parameter then the file gets deleted if
> using the above stated flag
>
> More info on MoveFileEx:
>
> http://msdn2.microsoft.com/en-us/lib...40(VS.85).aspx
>
> It's written for developers though
>
> --
> Newbie Coder
> (It's just a name)
>
>
>
>
> "wind_lickr" <> wrote in message
> newsFC8417A-9F11-484C-BE48-...
> > After installation the update left some installer files on my c drive in a
> > folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
> > files and 1 .msi file.
> > I get "cannot delete file access denied" I have even tried MoveOnBoot with
> > no luck.
> > Now, I know these files don't belong where they are and I know the update is
> > installed OK. I have an two identical laptops both with xp home and this
> > stuff is not on the other machine. Why do I have these installer files on my
> > PC and how do I get rid of them?. Can anyone help??

>
>

 
Reply With Quote
 
gitarfreak666
Guest
Posts: n/a

 
      01-26-2008


"wind_lickr" wrote:

> After installation the update left some installer files on my c drive in a
> folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
> files and 1 .msi file.
> I get "cannot delete file access denied" I have even tried MoveOnBoot with
> no luck.
> Now, I know these files don't belong where they are and I know the update is
> installed OK. I have an two identical laptops both with xp home and this
> stuff is not on the other machine. Why do I have these installer files on my
> PC and how do I get rid of them?. Can anyone help??

 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      01-26-2008
First, see http://support.microsoft.com/kb/923100 (ignore the title).

If no joy, see this recent post by my colleague MowGreen:
http://groups.google.com/group/micro...76de7769d04493

--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

wind_lickr wrote:
> After installation the update left some installer files on my c drive in a
> folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
> files and 1 .msi file.
> I get "cannot delete file access denied" I have even tried MoveOnBoot
> with
> no luck.
> Now, I know these files don't belong where they are and I know the update
> is
> installed OK. I have an two identical laptops both with xp home and this
> stuff is not on the other machine. Why do I have these installer files on
> my
> PC and how do I get rid of them?. Can anyone help??


 
Reply With Quote
 
wind_lickr
Guest
Posts: n/a

 
      01-27-2008
PA Bear,
Greatly appreciate your response...I have gone thru all the steps in
KB923100 and still can't delete the installer files that KB110806 left on my
c drive from the orig update, I tried when there was no net/framwork
installed (between the steps of KB923100), still no joy. Mow Green's post was
good, but it is geared toward not being able to install KB110806. My orig
install of the serv pak 1 was sucessful, it just left these installer files
behind for some reason. Maybe I should just ignore them, what do you think?


"PA Bear [MS MVP]" wrote:

> First, see http://support.microsoft.com/kb/923100 (ignore the title).
>
> If no joy, see this recent post by my colleague MowGreen:
> http://groups.google.com/group/micro...76de7769d04493
>
> --
> ~Robear Dyer (PA Bear)
> MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
> AumHa VSOP & Admin http://aumha.net
> DTS-L http://dts-l.net/
>
> wind_lickr wrote:
> > After installation the update left some installer files on my c drive in a
> > folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
> > files and 1 .msi file.
> > I get "cannot delete file access denied" I have even tried MoveOnBoot
> > with
> > no luck.
> > Now, I know these files don't belong where they are and I know the update
> > is
> > installed OK. I have an two identical laptops both with xp home and this
> > stuff is not on the other machine. Why do I have these installer files on
> > my
> > PC and how do I get rid of them?. Can anyone help??

>
>

 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      01-27-2008
I'm afraid you're not alone with this problem. I'd recommend that you...

Start a free Windows Update support incident request:
https://support.microsoft.com/oas/de...spx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport

If users don't report such problems using the available Free Support
channels, MS won't know there's a problem.
--
~PA Bear


wind_lickr wrote:
> PA Bear,
> Greatly appreciate your response...I have gone thru all the steps in
> KB923100 and still can't delete the installer files that KB110806 left on
> my
> c drive from the orig update, I tried when there was no net/framwork
> installed (between the steps of KB923100), still no joy. Mow Green's post
> was good, but it is geared toward not being able to install KB110806. My
> orig install of the serv pak 1 was sucessful, it just left these installer
> files behind for some reason. Maybe I should just ignore them, what do you
> think?
>
>
> "PA Bear [MS MVP]" wrote:
>
>> First, see http://support.microsoft.com/kb/923100 (ignore the title).
>>
>> If no joy, see this recent post by my colleague MowGreen:
>> http://groups.google.com/group/micro...76de7769d04493
>>
>> --
>> ~Robear Dyer (PA Bear)
>> MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
>> AumHa VSOP & Admin http://aumha.net
>> DTS-L http://dts-l.net/
>>
>> wind_lickr wrote:
>>> After installation the update left some installer files on my c drive in
>>> a
>>> folder named dotNetFX20 and it won't let me delete them, there are 9
>>> .mps
>>> files and 1 .msi file.
>>> I get "cannot delete file access denied" I have even tried MoveOnBoot
>>> with
>>> no luck.
>>> Now, I know these files don't belong where they are and I know the
>>> update
>>> is
>>> installed OK. I have an two identical laptops both with xp home and this
>>> stuff is not on the other machine. Why do I have these installer files
>>> on
>>> my
>>> PC and how do I get rid of them?. Can anyone help??


 
Reply With Quote
 
Calven
Guest
Posts: n/a

 
      01-28-2008

At this time, let’s use another tool to finish the removing job in an easier
way, the tool can find the related file and remove them automatically. Let us
refer to following steps:

Remove .NET Framework using removal tool
================================
1. Please download the tool from the following link:
http://astebner.sts.winisp.net/Tools...eanup_tool.zip

2. Please save the zip file (dotnetfx_cleanup_tool.zip) from the above link
to the local Desktop and extract it.
3. Double click cleanup_tool.exe to run the tool.
4. Please follow the instructions given.
In the "Product to cleanup:" box, please select ".NET Framework - All
versions". If we cannot find that, please select .net 1.0, 1.1 and 2.0
manually.
5. Click "Cleanup Now" button.



 
Reply With Quote
 
goffer
Guest
Posts: n/a

 
      01-28-2008
You can try taking ownership of the folder. Check out
http://support.microsoft.com/kb/308421 for instructions.

"wind_lickr" wrote:

> After installation the update left some installer files on my c drive in a
> folder named dotNetFX20 and it won't let me delete them, there are 9 .mps
> files and 1 .msi file.
> I get "cannot delete file access denied" I have even tried MoveOnBoot with
> no luck.
> Now, I know these files don't belong where they are and I know the update is
> installed OK. I have an two identical laptops both with xp home and this
> stuff is not on the other machine. Why do I have these installer files on my
> PC and how do I get rid of them?. Can anyone help??

 
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
net frame work 2.0 service pack 1 (kb110806) dez Windows Update 5 04-03-2008 01:18 AM
KB110806 Install failure DeputyMike Windows Update 3 01-25-2008 05:38 PM
Critical update KB110806 ETGwebs Windows Vista General Discussion 8 01-19-2008 05:09 PM
Re: Outlook Express 6 Service Pack 1 and Internet Explorer 6 Service Pack 1 updates Lucy [MSFT] Windows Update 0 04-30-2004 11:26 PM
--Service Pack--OE Blocks All E-mail Attachments Since Downloading Service Pack Lyssa Windows Update 1 02-12-2004 02:56 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