PrizmDoc Viewer v13.18 Release - Updated
Administrator Guide / PrizmDoc Application Services / Installing / Install on Windows / Unattended Install & Uninstall
In This Topic
    Unattended Install & Uninstall
    In This Topic

    Unattended Installation of PAS on Windows

    PAS is delivered as part of the "PrizmDoc Client" installer. This installer can be run unattended.

    NOTE: If you have an updated license, you must re-start PAS and PrizmDoc Server in order to use the new license.

    There are two required properties:

    • ServiceUser - Required. Windows account which the PAS service should be run with. Must be in the format DOMAIN\USER.
    • ServicePassword - Required. Password for ServiceUser.

    There are several optional properties:

    • InstallFolder - Base installation directory for the product. Default is "C:\Prizm".
    • SelectedClientFeatures - Features to install. Can be either empty or a comma-separated list of values containing any of the following:
      • "HTML5Viewer"
      • "LocalFileViewerFeature"
    • IISConfigureSamples - Whether to configure the samples with IIS or not. Set to "1" for yes and set to an empty string for no. Default is "1".
    • IISReregister - Whether to re-register ASP.NET v4 with IIS or not. Set to "1" for yes and set to an empty string for no. Default is "1".
    • SelectedPASFeatures - Can be set to "ALL" to include PAS features or set to an empty string to not include them. Default is "ALL".

    Finally, you can also specify how PAS should connect to PrizmDoc Server. If you do, you must provide all three of the following properties:

    • PrizmScheme - PrizmDoc Server protocol. Value may be either "HTTP" or "HTTPS".
    • PrizmHost - PrizmDoc Server hostname or IP address.
    • PrizmPort - PrizmDoc Server port.