SYNTAX

    swi [options] [<operation>] [<sis-file>]


OPTIONS

-h (--help) bool

Display help.

-u (--uid) uint

Package UID to uninstall or display information about.

-v (--verbose) bool

Display verbose output. Specify twice (eg -vv) to get full file listings from the 'list' operation. Can be specified more than once.

-q (--quiet) bool

If specified, swi will not ask any questions during the install. It will assume yes to any yes/no questions, and will install into the Current Working Directory's drive.

-m (--match) string

A pattern used to match package names and vendors for "list" (defaults to "*").


ARGUMENTS

[<operation>]

The operation to perform. If not specified, defaults to 'list'.

list

Lists the currently installed packages (use --verbose for more info). The list can be filtered by specifying a --uid or <--match> option.

install

Installs the package specified by the sis-file argument.

uninstall

Uninstalls the package specified by the --uid option.

[<sis-file>]

The SIS file to install. Only valid when the operation is "install". [filename]


DESCRIPTION

Console-based application installer/uninstaller.


COPYRIGHT

Copyright (c) 2008-2010 Accenture. All rights reserved.