Appendix A: Sample Transforms.xml file

Below is a sample of the Transforms.xml file used for creating the OPPSA Installation installer package.

<Transforms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Transforms.xsd">
 <Transform FileName="Installs\Oppsa_Hosted.msi" Category="OppsaHosted">
 <Property Id="SQLHOSTNAME" Value="LABW6408HVM972.WKMNLAB.NET"/> 
 <Property Id="SQLINSTANCENAME" Value=""/>
 <Property Id="SQLSESSIONHOSTNAME" Value="LABW6408HVM972.WKMNLAB.NET"/> 
 <Property Id="SQLSESSIONINSTANCENAME" Value=""/> 
 <Property Id="USEINTEGRATEDSECURITY" Value="0"/>
 <Property Id="USEINTEGRATEDSECURITYSESSION" Value="0"/>
 <Property Id="Oppsa.AspNetMembershipDb" Value="OPPSA_Install_Test"/>
 <Property Id="Oppsa.AspNetStateDb" Value="ASPState"/> 
 <Property Id="OPPSA.AppVirtualDirName" Value="OPPSA"/>
 <Property Id="OPPSA.AppPoolName" Value="OPPSAAppPool"/> 
 <Property Id="OPPSA.EXPEREENDPOINTADDRESS" Value="http://labw6408hvm112.wkmnlab.net:8080/Common/WSEndpoint"/>
 <Property Id="OPPSA.AUTHSQLLOGIN" Value="user1"/> 
 <Property Id="OPPSA.AUTHSQLPASSWORD" Value="qwerty123"/>
 <Property Id="OPPSA.AUTHSESSIONSQLLOGIN" Value="user1"/>
 <Property Id="OPPSA.AUTHSESSIONSQLPASSWORD" Value="qwerty123"/>
 <Property Id="OPPSA.LogFileLocation" Value="C:\\ProgramData\\WKFS\\OPPSA\\OPPSA" /> 
 <Property Id="OPPSA.ApplicationName" Value="OPPSA" />
 <Property Id="OPPSA.MinPasswordAgeInDays" Value="0" />
 <Property Id="OPPSA.MaxPasswordAnswerAttempts" Value="3" />
 <Property Id="OPPSA.SHOWLEGACYFUNCTIONALITY" Value="false" />
 <Property Id="OPPSA.TargetHostName" Value="labw6408hvm112.wkmnlab.net" /> 
 <Property Id="OPPSA.WebHelpLink" Value="http://documentation.wolterskluwerfs.com/robohelp/server?&amp;area=OPPSA&amp;mgr=agm&amp;agt=wsm&amp;wnd=Expere-OPPSA-Hosted%7CNewWindow&amp;tpc=%2Frobohelp%2Frobo%2Fserver%2FOPPSA%2Fprojects%2FExpere-OPPSA-Hosted%2FWhoShouldUsethisDocument.htm%3FRINoLog28301%3DT&amp;ctxid=&amp;project=Expere-OPPSA-Hosted” /> 
 </Transform>
 </Transforms>