View Single Post
  #1 (permalink)  
Old 12-02-2008, 12:15 PM
catchacold's Avatar
catchacold
PPCGeeks Regular
Offline
 
Join Date: Oct 2008
Posts: 99
Reputation: 65
catchacold is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
OEMVERSION Folder

I am looking at the mxipupdate_zzPIED_100 file in the OEMVERSION Folder - I see some entries to delete pictures

-----------------------------------------------
<characteristic type="FileOperation">
<characteristic type="%CE5%\My Pictures\Grass.jpg" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
-------------------------------------------------------

I could use this to delete the Games Icon from \Windows\Start Menu\Programs

<characteristic type="FileOperation">
<characteristic type="%CE5%\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>

If not how could I do this?

TIA


Sorry this might need to go in the How to Kitchen Folder

Last edited by catchacold; 12-02-2008 at 12:20 PM.
Reply With Quote