Install.properties contains parameters that will be used for the first installation and for the next update.

After editing, it is advisable to keep a backup for any subsequent update.


Configure FormWork Repository database


In section "ISDM Database parameters" insert information about the server that will host the Repository

In installation phase, domain users are not supported. Please use a local SQL Server user. The database that will host the repository must have collation Latin1_General_CI_AS.



<!-- ****************** Database parameters **********************-->

<!-- Login to connect to SQL Server Database --> 
<SQLUser>formwork_user</SQLUser>
<SQLPassword>formwork_password</SQLPassword>

<!-- Sql Server Instance -->
<ServerName>localhost</ServerName>

<!-- ISDM repository name -->
<!-- ENSURE COLLATION IS Latin1_CI_AS -->
<SQLDatabase>SDM_REPOSITORY</SQLDatabase>

<!-- Absolute path isdm_repository script database -->
<SQLCreateDBScript>script\isdm_repository.sql</SQLCreateDBScript>


Set Application pool parameters (optional)


In section “Application Pool parameters” edit default values for Application pool creation for FormWork.


<!-- Sets the name of the AppPool -->
<AppPoolName>Formwork_AppPool</AppPoolName>

<!-- 
Sets the ProcessModelIdentityType. 
Default is LocalService unless UseDefaultIdentity is specified
[LocalService, LocalSystem, NetworkService, ApplicationPoolIdentity]
-->
<AppPoolIdentityType>LocalSystem</AppPoolIdentityType>

<!-- Sets the version number of the .NET Framework used by the application pool.  -->
<AppPoolManagedRuntimeVersion>v4.0</AppPoolManagedRuntimeVersion>

<!-- Sets the ManagedPipelineMode. -->
<AppPoolPipelineMode>Classic</AppPoolPipelineMode>

<!-- Sets whether 32-bit applications are enabled on 64-bit processors. Default is false. -->
<AppPoolEnable32BitAppOnWin64>True</AppPoolEnable32BitAppOnWin64>

<!--
Sets the times that the application pool should recycle. 
Format is 'hh:mm,hh:mm,hh:mm'. Set to "-1" to clear the RecycleTimes 
-->
<AppPoolRecycleTimes>07:00</AppPoolRecycleTimes>


Set Web site parameters


In section "Web Site parameters" edit default values, using your own site information.


<!-- **************************************** Web Site parameters **************************************** -->

<!-- Server where update the ISDM Web site (assume that the web site exist on remote server -->
<ComputerName>localhost</ComputerName>

<!-- Directory where save log file -->
<LogFile>log\install.log</LogFile>
<!-- Web Site name-->
<WebSiteName>Formwork WebSite</WebSiteName>

<!-- Web Site file system path -->
<!-- FOLDER MUST NOT EXISTS if You are installing ISDM for the first time! -->
<!-- If You are upgrading ISDM folder should be present on file system -->
<WebDirectoryPath>D:\inetpub\formwork</WebDirectoryPath>

<!-- Web Site port -->
<WebDirectoryPort>8088</WebDirectoryPort>

<!-- Connection string database repository -->
<WebConnectionStringDatabase>Server=$(ServerName);Database=$(SQLDatabase);uid=$(SQLUser);pwd=$(SQLPassword);</WebConnectionStringDatabase>


Set SMTP Configuration parameters

In section “SMTP Configuration parameters” specify SMTP configuration parameters in order to enable FormWork to send e-mail.