User Configuration

<< Click to Display Table of Contents >>

RayPack Studio Installer > 7.3 > User Guide 

User Configuration

All settings that are entered on the details page are saved in an INI file which can be found under %appdata%\Raynet\RayPackStudio\uiconfig.ini. This file is used to restore the configuration on the next run of the RayPack Studio Installer. Additionally, this file can be used for unattended installations using the /f switch in the RayPack Studio Installer command line interface.

The uiconfig.ini file needs to begin with the [uiconfig] section. All parameters that can appear in this section are described in the following table:

 

Parameter

Type

Description

InstallationFolder

String

Installation folder, for example C:\Program Files (x86)\RayPackStudio.

WindowsAuthenticationRayBench

Boolean

When set to True, a Windows authentication will be used for the communication with the SQL server in PackBench.

SqlAuthenticationRayBench

Boolean

When set to True, a SQL authentication will be used for the communication with the SQL server in PackBench.

DoNotConfigurePackPoint

Boolean

When set to True, the configuration of PackPoint during the RayPack installation will be enabled.

ConfigurePackPoint

Boolean

When set to True, the configuration of PackPoint during the RayPack installation will be disabled.

PackBenchProjectFolder

String

The location where the PackBench projects are stored.

PackPointFolder

String

The PackPoint folder location, for example C:\RayPack\PackPoint.

SQLServerRayBench

String

The SQL server name and instance in PackBench, for example .\SQLEXPRESS.

UserNameRayBench

String

The SQL user name in PackBench.

PasswordRayBench

String

The SQL user password in PackBench. THIS PROPERTY IS ENCRYPTED!

DatabaseRayBench

String

The SQL database name in PackBench.

ExtractionFolder

String

The extraction folder in RayQC Advanced, for example C:\RayQCAd.

SQLServer

String

The SQL server name and instance in RayQC Advanced, for example .\SQLEXPRESS.

UserName

String

The SQL user name in RayQC Advanced.

Password

String

The SQL user password in RayQC Advanced. THIS PROPERTY IS ENCRYPTED!

DatabaseRayQCAd

String

The SQL database name in RayQC Advanced.

WindowsAuthentication

Boolean

When set to True, a Windows authentication will be used for the the communication with the SQL server in RayQC Advanced.

SqlAuthentication

Boolean

When set to True, a SQL authentication will be used for the the communication with the SQL server in RayQC Advanced.

ConfigureRayFlowAccess

Boolean

When set to True, an URL address to the RayFlow server will be set in each application. This is a common setting for all RayPack Studio applications.

RayFlowUrl

String

The URL address of the RayFlow server. It needs to start with either http:// or https://.

RayBenchUpdateExistingDatabase

Boolean

Option is set automatically. Not available for the user.

RayQCAdRequiresSQL

Boolean

Option is set automatically. Not available for the user.

PackBenchSetupTypeClient

Boolean

Option is set automatically. Not available for the user.

PackBenchSetupTypeServer

Boolean

Option is set automatically. Not available for the user.

PackBenchSetupTypeStandalone

Boolean

Option is set automatically. Not available for the user.

RayBenchRequiresSQL

Boolean

Option is set automatically. Not available for the user.

RayBenchDatabaseWithSampleDate

Boolean

Option is set automatically. Not available for the user.

RayBenchBlankDatabase

Boolean

Option is set automatically. Not available for the user.

RayBenchUseExistingDatabase

Boolean

Option is set automatically. Not available for the user.

 

Below there is an example of an uiconfig.ini file.

 

[uiconfig]

PackBenchSetupTypeClient = False

PackBenchSetupTypeServer = False

PackBenchSetupTypeStandalone = True

RayQCAdRequiresSQL = False

RayBenchRequiresSQL = False

InstallationFolder = C:\Program Files (x86\RayPackStudio

ExtractionFolder = C:\RayQCAd

SQLServer = .\SQLEXPRESS

DatabaseRayQCAd = RayQCAdDb

WindowsAuthentication = True

SQLAuthentication = False

WindowsAuthenticationRayBench = True

SqlAuthentication = False

WindowsAuthenticationRayBench = True

SqlAuthenticationRayBench = False

DoNotConfigurePackPoint = True

ConfigurePackPoint = False

PackBenchProjectFolder = C:\RayPack\PackBench

ConfigureRayFlowAccess = False

RayFlowUrl = http://example.com/rayflow

RayBenchDatabaseWithSampleData = True

RayBenchBlankDatabase = False

RayBenchUseExistingDatabase = False

RayBenchUpdateExistingDatabase = True

SQLServerRayBench = .\SQLEXPRESS

DatabaseRayBench = PackBenchDb