Skip to content

Commit

Permalink
update latest xml to 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
smklancher committed Oct 28, 2021
1 parent dc68b82 commit 4eeb54e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
26 changes: 15 additions & 11 deletions Latest/ContainerFiles/SilentInstallConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ApplicationServerName> app server name </ApplicationServerName>
<DatabaseInformation>
<InstallDatabases>true</InstallDatabases>
<OverwriteIfExisting>true</OverwriteIfExisting>
<OverwriteIfExisting>false</OverwriteIfExisting>
<ScriptsLocation>C:\Program Files\Kofax\TotalAgility\DatabaseScripts\SQL Server\</ScriptsLocation>
<TenantSettings />
<Main>
Expand Down Expand Up @@ -65,16 +65,6 @@
</Security>
<NewDatabase>false</NewDatabase>
</DataLayer>
<Simulator>
<DatabaseName>TotalAgility_Simulator</DatabaseName>
<Server>server name</Server>
<Security>
<WindowsAuthentication>true</WindowsAuthentication>
<UserName></UserName>
<Password></Password>
</Security>
<NewDatabase>false</NewDatabase>
</Simulator>
<ReportingAnalytics>
<DatabaseName>TotalAgility_Reporting</DatabaseName>
<Server>server name</Server>
Expand Down Expand Up @@ -129,6 +119,9 @@
<OverrideDefSlots></OverrideDefSlots>
<MaxSlots>0</MaxSlots>
<EnableSyncCalls>true</EnableSyncCalls>
<NlpWestern>false</NlpWestern>
<NlpWestrenExtended>false</NlpWestrenExtended>
<NlpExtended>false</NlpExtended>
</TransformationServerInfo>
<IsIntegrationServer>false</IsIntegrationServer>
<InstallLicenseProxy>false</InstallLicenseProxy>
Expand All @@ -139,4 +132,15 @@
<StartServices>true</StartServices>
<ImportWorkspacePackage>false</ImportWorkspacePackage>
<SiteRoot>Default Web Site</SiteRoot>
<IsDocker>false</IsDocker>
<IgnoreBrokenFoldersOnUpgrade>false</IgnoreBrokenFoldersOnUpgrade>
<CaptureConfiguration>
<CloudStorageType>SQLServer</CloudStorageType>
<AzureBlobStorageConnectionString></AzureBlobStorageConnectionString>
<AzureBlobStorageContainerName></AzureBlobStorageContainerName>
<AmazonS3AccessKey></AmazonS3AccessKey>
<AmazonS3SecretKey></AmazonS3SecretKey>
<AmazonS3BucketName></AmazonS3BucketName>
<AmazonS3RegionName></AmazonS3RegionName>
</CaptureConfiguration>
</ConfigurationEntity>
13 changes: 12 additions & 1 deletion Latest/ContainerFiles/SilentInstallConfigOPMT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<DevHostName></DevHostName>
<DatabaseInformation>
<InstallDatabases>true</InstallDatabases>
<OverwriteIfExisting>true</OverwriteIfExisting>
<OverwriteIfExisting>false</OverwriteIfExisting>
<ScriptsLocation>C:\Program Files\Kofax\TotalAgility\DatabaseScripts\SQL Server\</ScriptsLocation>
<TenantSettings />
<MasterTenantDatabase>
Expand Down Expand Up @@ -96,8 +96,19 @@
<OverrideDefSlots></OverrideDefSlots>
<MaxSlots>0</MaxSlots>
<EnableSyncCalls>true</EnableSyncCalls>
<NlpWestern>false</NlpWestern>
<NlpWestrenExtended>false</NlpWestrenExtended>
<NlpExtended>false</NlpExtended>
</TransformationServerInfo>
<StartServices>true</StartServices>
<KofaxHostedTenant>false</KofaxHostedTenant>
<SiteRoot>Default Web Site</SiteRoot>
<IsDocker>false</IsDocker>
<CaptureConfiguration>
<CloudStorageType>SQLServer</CloudStorageType>
<AzureBlobStorageConnectionString></AzureBlobStorageConnectionString>
<AmazonS3AccessKey></AmazonS3AccessKey>
<AmazonS3SecretKey></AmazonS3SecretKey>
<AmazonS3RegionName></AmazonS3RegionName>
</CaptureConfiguration>
</ConfigurationEntity>

0 comments on commit 4eeb54e

Please sign in to comment.