This topic explains how to update your existing installation of Parasoft Virtualize with a service pack.
To update Parasoft Virtualize via a service pack:
If your organization uses an internal update site instead of the public one, you can configure the update site as follows:
For online and offline service pack updates, as well as patch updates:
update
.bat or .sh script (in the Virtualize installation directory) usingupdate [--debug] [--help] [--patch <arg>| --updatesite <arg>] [--version]
--debug
(optional) outputs debug logging.--patch <arg>
(for patches, not service packs) updates the current installation with the specified patch .jar file(s) provided as arguments to patch. For example, --patch patch1.jar patch2.jar
would update two jar files in the installation. Patch files can be specified by file system path; they can reside outside of the update program directory.--updatesite <arg>
determines where service pack updates are accessed (e.g., which p2 update site or zip archive).-- updatesite
-- updatesite <URL>
where <URL>
is the remote update site.--updatesite http://updates.parasoft.com/xtest/archive/virt/9.7.2/
To use a local P2 zip archive, use --updatesite <archive>
where <archive>
is the P2 archive file with a .zip extension. The file can be specified by file system path.
Example 1: --updatesite com.parasoft.xtest.virt.sp_updatesite_9.7.2.zip
(the zip file is saved in the same directory as the update program).
Example 2: --updatesite C:\mydir\ com.parasoft.xtest.virt.sp_updatesite_9.7.2.zip
(the zip file is saved in C:\mydir).
--version
(optional) prints the version number of the current installation.virtualize.exe -clean