Appendix: Sample Transforms.xml file

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

Note: The example below cites specific machine names using the Machine.example.NET nomenclature.
<Transforms>
 <!-- DGS CI-->
 <Transform FileName="Installs\DocGenServicesInstall-64bit_JHTest.msi" Category="JHTestInstall">
 <Property Id="SECURITYTOKENCACHEDB" Value="Server=LABW6408HVM562.WKMNLAB.NET;database=AppSecurityTokenCache;Integrated Security=True;" />
 <Property Id="SHORTTERMSQLSERVERHOSTNAME" Value="Data Source=LABW6408HVM562.WKMNLAB.NET;Initial Catalog=docgen;Integrated Security=true;"/>
 <Property Id="STSHOSTNAME" Value="LABW6408HVM562.WKMNLAB.NET"/>
 <Property Id="CONTENTREPOSITORY" Value="\\LABW6408HVM562.WKMNLAB.NET\ExpereRepository\DeployedContent"/>
 <Property Id="BUILDREPOSITORYPATH" Value="\\LABW6408HVM562.WKMNLAB.NET\ExpereRepository\BuildContent"/>
 <Property Id="ERLCONTENTREPOSITORY" Value="\\LABW6408HVM562.WKMNLAB.NET\ExpereRepository\DeployedERLContent"/>
 <Property Id="LIBRARYZIP" Value="\\LABW6408HVM562.WKMNLAB.NET\ExpereRepository\Uploads"/>
 <Property Id="LIBRARYTODEPLOY" Value="\\LABW6408HVM562.WKMNLAB.NET\ExpereRepository\temp"/>
 <Property Id="APPLICATIONURL" Value="LABW6408HVM112.wkmnlab.net"/>
 <Property Id="RabbitMQNetworkName" Value="WKFS_DocGenServicesDGSCI"/>
 <Property Id="RUNASSERVICEACCT" Value="1" />
 <Property Id="ACCOUNTDOMAIN" Value="NA"/>
 <Property Id="DOMAINACCOUNT" Value="DGS-CI-SRVC"/>
 <Property Id="DOMAINACCOUNTPASSWORD" Value="Welcome@586!"/>
 <Property Id="RABBITMQHOST" Value="rabbitmq://LABW6408HVM112.WKMNLAB.NET"/>
 <Property Id="DOCVIEWERURL" Value="https://labw6408hvm371.wkmnlab.net/DocViewerInterfaceHtml_Adam/SessionSvc.svc"/>
 <Property Id="NEWRELICAPPNAME" Value="DGS_CI.DocGenServicesHost"/>
 <Property Id="GENERATESCHEMA" Value="true"/>
 <Property Id="USE_EXPERE_NET" Value="false" />
 <Property Id="EXPERE_ENDPOINT_ADDRESS" Value="http://LABW6408HVM112.WKMNLAB.NET:8080/Common/WSEndpoint" />
 <Property Id="WAS_HOST_BIND" Value="LABW6408HVM112.WKMNLAB.NET" />
 <Property Id="WAS_PORT_BIND" Value="8080" />
 <Property Id="OPPSAHOSTNAME" Value="LABW6408HVM112.WKMNLAB.NET" />
 </Transform>
</Transforms>

Additional considerations

Consider additional guidelines when using the following elements:

Note: The DOMAINACCOUNT and DOMAINACCOUNTPASSWORD values identified in the example above should be replaced with your unique values.