Appendix: Expere Document Services Sample Transforms.xml file

Below is a sample of the Transforms.xml file used in the Expere Document Services installation.

<Transforms>
  <Transform FileName="Installs\DocServicesInstall-MyEnv.msi" Category="InstallCat">
    <Property Id="SQLDBHOSTNAME" Value="labw6416hvm194.wkmnlab.net"/>
    <Property Id="SQLDATABASENAME" Value="DocServices"/>
    <Property Id="STSHOSTNAME" Value="labw6416hvm193.wkmnlab.net" />
    <Property Id="DOCGENSERVICEHOSTNAME" Value="magnum-pi.WKMNLAB.NET" />
    <Property Id="APPLICATIONURL" Value="https://magnum-pi.WKMNLAB.NET" />
    <Property Id="APPLICATIONHOST" Value="magnum-pi.WKMNLAB.NET" />
    <Property Id="DELIVERYHOST" Value="magnum-pi.wkmnlab.net"/>
    <Property Id="DGSUSERNAME" Value="stsusername"/>
    <Property Id="DGSPASSWORD" Value="stspassword"/>
    <Property Id="RUNASSERVICEACCT" Value="0"/>
    <Property Id="ACCOUNTDOMAIN" Value="domain"/>
    <Property Id="DOMAINACCOUNT" Value="domainusername"/>
    <Property Id="DOMAINACCOUNTPASSWORD" Value="domainpassword"/>
    <Property Id="DELIVERYINSTALLED" Value="false"/>
    <Property Id="HELPLINK" Value="https://stg-documentation.wolterskluwerfs.com/WK-Hosted-Expere"/>
    <Property Id="STSv3SigningCertThumbprint" Value="#{STSv3SigningCertThumbprint_Var}" />
    <Property Id="ShowPackagesAndPackets" Value="true" />  
    <Property Id="EZTransformInstalled" Value="true" />
  </Transform>
</Transforms>

Additional considerations

Consider additional guidelines when using the following properties:

  • DGSUSERNAME: The username name of the STS account
  • DGSPASSWORD: The password name of the STS account
  • RUNASSERVICEACCT – Set this value to "0" to install the services as NETWORK SERVICE. Set this value to "1" to use the account information in the properties below;
  • ACCOUNTDOMAIN – The domain of the service account the services should be running as;
  • DOMAINACCOUNT – The username name of the service account;
  • DOMAINACCOUNTPASSWORD – The password of the service account;
  • DELIVERYINSTALLED: If set to 'false," the health check passes if the Delivery Service is not installed;
  • SetDocGenSvcHostConcurrentConsumerLimit – Defines how many concurrent transactions the Expere engine can process. This value defaults to "4," but can be tuned to match the number of CPU cores on the server. If the server has 8 CPU cores, then you can update this value to "8"
  • SHOWPACKAGESANDPACKETS: Used by the Tool Suite to present a checkbox for PNP functionality; change the value to "false" to disable this checkbox.
  • EZTRANSFORMINSTALLED: Used to enable or disable the Expere EZ Transform service in the DGS Tool Suite; change the value to "false" to disable this service.
Note: username and password values identified in the example above should be replaced with your unique values.