The DocumentLAUNCH™ application installer supports installation options that can be used in a managed/automated setup environment to pre-configure the application for use.
Silent Installation
This command silently installs
DocumentLAUNCHSetup.msi /qn
Additional Installation Options
The installation supports various options to be specified on the command line to pre-configure the application. In particular, the default AssureSign URL and context identifier can be specified. Note that double quotes must be escaped with a backslash.
DocumentLAUNCHSetup.msi ASSURESIGNCONTEXTID="CustomContextId" ASSURESIGNURL="https://www.assuresign.net" ASSURESIGNUSER="bob@company.com"
This can be combined with the silent install
DocumentLAUNCHSetup.msi /qn ASSURESIGNCONTEXTID="CustomContextId" ASSURESIGNURL="https://www.assuresign.net" ASSURESIGNUSER="bob@company.com"
Full List of Available Installation Options
AssureSign URL
- Parameter Name: ASSURESIGNURL
- Description: The URL of the AssureSign site
AssureSign Context ID
- Parameter Name: ASSURESIGNCONTEXTID
- Description: The context ID of the AssureSign account. This can be found in the Settings section on the AssureSign administration site.
AssureSign User ID
Parameter Name: ASSURESIGNUSER
Description: The user ID of the AssureSign user in whose context the application should run.
0 Comments