Contents
-
Introducing Tachyon
-
Quick Start
-
Implementing Tachyon
-
Using Settings
-
Using Explorer
-
Using Guaranteed State
-
Using Inventory
-
Using Experience
-
Using Patch Success
-
Troubleshooting
-
Extending Tachyon
-
Training
-
Reference
-
Supported Platforms
-
1E Companion Products
-
Server Sizing
-
Communication Ports
-
Tachyon installation requirements on-premises
-
Naming conventions
-
Log files
- Server installers
-
Tachyon Server reference
-
Tachyon client reference
-
Explorer reference
-
Inventory reference
-
Tachyon Product Packs reference
-
Tachyon release information
-
Glossary
-
Index
-
Supported Platforms
Summary
A table of the Windows installer properties for the 1E Catalog installer.Tachyon Setup is the only supported method of installing a Tachyon Server. Installation using standalone MSI is not supported unless advised by 1E, which may be necessary in complex installations, using non-interactive (quiet/silent) command-lines, and may require post-install configuration steps.
Mandatory properties must be provided when installing using a command-line.
The installer file is: 1ECatalog.msi
Property | Default | Mandatory | Description |
---|---|---|---|
DATABASENAME | 1ECatalog | No | Name for the 1E Catalog database. |
DROPOLDDB | 0 | No | If set to 1 on the command-line, it drops the 1ECatalog database during installation if it exists on the specified SQL Server instance. The default behavior for this property is to not drop the existing database. Exercise caution when using this option as any existing data will be deleted. Do not use this option if you want to preserve your existing data. |
ENABLETLS12 | 0 | No | If TLS 1.0 is disabled in your environment, set Values are:
Tachyon Setup assumes that TLS 1.0 is disabled and uses ENABLETLS12=1. This means the installer requires the SQL Server 2012 Native Client to be installed on the web server before installation of Tachyon and the Catalog. Please refer to Preparation: If TLS1.0 is disabled. |
IISHOSTHEADER | No | Host header used for the HTTP binding of the website hosting the CatalogWeb web application. If used, this should be a DNS FQDN of the web server, recommended to be a CNAME, for example: See HTTP binding note below. When installed by Tachyon Setup the HTTP host header is not specified, causing the CatalogWeb application to be installed under the Default website or its own CatalogWeb website. | |
IISIPADDRESS | * | No | IP address used for the HTTP binding of the website hosting the CatalogWeb web application. If you want to be non-specific about the IP address, use the default See HTTP binding note below. When installed by Tachyon Setup the HTTP IP Address is not specified, causing the CatalogWeb application to be installed under the Default website or its own CatalogWeb website. |
IISPORT | 80 | No | Port used for the HTTP binding of the website hosting the CatalogWeb web application. See HTTP binding note below. When installed by Tachyon Setup the HTTP port is not specified, causing the CatalogWeb application to be installed under the Default website or its own CatalogWeb website. |
INSTALLDIR | C:\Program Files\1E\Catalog\ | No | The installation directory in the Destination Folder screen. When installed by Tachyon Setup the installation folder for Catalog has the same parent folder as the Tachyon installation. |
LOGPATH | C:\ProgramData\1E\Catalog\ | No | The folder where the Catalog.UpdateService.log file is found. |
SQLSERVER | (local) | Yes | Name of the SQL Server instance where the 1E Catalog database is installed. |
SVCPASSWORD | No | Password for SVCUSER. | |
SVCUSER | No | User name for the 1E Catalog Update Service service account and website application pool. Defaults to NT AUTHORITY\Network Service. Tachyon Setup uses NT AUTHORITY\Network Service. |