87 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			INI
		
	
	
	
		
		
			
		
	
	
			87 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			INI
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <autoexe xmlns="http://www.gzlanxun.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gzlanxun.com AutoRun.xsd"> | ||
|  |   <!--variable list--> | ||
|  |   <characteristic> | ||
|  |     <parm name="InstallDir" value="\ResidentFlash\"/> | ||
|  |   </characteristic> | ||
|  | 
 | ||
|  |   <!--copy file after warm boot or cold boot--> | ||
|  |   <operation type="File" xsi:type="file" condition=""> | ||
|  |     <!--target directory--> | ||
|  |     <item name="\Windows" type="Directory" condition=""> | ||
|  |       <!--SqlCE example--> | ||
|  |       <!-- %InstallDir% will be replaced with the value in characteristic node%--> | ||
|  |       <!--<item name="sqlcese35.dll" source="%InstallDir%\Restore\sqlcese35.dll" /> | ||
|  |       <item name="sqlceme35.dll" source="%InstallDir%\Restore\sqlceme35.dll" /> | ||
|  |       <item name="sqlceqp35.dll" source="%InstallDir%\Restore\sqlceqp35.dll" /> | ||
|  |       <item name="sqlceoledb35.dll" source="%InstallDir%\Restore\sqlceoledb35.dll" /> | ||
|  |       <item name="sqlceer35CN.dll" source="%InstallDir%\Restore\sqlceer35CN.dll" /> | ||
|  |       <item name="system.data.sqlserverce.dll" source="%InstallDir%\Restore\system.data.sqlserverce.dll"> | ||
|  |         --><!--this dll is a .net Assembly, should be installed into the gac--><!-- | ||
|  |         <parm name="GAC"/> | ||
|  |       </item>--> | ||
|  |     </item> | ||
|  |     <item name="\Windows\程序" type="Directory" condition=""> | ||
|  |       <item name="Internet Explorer.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="Media Player.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="远程桌面连接.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |     </item> | ||
|  | 
 | ||
|  |     <item name="\Windows\桌面" type="Directory" condition=""> | ||
|  |       <item name="office.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="Microsoft Wordpad.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="My Documents.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="Media Player.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="远程桌面连接.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |       <item name="Internet Explorer.lnk" source="" > | ||
|  |         <parm name="Delete" /> | ||
|  |       </item> | ||
|  |     </item> | ||
|  |   </operation> | ||
|  | 
 | ||
|  |   <!--add registry item after warm boot or cold boot--> | ||
|  |   <operation type="Registry" xsi:type="registry" condition=""> | ||
|  |     <item name="HKEY_LOCAL_MACHINE\Software\lckj\AutoExe" condition=""> | ||
|  |       <!--datatype support dword or string--> | ||
|  |       <parm name="MajorVersion" value="2" datatype="dword" /> | ||
|  |       <parm name="MinorVersion" value="1" datatype="dword" /> | ||
|  |     </item> | ||
|  |   </operation> | ||
|  | 
 | ||
|  |   <!--add shortcut after warm boot or cold boot--> | ||
|  |   <operation type="Shortcut" xsi:type="shortcut" condition=""> | ||
|  |     <!--Place quotes around the source path so that the autoexe can correctly parse the source file--> | ||
|  |     <item name="\Windows\桌面\deiniuWMS.lnk" source=""%InstallDir%\wms\DeiNiuWms.exe"" condition=""/> | ||
|  | 
 | ||
|  |   </operation> | ||
|  | 
 | ||
|  |   <!--run a program after cold boot--> | ||
|  |   <operation type="Execute" xsi:type="execute" condition=""> | ||
|  |     <!--install cab example--> | ||
|  |     <!--item name="\windows\wceload.exe" cmdline="/delete 0 /noui %InstallDir%\NETCFv35.Messages.zh-CHS.cab" condition="" --> | ||
|  |     <!--the autoexe will wait for this program exit--> | ||
|  |       <!--parm name="Sync"/--> | ||
|  | 
 | ||
|  |     <!--/item--> | ||
|  |   <item name=""%InstallDir%\wms\DeiNiuWms.exe""   condition="" > | ||
|  |   </item> | ||
|  | 
 | ||
|  |   </operation> | ||
|  | 
 | ||
|  | </autoexe> |