The Package Manager
The SyncroSim Package Manager is a command line application called SyncroSim.PackageManager.exe. To run the Package Manager, open a command window, navigate to the SyncroSim installation folder, and type:
SyncroSim.PackageManager.exe
Syntax
The Package Manager command-line syntax is:
SyncroSim.PackageManager.exe [argument, argument, ...]
- All arguments are case sensitive
- All arguments begin with two dashes (--)
- If an argument has a value it must be in the format
--argument=value
- The value for an argument must be enclosed in quotes if it contains spaces.
Arguments
available
Lists available Packages.
installed
Lists installed Packages and shows the status of each Package (e.g. OK, Failed, Duplicate).
install={name}
Installs the specified Package from the online Package repository.
finstall={name}
Installs the specified Package file.
xinstall={name}
Installs the specified Package from a folder.
uninstall={name}
Uninstalls the specified Package.
updates
Lists Packages with updates available from the online Package repository.
updateall
Updates all Packages with the Packages available from the online Package repository.
updatepkg={name}
Updates the specified Package from the online Package repository.
create={dir}
Creates a new Package from a folder.
metadata={file}
Shows metadata for a Package file.
location
Displays the local Package repository location.
rlocation
Displays the remote Package repository location.
verbose
Verbose mode (e.g. for --available.)
file={file}
An optional file name (e.g. for --create.)
force
Continues without prompting (e.g. for --create.)
csv
Output is in CSV format (for --available and --installed only.)
Examples
List the installed Packages:
SyncroSim.PackageManager.exe --installed
List the Packages that are available from the online Package server:
SyncroSim.PackageManager.exe --available
Install the stsim Package from the online Package server:
SyncroSim.PackageManager.exe --install=stsim