Install WorkZone Content Server

This procedure describes how to install WorkZone Content Server.

  • It is not possible to access clients or services directly from the web server. For information on how to enable access from the web server, see Microsoft article 896861.
  • If you want to run WorkZone Explorer from Windows Explorer on a Windows Server operating system, you must enable the Windows Desktop Experience.


Install WorkZone Content Server

You must create an A host for the WorkZone Content Server before you start the installation, see Create an A host for WorkZone Content Server.

  1. Start setup.exe and click OK to install the prerequisite packages. It may take a few minutes.
  2. If restart is required, click OK to restart.

    The KMD WorkZone Content Server Installer Information dialog closes and the KMD WorkZone Content Server InstallShield Wizard opens.

  3. Click Nextto display the License Agreement page. Read the license agreement and select the I accept the terms in the license agreement check box.
  4. Click Next to open the Custom Setup page and select the program feature (Oracle client, Web server or Agent server) you want to install and clear the features you do not want to install.
    • Program features
      • Oracle Client: Installs the Oracle client in the path specified in the Install To field. The Oracle ODBC driver feature is installed by default.
      • Web server: Installs all common web services, Microsoft Office services and collaboration services required by WorkZone in the path specified in the Install To field.
      • Agent server:  Installs all agents and services required by WorkZone not included Web server program features in the path specified in the Install To field.
    • Notes
      • The Microsoft .NET framework is installed as part of the WorkZone installation if it is not already installed on the server.
      • WorkZone Configuration Management, OData, WorkZone Configurator, and WorkZone Explorer are installed by default.
      • The OAuth2 authentication framework (for WorkZone Mobile App user authentication) is automatically installed and activated during installation.
  5. Click Next to open the Authentication type page and select the authentication type used by WorkZone to authenticate users.
    • Windows: Use Windows Domain authentication to verify and authenticate users in an on-premise installation. On -premise software is installed, maintained and run at the physical location of the organization and consists of the well-known Server-Client set up.

    • OAuth2: Use the OAuth2 framework for user verification and authentication. OAuth2 can be used for off-premise installations. Off-premise software is installed, maintained and run at a location other than the physical location of the organization, either in the cloud or at a service-provider.
      If you select OAuth2, you must configure the OAuth2 connection settings by defining the Tenant ID, Client ID and Client Secret in the following page of the wizard.

  6. Click Next to open the WorkZone Content Server Prerequisites Checker page. The WorkZone Content Server Prerequisites Checker page displays the status of all components necessary for the correct installation WorkZone Content Server.
    When the Status field is green and Passed, click Close.
  7. Click Next to display the Database(s) page and fill in the fields:

Click Next to display the Ready to Install the Program page and click Install. The KMD WorkZone Content Server Installer Information dialog is displayed and the installation will start.

When the installation is complete, the InstallShield Wizard Completed page is displayed.

Click Finish to close the KMD WorkZone Content Server InstallShield Wizard.You must restart your machine for the installation to take effect.

Upgrade WorkZone database following the instructions in the WorkZone Content Server Database Installation Guide.


Silent installation

To install all WorkZone features with default settings, execute the following command:

msiexec /i "KMD WorkZone Content Server.msi" ADDLOCAL=ALL SJDSN=<Database(s)> HOSTHEADER=<HostHeader>/q

Where:

  • <SJDSN> is the name of the Oracle database(s). Separate each database with a semicolon.
  • <HostHeader> is the host header of the website.
  • ADDLOCAL=ALL installs all features with default settings.

Example:  

msiexec /i "KMD WorkZone Content Server.msi" ADDLOCAL=ALL SJDSN=”DB01;db02” HOSTHEADER=”lmdom.local” /q

In a coming release, it will be possible to specify which WorkZone features to install. If you want to customize the silent installation, please ask support for assistance.


Installation process log file

If errors occur during the installation process, they are registered in the log file WZCS.log. The log file is placed in the user file folder %temp%.

When using RDP, the %temp% folder may be deleted at logoff.

See also

The OAuth2 framework