View Single Post
  #2 (permalink)  
Old 12-02-2008, 01:32 PM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

Quote:
Originally Posted by catchacold View Post
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
That would work fine. Just delete the following in orange...And you should be fine. I specify the link directly and don't use the variables much...

Code:
 
<characteristic type="FileOperation">
<characteristic type="%CE5%\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
This post has been thanked 1 times.