Setup command line usage

The SignDoc Device Support Setup can be installed in a non-interactive fashion using the msiexec.exe tool.

Install the product with all features:

msiexec /i SignDocDeviceSupport.msi /norestart /passive

Uninstall the product:

msiexec /x SignDocDeviceSupport.msi /norestart /passive

Install only the SignatureCapture feature (core feature):

 msiexec /i SignDocDeviceSupport.msi ADDLOCAL=Core /norestart /passive

Add the SignDocumentPlugin feature to an existing core installation:

msiexec /i SignDocDeviceSupport.msi ADDLOCAL=SignDocumentPlugin /norestart /passive

Remove the SignDocumentPlugin feature from an installation:

msiexec /i SignDocDeviceSupport.msi REMOVE=SignDocumentPlugin /norestart /passive