我目前正在使用 Windows Mobile 6.1 手持设备。我有同样的问题要解决,幸运的是我能够解决这个问题。请仔细遵循这些准则。
* You had to have create an XML script if you have multiple CAB files
* If you have a single CAB file than place your cab file in CABFOLDER on your
mobile unit and run AUTOCAB.EXE that can be found somewhere in your mobile unit
* If you want to work with XML script than follow this XML
enter code here
'<AutoConfig>
<Files>
<File Src="http://10.0.0.102/Softwares/XMLMultiFileDownload.zip"
Dest="\SD Card\XMLMulti12eDownload.zip"
FileId="620.121.0">
</File>
<File Src="http://10.0.0.102/Softwares/hello.zip"
Dest="\SD Card\29Sep.zip"
FileId="530.0.04">
</File>
<File Src="http://10.0.0.102/Softwares/IBI.CAB"
Dest="\CabFiles\IBI.CAB"
FileId="130.331.151.1521"
StartIn="\CabFiles"
Run="\CabFiles\autocab.exe"
CmdLine="-FILE="\CabFiles\IBI.CAB" -FORCE -SHOW=2 -CHKRST=1">
Wait="true"
</File>
<File Src="http://10.0.0.102/Softwares/DC_Net.CAB"
Dest="\Flash File Store\DC_Net.CAB"
FileId="125.734.03.0390"
Run="\2577\autocab.exe"
CmdLine="-FILE="\Flash File Store\DC_Net.CAB" -FORCE -SHOW=2-
Wait="false"
>
</File>
</Files>
</AutoConfig> '
enter code here
注意:此文件必须是标准的 XML 格式