The following table lists the properties that you can set during installation:
Property |
Description |
---|---|
PLANREVIEW_CLIENT_FILES |
This property is used to set the installation directory. For example: PLANREVIEW_CLIENT_FILES="C:\Inetpub\wwwroot\ PlanReview" |
PLANREVIEW_IIS_WEBSITE_ID |
This property should be set to the number of your Plan Review Web Site in IIS. For example: PLANREVIEW_IIS_WEBSITE_ID="1" |
PLANREVIEW_APPLICATION _NAME |
This property is used to set the name of the virtual directory used to store your Plan Review site. For example: PLANREVIEW_APPLICATION_NAME="PlanReview" By default, this value is set to PlanReview. |
PLANREVIEW_ SERVICECLIENTTYPE |
This property is used to set the Communication Method. For example: PLANREVIEW_SERVICECLIENTTYPE="SOAP" By default, this value is set to SOAP. |
IIS_SSL |
This property is used to enable HTTPS connections. To enable HTTPS connections, set this property to 1. To disable HTTPS connections, set this property to 0. For example: IIS_SSL="1" By default, this value is set to 0. |
APPLICATION_SERVER_URL |
This property is used to set the URL of the Application Server. For example: APPLICATION_SERVER_URL="http://localhost/AppServer/Service.asmx" By default, this value is set to http://localhost/AppServer/Service.asmx. |
PLANREVIEW_TEMP_DIRECTORY |
This property is used to set the temporary upload directory. For example: PLANREVIEW_TEMP_DIRECTORY="C:\Inetpub\ wwwroot\PlanReview\Temp" |