1. Log on as an administrator onto the
source computer. You must belong to the Administrators group, or have the
privileges assigned to the Administrators group. Otherwise, you will not be
able to install the different levels on the source computer. 2. Perform, for example,
the following installations:
- install V5Rn GA
- install V5Rn SP1 then commit the service pack
- install V5Rn SP2 then commit the service pack.
3. On Windows, open a Command Prompt
window and go to the following directory:C:\Program Files\Dassault
Systemes\B0n\intel_a\code\bin (Windows XP Pro)
C:\Program Files\Dassault Systemes\B0n\win_b64\code\bin (64-bit code on
Windows XP Professional x64 Edition)
C:\Program Files (x86)\Dassault Systemes\B0n\intel_a\code\bin (32-bit code
on Windows XP Professional x64 Edition)
where "B0n" is the level V5Rn. 4. To build an archive file based on
the differences between the V5Rn GA and V5Rn SP2 levels, for example, run
the CATDeltaInstall command as follows, for example on
32-bit Windows XP Pro:
CATDeltaInstall -s 0
-d "C:\Program Files\Dassault Systemes\B0n\intel_a" -a E:\users\MyUser\MyArchiveFile
The full command syntax is:
CATDeltaInstall
-s PreviousServicePackNumber [-d InstallationDirectory]
[-l|-a ArchiveFile] [-h]
-s : previous
level number: the level can be either a service pack or the GA level for
the same release;
0 = GA, 1 = service pack 1, 2 = service pack 2, etc.; the default is 0.
A service pack must have been correctly installed if you intend to build
an archive based on the differences between this service pack and another
level. For example, if you installed only the V5Rn GA and V5Rn SP2
levels, you cannot specify "-s 1" as an argument (because you did not
install the V5Rn SP1 level).
-d : Installation
directory; when the command is run from the installation directory, this
argument is not required
-l :
only lists the files which are different between the two installation
levels; this list can be used to build a different type of archive (for
example, WinZip)
-a : builds an archive file with the specified
name (requires the CabArc utility)
-h : help.
Note that there are two distinct operating modes:
- build an archive file (using the "
-a " argument)
- only list the files which are different between the two installation
levels (using the "
-l " argument)
On Windows, the archive file compression is handled automatically thanks
to the cabarc format. |