![]() |
Setup program's command line parameters |
|
Crypt-o setup program's command line parameters can be used for an unattended installation.
/SILENT, /VERYSILENT
Instructs Setup to be silent or very silent. When Setup is silent the wizard is not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed.
/DIR="x:\dirname"
Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified.
/GROUP="folder name"
Overrides the default folder name displayed on the Select Start Menu Folder wizard page.
/TYPE=type name
Overrides the default setup type. If the specified type exists and isn't a custom type, then any /COMPONENTS parameter will be ignored.
The following setup types can be used: full, client.
/COMPONENTS="comma separated list of component names"
Overrides the default component settings. Only the specified components will be selected; the rest will be deselected.
The following component names can be used: Client, Server, Help.
/TASKS="comma separated list of task names"
Specifies a list of tasks that should be initially selected. Only the specified tasks will be selected; the rest will be deselected.
The following task names can be used:
| • | integration - integrate Crypt-o Client with Internet browsers; |
| • | firewall - add an exception for Crypt-o to the Windows Firewall; |
| • | desktopicon - create a desktop icon; |
| • | quicklaunchicon - create a quick launch icon; |
| • | iconscommon - create program's shortcuts for all users; |
| • | iconsuser - create program's shortcuts for the current user only. |
/SERVER=server name
A host name or IP address of a computer where Crypt-o Server is running.
/FINGERPRINT=server fingerprint
An SSL fingerprint of Crypt-o Server.
/PORT=port
A TCP port number of Crypt-o Server.




