Note
You are not reading the most recent version of this documentation. See the latest version available.
Setup Capture Remove CLI¶
Command line options of Setup Capture Remote allows to automate capturing of a batch of source installers on remote virtual machines.
Note
In order to use a remote virtual machine for capturing, first configure it. See Configuration of capturing environment.
Syntax:
"SetupCaptureRemote.exe" <command> [--parameter "value"]
Usage:
"SetupCaptureRemote.exe" capture-remotely --vm "172.16.1.100;WIN10_1809_EN" --project-location "C:\PKG" --project-name "My Project 1" --source-installation "C:\Setup\setup.exe" --args-for-unattended-install "/silent /no-restart"
The default installation path of SetupCaptureRemote.exe
is:
x64 OS:
C:\Program Files (x86)\PACE Suite\Setup Capture\App\
x86 OS:
C:\Program Files\PACE Suite\Setup Capture\App
Commands:
Command |
Description |
---|---|
|
Run capturing in the Snapshotting mode on the remote virtual machine in an unattended mode. See parameters to Capture on a remote virtual machine. |
Capture on a remote virtual machine¶
Parameters of the capture-remotely
command:
Parameter |
Obligatoriness |
Description |
---|---|---|
|
Mandatory |
Defines a virtual machine on which capturing will be performed. Supported value:
Example: |
|
Optional |
Defines what registry hives of the virtual machine will be scanned. If not defined, all registry will be scanned. Supported values: "*" - scan all registry hives"" - do not scan registry"HKLM; HKCU; HKU\.DEFAULT" - scan the specified hives onlyExample: |
|
Optional |
Defines what local drives of the virtual machine will be scanned. If not defined, all local drives will be scanned. Supported values: "*" - scan all drives"" - do not scan drives"system" - scan the system local drive only (usually C:)"non-system" – scan all local drives except the system one (usually
D:, E:, etc.)Example: |
|
Optional |
Defines if the file system and registry permissions changes of the virtual machine will be scanned. If not defined, permissions will be scanned. Supported values: "*" - scan for permission changes"" - do not scan for permission changesExample: |
|
Optional |
Defines if the Windows Services of the virtual machine will be scanned for changes. If not defined, Windows Services will be scanned. Supported values: "*" - scan Windows Services"" - do not scan Windows ServicesExample: |
|
Optional |
Defines if the system devices (printers) of the virtual machine will be scanned for changes. If not defined, system devices will be scanned. Supported values: "*" - scan system devices (printers)"" - do not scan system devices (printers)Example: |
|
Optional |
Defines what exclusion filters will be applied to the captured resources. If not defined, all filters will be applied (default behavior in UI mode). Supported values: "*" - apply all filters (the same as not defined)"" - do not apply filters"filter A; Filter B" - apply only specified filtersExample: |
|
Mandatory |
Defines a path to projects folder (common folder for all projects). The MGP project will be transferred from the remote virtual machine to your work station (PC) and saved to the specified projects folder in the additional subfolder. Example: |
|
Mandatory |
Defines a name of the project (project folder and MGP file). Example: |
|
Mandatory |
Defines a path to the installer that you need to capture. This file will be transferred to the remote virtual machine. Example: |
|
Optional |
Defines a command line switches that allows to run the specified installer in the silent mode. Example: |
|
Optional |
Defines the installer-related files that should be copied to the remote virtual machine along with specified above installer. If not specified, no additional files will be copied. Supported values: "*" - copy all files/subfolders located in the folder with the
specified installer."<file-path-1;file-path-2;folder-path>" - copy the specified files
and folders only. The path could be absolute or relative.Example: |
|
Optional |
Defines if the virtual machine will be restored to the previous state after the capturing completion. If not specified, the virtual machine will be restored. Supported values: "yes" - restore"no" - do not restoreExample: |
Note
PACE Suite covers the whole range of application packaging tasks - learn more.
Try PACE Suite for free - 21 days no obligations unlimited trial with all functions unlocked.