View Single Post
  #6 (permalink)  
Old 06-15-2007, 07:21 PM
Kolano's Avatar
Kolano
Regular 'Geeker
Offline
 
Join Date: May 2007
Posts: 422
Reputation: 71
Kolano is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by luv2chill
There are some provxml files in the kitchen already, which you can search for (*.provxml) and use as examples. Have fun!
I see this in mxipcold_oemoperators_1001.provxml
Code:
	<characteristic type="FileOperation">
		<characteristic type="\Windows\Start Menu\Downloads.lnk" translation="install">
			<characteristic type="Copy">
				<parm name="Source" value="\Windows\Downloads.lnk" translation="install"/>
			</characteristic>
		</characteristic>
		<characteristic type="\temp\Downloads.lnk" translation="install">
			<characteristic type="Delete">
				<parm name="ForceDelete"/>
			</characteristic>
		</characteristic>
	</characteristic>
Can you briefly describe what the "delete" command can do.
Reply With Quote