This information is written in English only
Buypass Access Manager can be installed without any visible UI or any user interaction using command line or CMD file.
It is possible to specify which features should be installed or deleted. Note that installation should be started with evaluated privileges, that is Run as Administrator.
Feature list | Description |
---|---|
Main features | |
RequiredComponents | Required by any other feature. Will allways be installed. |
Acr88Feature | ACR88/89 support. Required by the clients without Secure PinPad readers. Buypass PinPad service will be created during this feature installation process. |
IdCard | Issue ordinary card. |
TempCard | Issue temporary card. |
PinAdmin | Change/Unblock PIN. |
Revoke | Revoke certificates. |
RegistrationOfIdDocument | Registration of ID control document. |
SmartcardDiagnostic | Smartcard Diagnostic. |
Remote functions | |
RemotePreProduceIdCard | Remote pre-produce ID card. |
RemoteActivate | Remote activate ID card. |
RemoteRenew | Remote renew ID card. |
RemotePinUnblock | Remote unblock PIN. |
RemotePreproduceTemp | Remote pre-produce Temporary card. |
RemoteIssueTempCard | Remote issue Temporary card. |
Administration | |
PreRegistration | Pre-registration (on-by-one User). |
BatchPreRegistration | Batch Preregistration (one or more Users). |
EnableOperator | Enable Operator. |
DisableOperator | Disable Operator. |
Reports | Reports. |
Command line syntax
All Msiexec command line options could be found by following this link.
More information about Windows Installer could be found by following this link.
/i - Installs or configures a product
/qn - No user interface
The value of the REMOVE property is a list of features delimited by commas that are to be removed. Spaces are not allowed.
The value of the ADDLOCAL property is a list of features that are delimited by commas, and are to be installed locally. To install all features locally, use ADDLOCAL=ALL on the command line. Spaces are not allowed.
Example:
msiexec /i SetupLraClient.msi /qn
REMOVE=TempCard,PinAdmin,Revoke,RegistrationOfIdDocument,SmartcardDiagnostic,Reports,BatchPreRegistration ADDLOCAL=Acr88Feature,IdCard
Place all features into ADDLOCAL or REMOVE list to be sure that the installation will contain only specified features.
If the same feature will be added to both lists at the same time – it will be uninstalled.
Note that the feature names are case-sensitive. If REMOVE or ADDLOCAL list will contain the feature with name, not specified above – installation will fails.