The installation files and installer are included within an iService Release archive that typically has a name such as:
iServiceCRM-8.0.444-2020.01.16-151658.zip
The naming convention is as follow:
8 - the major version number
0 - the minor version number
444 - the build number
2020.01.16 - the build date
151658 - the build time (15:16:58 in 24 hour time)
Contents of the Release archive
Deploy tools
Contents of the Deploy Tools Folder
The deploy tools folder contains the files needed for the iService installation scripts.
|
For New Installation
For New Installations Folder
This folder contains configuration files that generally do not change during an update. You will configure them when you first install iService, but do not modify them during release updates unless specifically instructed to make changes.
•Web.config - This is the configuration file used by the iService web services to connect to the iService database. It is located in the root of the iService website.
•iService.MailPopper.config - This is the configuration file used by the iService mail popper to connect to the iService database. It is located in the folder that contains the mailpopper and management console code (usually C:\Program Files\1To1Service\iService). |
iService Utilities
iService Utilities Folder
These files should be distributed to users that need to run the iService utilities for processing batch files.
|
Reports
Contents of the reports installation folder
This folder contains the reports installation script and files required to deploy reports to your SSRS server. For details on using the deploy PowerShell script, see the Install Reports section.
|
Website
This folder contains the iService website files to be installed on the web server. If you are performing an update, these files are used to replace your existing website. It does not contain a web.config file since that files contains credentials unique to your installation. When performing upgrades be sure to copy over your existing web.config file.
|
iServiceSetup.exe
The .exe file is the file that the deploy scripts will use to install iService. You will NOT run this installer directly. Instead, you will run the installer scripts, and those scripts will launch this ext at the appropriate point of the installation.
|