Didnt work - I tried with and without the backslash in front of Windows
<characteristic type="FileOperation">
<characteristic type="\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
I am going to read some of your tutorials
Quote:
Originally Posted by rstoyguy
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>
|