| Modules Installer | ||
|---|---|---|
| Features | ASAdminModuleFeature | |
| ADCollectorModuleFeature | ||
| EVCollectorModuleFeature | ||
| EVExportModuleFeature | ||
| EVImportModuleFeature | ||
| EVProvisioningModuleFeature | ||
| ExchangeImportModuleFeature | ||
| ShortcutPostprocessModuleFeature | ||
| NativeFormatImportModuleFeature | ||
| Office365ModuleFeature | ||
| Parameters | APPLICATIONFOLDER | Modules root installation path, single module can be overridden |
| ASADMINMODULEFOLDER | ||
| ADCOLLECTORMODULEFOLDER | ||
| EVCOLLECTORMODULEFOLDER | ||
| EVEXPORTMODULEFOLDER | ||
| EVIMPORTMODULEFOLDER | ||
| EVPROVISIONINGMODULEFOLDER | ||
| EXCHANGEIMPORTMODULEFOLDER | ||
| SHORTCUTPOSTPROCESSMODULEFOLDER | ||
| NATIVEFORMATIMPORTMODULEFOLDER | ||
| OFFICE365MODULEFOLDER | ||
| SERVICEACCOUNT | Service account to be used | |
| SERVICEPASSWORD | Service account password to be used | |
| ASWEBSERVER | Archive Shuttle web server | |
| LOGFOLDER | Log file folder | |
| USE_HTTPS | USE_HTTPS=1 to enable HTTPS | |
| ALLOW_OVERRIDE_DATABASE_NAME | This enables an option in the installer to allow the Archive Shuttle Database name to be specified. | |
| MAINDBNAME | Can be used to specify a different Archive Shuttle Directory Database name. | |
| Modules Installer | ||
|---|---|---|
| Features | CoreFeature | |
| WebserviceFeature | ||
| WebUIFeature | ||
| Parameters | APPLICATIONFOLDER | Archive Shuttle Core root installation path, specific features can be overridden. |
| ASSERVICEFOLDER | ||
| ASWEBSERVICEFOLDER | ||
| ASWEBUIFOLDER | ||
| SERVICEACCOUNT | Service account to be used | |
| SERVICEPASSWORD | Service account password to be used | |
| LOGFOLDER | Log file folder | |
| LICENSE_FILE | Path to license file to user | |
| ASWEBSERVER | Archive Shuttle Web Server | |
| MAINSQLINSTANCE | SQL instance of Archive Shuttle Directory database | |
| USE_HTTPS | USE_HTTPS=1 to enable HTTPS instead of HTTP | |
| DONT_CHECK_WEBSERVICE | Set DONT_CHECK_WEBSERVICE=1 if it is not required for the installer to check that the modules can communicate with the Archive Shuttle Core. | |
| SKIP_TRY_START_SERVICES | If specified it will prevent the installer from trying to start the services at the end of the installation | |
The following are provided as examples of how to perform an unattended installation:
msiexec /i ArchiveShuttleModulesInstall-7.x.xxxxx.y /quiet /l*v C:\Temp\ADColl.log ADDLOCAL=ASAdminModuleFeature,ADCollectorModuleFeature APPLICATIONFOLDER=”D:\Modules” SERVICEACCOUNT=EV\VaultAdmin SERVICEPASSWORD=xyz123 ASWEBSERVER=SRV001.EV.LOCAL LOGFOLDER=”D:\Logs”
msiexec /i ArchiveShuttleModulesInstall-7.x.xxxxx.y /quiet /l*v C:\Temp\ADColl.log ADDLOCAL=ASAdminModuleFeature,EVExportModuleFeature EVEXPORTMODULEFOLDER=\\file001\exportimport APPLICATIONFOLDER=”D:\Modules” SERVICEACCOUNT=EV\VaultAdmin SERVICEPASSWORD=xyz123 ASWEBSERVER=SRV001.EV.LOCAL LOGFOLDER=”D:\Logs”