why can't i delete this file on my pc
Posted
by
ooo
on Super User
See other posts from Super User
or by ooo
Published on 2011-03-18T15:26:00Z
Indexed on
2011/03/18
16:12 UTC
Read the original article
Hit count: 185
i am trying to install some software and it requires removing the following file:
- cd %SYSTEMROOT%\assembly\GAC
- rename Microsoft.Office.Interop.Outlook Microsoft.Office.Interop.Outlook.Old
the problem is when i do the rename it looks like its successful but it doesn't seem to actually delete Microsoft.Office.Interop.Outlook
i tried to explicitally do:
del Microsoft.Office.Interop.Outlook
and again it looks like it works but then when i do a "dir" i still see that file.
Do you have any suggestions on why this wouldn't allow me to delete this file. I have outlook closed when i am doing this so i wouldn't think outlook is locking the file.
© Super User or respective owner