Intermec CK70 CloneNGo User Guide - Page 24

Example of Transferring TaskManager to a Client, About Cloning, CloneNGo User Guide

Page 24 highlights

Chapter 1 - About Cloning Example of Transferring TaskManager to a Client The following XML example will cause the TaskMgr.cab file to be copied to the client computers. The wceload.exe application will be launched with /noui as the command line which will silently install the Task Manager application: If your command line contains parameters with spaces (such as a directory path that contains spaces) those parameters need to be in quotes. You will need to use the pre-defined entity """ to include quotation marks within an attribute value as in this example: TaskManager Installed on a Mobile Computer Note: Due to a bug found version 6.90.00.0237 of CloneNGo, you cannot have spaces in command line arguments. The bug is fixed in versions of CloneNGo greater than 6.90.00.0237. 16 CloneNGo User Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44

Chapter 1 — About Cloning
16
CloneNGo User Guide
Example of Transferring TaskManager to a Client
The following XML example will cause the TaskMgr.cab file to be
copied to the client computers. The wceload.exe application will be
launched with /noui as the command line which will silently install
the Task Manager application:
<CloningEx>
<File Source="\SD Card\TaskMgr.cab"
Dest="\TaskMgr.cab" App="\windows\wceload.exe"
CommandLine="\TaskMgr.cab/noui" HardwareVersion="*"/>
</CloningEx>
If your command line contains parameters with spaces (such as a
directory path that contains spaces) those parameters need to be in
quotes.
You will need to use the pre-defined entity “&quot;” to include
quotation marks within an attribute value as in this example:
<File Source="\Flash File Store\SetWallPaper.exe"
Dest="\Program Files\SetWallPaper.exe"
CommandLine="&quot;\My Documents\
qvga_monster.bmp&quot;"
HardwareVersion="*"/>
TaskManager Installed on a Mobile Computer
Note:
Due to a bug found version 6.90.00.0237 of CloneNGo, you
cannot have spaces in command line arguments. The bug is fixed in
versions of CloneNGo greater than 6.90.00.0237.