Intermec CK70 CloneNGo User Guide - Page 22

About Running the Clone as a Master

Page 22 highlights

Chapter 1 - About Cloning 5 Follow the instructions in Steps 1 through 5 of "Configure the Settings on the Master Computer" on page 3. 6 Use the master computer to clone one or more client computers. For help, see "Clone a Client Computer" on page 5. About Running the Clone as a Master If you want a clone to be able to function as a master you need to make sure that: • The CloningEx.xml file is copied from the master to the clone. • All files specified in the CloningEx.xml file are available on the clone after all processing is complete. CAB files and XML files copied to \SmartSystems\SSConfigDir are processed and not available to transfer to other devices. The solution for these types of files are to copy them to two different locations as shown in this example: • The CloningEx.xml file is copied to the \Flash File Store directory on the clone computer. 14 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
14
CloneNGo User Guide
5
Follow the instructions in Steps 1 through 5 of
“Configure the
Settings on the Master Computer” on page 3
.
6
Use the master computer to clone one or more client computers.
For help, see
“Clone a Client Computer” on page 5
.
About Running the Clone as a Master
If you want a clone to be able to function as a master you need to
make sure that:
The CloningEx.xml file is copied from the master to the clone.
All files specified in the CloningEx.xml file are available on the
clone after all processing is complete. CAB files and XML files
copied to \SmartSystems\SSConfigDir are processed and not
available to transfer to other devices.
The solution for these types
of files are to copy them to two different locations as shown in this
example:
<CloningEx>
<!—copy CloningEx.xml -->
<File Source="\Flash File Store\CloningEx.xml"
Dest="\Flash File Store\CloningEx.xml"
HardwareVersion="*"/>
<!—copy TaskMgr.cab -->
<File Source="\SmartSystems\Cloning\TaskMgr.cab"
Dest="\SmartSystems\Cloning\TaskMgr.cab"
HardwareVersion="*"/>
<File Source="\SmartSystems\Cloning\TaskMgr.cab"
Dest="\cabfiles\TaskMgr.cab" HardwareVersion="*"/>
<!—copy registry.xml -->
<File Source="\SmartSystems\Cloning\registry.xml"
Dest="\SmartSystems\Cloning\registry.xml"
HardwareVersion="*"/>
<File Source="\SmartSystems\Cloning\registry.xml"
Dest="\SmartSystems\SSConfigDir\registry.xml"
HardwareVersion="*"/>
</CloningEx>
The CloningEx.xml file is copied to the \Flash File Store directory
on the clone computer.