[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
Back Up
/
Data
/
SDK Verint FR
/
InstallerSetup
/
[
Home
]
File: app.config
<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v2.0.50727"/> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> <appSettings> <!-- ============================================================ --> <!--General confoguration--> <!-- Components directory name --> <add key="ComponentsDirectory" value="Components"/> <!-- Platforms directory name --> <add key="PlatformsDirectory" value="Platforms"/> <!-- The location of the tmp log path --> <add key="LogFilesPath" value=".\TMPLogs"/> <!-- Set the level to report to the event viewer. optional values:None, Error --> <add key="EventViewerReportLevel" value="None"/> <!-- LogConfigurationFile --> <add key="LogConfigurationFile" value="RinstLog.xml"/> <!-- (true / false) Define whether to use the smart uninstall feature or not --> <add key="UseSmartUnistall" value="true"/> <!-- (true / false) Define whether to show a warning message in case there was a dependency contracidtion in remove flow or not - related to smartuninstall feature --> <add key="DisplayDependencyContradictionWarningMessage" value="true"/> <!-- Time (seconds) to try get SR provider (WMI protocol) --> <add key="CheckSRProviderTimeOut" value="20"/> <!-- Time (minutes) to inform that a mchine is in NotConnected more than the time out time --> <add key="MachineNotConnectedTimeOut" value="15"/> <add key="SharedFolderName" value="SR$"/> <!-- In repair mode the SR ignore 'read only' related to component so the user can actualy select or deselect component even if it was set to read only--> <add key="RepairMode" value="false"/> <!-- Define how many times try to reconnect to a machine in case an error occured durring the connection (there is 10 second waiting between each attempt)--> <add key="MaxNumberOfErrorsDurringConnectionToMachine" value="10"/> <!-- Define how many times try to reconnect to a machine in case an error (which related to the SR prerequisite) occured durring the connection (there is 10 second waiting between each attempt)--> <add key="MaxNumberOfErrorsDurringConnectionToMachineWhenItsPrerequisitesIssue" value="3"/> <!-- Define which type of machines will be supported- use ',' as splitter available machines types are: Windows (refer to any windows and connected via WMI),WindowsPE (Windows Preinstallation Environment ) and Device (Linux etc.)--> <add key="SupportedMachines" value="Windows,WindowsPE,Device"/> <!-- Express wizard is an option to skip on the wizard screens, in case an information is required or a validation will failed the wizard will stop in the relevant screen.--> <add key="ExpressWizard" value="false"/> <!-- Define whether to display a warning message in case a cmponent XML doesn't include a digital signature.--> <add key="ReportOnMissignXMLSignature" value="false"/> <!-- Define whether Erase of all the detector files at the end of the detector operation from Device Machine.--> <add key="CleanUpDetectorFilesFromDevice" value="true"/> <!-- Define whether Erase of all passwords at the end of the installation.--> <add key="ClearPasswordsOnFinish" value="false"/> <!--// Dudi 26/11/15 remove this option. We only copy the detector.sh file in case it doesn't exist on the target location--> <!-- Define whether to use internal detctor.sh (true) or using the default one and copying it from SR Machine (false).--> <!--<add key="UseInternalDetectorSHDevice" value="false"/>--> <!-- ============================================================ --> <!--Reports configuration--> <!-- HTML Reports title --> <add key="HTMLReportsTitle" value="SR Report"/> <!-- Headers in the report--> <add key="NameColumn_ReportsHeader" value="Name"/> <add key="CurrentValueColumn_ReportsHeader" value="Current Value"/> <add key="RequiredValueColumn_ReportsHeader" value="Required Value"/> <add key="DescriptionColumn_ReportsHeader" value="Description"/> <!-- (true / false) Define whether to verify the component version and set the component raw with green\red, or leave the raw unpainted. --> <add key="DisplayComponentVersionInReports" value="true"/> <!-- (true / false) Show hidden properties in reports - refer only to reports that displays properties --> <add key="DisplayHiddenPropertiesInReports" value="false"/> <!-- (true / false) Display each property with 4 column or 3 (if choosing 4 columns the 3rd column is the value from the previous installation and the 4th is the value from the current installation) --> <add key="DisplayPropetiresIn4Columns" value="true"/> <!-- (true / false) Show the prerequisite verification type in the "Required" column. e.g.: "20 (Except of)" instead of "20" --> <add key="ShowPrerequisitesVerificationType" value="false"/> <!-- (true / false) Display only the Platform details (version, properties and prerequisites [depends on the required report]) in the reports that can be generated--> <add key="DisplayOnlyPlatformDetailsInReport" value="false"/> <!-- Translate prerequisite types --> <!-- Each key represent a prerequisite's type which will be displayed in the report with the required value as follow: %key's value%(%Prerequisite's required value%) e.g. At Least(5) --> <add key="PrerequisiteType_Eql_Displaying" value="Equal"/> <add key="PrerequisiteType_AtLeast_Displaying" value="At Least"/> <add key="PrerequisiteType_AtMost_Displaying" value="At Most"/> <add key="PrerequisiteType_Subset_Displaying" value="Subset"/> <add key="PrerequisiteType_SubItemExist_Displaying" value="Sub Item Exist"/> <add key="PrerequisiteType_SubItemExistInfo_Displaying" value="Sub Item Exist Info"/> <add key="PrerequisiteType_ItemExist_Displaying" value="Item Exist"/> <add key="PrerequisiteType_ItemNotExist_Displaying" value="Item Not Exist"/> <add key="PrerequisiteType_Version_Displaying" value="Version"/> <add key="PrerequisiteType_StrongVersion_Displaying" value="Strong Version"/> <add key="PrerequisiteType_Included_Displaying" value="Included"/> <add key="PrerequisiteType_IncludedAll_Displaying" value="Included All"/> <add key="PrerequisiteType_ExceptOf_Displaying" value="Except Of"/> <!-- ============================================================ --> <!--GUI's controls configuration--> <!-- =Main Form= --> <!-- Application title --> <add key="AppTitle" value="Verint Situational Awareness Platform SDKs - 7.5 SP1"/> <!-- Logo's name, this Image will be shown in the right top corner of the GUI --> <add key="LogoName" value=""/> <!-- (true / false) is machines tree closed or opend at loading --> <add key="ShowNetwork" value="false"/> <!-- (true / false) show advanced property --> <add key="ShowAdvance" value="true"/> <!-- (true / false) is the installed platform visible in machines tree--> <add key="ShowInstalledPlatform" value="true"/> <!-- Define whether to reconnect all the machines after the repository setting was changed --> <add key="ReconnectMachinesAfterTheRepositorySettingsWasChanged" value="false"/> <!-- ____________________________________________________________ --> <!-- =LogOn Control= --> <!-- ____________________________________________________________ --> <!-- =Site Setup Control= --> <!-- Supported file types for load machine into site, file types available are: xml, txt and csv or set value to vim_xml_folder this will open a folder browser dialog--> <add key="LoadMachinesFileTypes" value="xml, txt, csv, vim_xml_folder"/> <!-- ____________________________________________________________ --> <!-- =SelectPlatform Control= --> <!-- The default selected platform group - Group1 (Select Platform screen)--> <add key="DefaultPlatformsGroupName" value="Default"/> <!-- The default selected platform group - Group2 (Select Platform screen)--> <add key="DefaultServerGroupName" value="None"/> <!-- default selected platform (Select Platform screen). Should be path ..\..\.. --> <add key="DefaultPlatform" value=""/> <!-- default selected group (Select Platform screen) match to the value in Current.XML. [section],[key] --> <add key="DefaultGroupFromCurrentXML" value=""/> <!-- (true / false) define whether to select the last installed platform or not (default value is true). --> <add key="ReferToLastInstalledPlatform" value="true"/> <!-- The Name of this setup/Installation DVD/Repository, if value is not empty the default selected platform will be according to Setup name, to support multiple platforms. --> <add key="SetUpName" value=""/> <!-- set the enable of the Group ComboBox when the ComboBox value was set by configuration file --> <add key="UnableComboBox" value="true"/> <!-- Avalibale FlowTypes (optional types: Validate , Install, Remove) --> <add key="FlowTypes" value="Validate, Install, Remove"/> <!-- Avalibale Site FlowTypes (optional types: UpgradeSite , Install, Remove, Disabled) --> <add key="SiteFlowTypes" value="UpgradeSite, Install, Remove"/> <!-- Define whether to use the dynamic detection feature or not --> <add key="UseDynamicDetection" value="false"/> <!-- (true / false) define whether to install new components when upgrading the machine from the Upgrade Site feature or not (if not then only components with higher version will be installed) --> <add key="InstallNewComponentsWhenUpgradingMachineInUpgradeSite" value="false"/> <!-- (true / false) define whether to block the installation when any error was found in one of the platform XMLs' if not only display a Yes\No message to continue or not. --> <add key="DenyInstallationForAnyXMLError" value="false"/> <!-- ____________________________________________________________ --> <!-- =ReadMeFile Control= --> <!-- The default readme file name the files should be located at Platform directory (ReadMe screen)--> <add key="DefaultReadMeFile" value="VIS-EULA.html"/> <!-- (true / false) Define whether to display the ReadMe screen both in install and remove flows--> <add key="ShowReadMeFile" value="true"/> <!-- (true / false) Define whether to display the ReadMe screen in remove flow (in order to display the ReadMe screen you must also set the "ShowReadMeFile" to true) --> <add key="ShowReadMeFileOnRemoveFlow" value="true"/> <!-- (true / false) are The EULA RadioButtons visible--> <add key="ShowEULARadioButtons" value="true"/> <!-- ____________________________________________________________ --> <!-- =Prerequisites Control= --> <!-- (true / false) is the Prerequisite screen visible--> <add key="ShowPrerequisites" value="true"/> <!-- (true / false) Classify prerequisites by groups in the prerequisite table (Prerequisite Check Control)--> <add key="PrerequisitesGrouping" value="true"/> <!-- ____________________________________________________________ --> <!-- =InstallSetup Control= --> <!-- (true / false) Classify properties by groups in the properties table--> <add key="PropertiesGrouping" value="false"/> <!-- (true / false) sort properties by order in the properties table--> <add key="PropertiesOrdering" value="false"/> <!-- (true/ false) Clear Dependend Components (Unchecking some comp will clear all the components that required it) --> <add key="ClearDependendComponents" value="true"/> <!-- (true / false) Select all component on install --> <add key="SelectAllOnInstall" value="true"/> <!-- (true / false) Select all component on remove --> <add key="SelectAllOnRemove" value="true"/> <!-- (true / false) define whether to validate properties in remove flow --> <add key="ValidatePropertiesOnRemoveFlow" value="false"/> <!-- ____________________________________________________________ --> <!-- =FinalCheck Control= --> <!-- Define whethere to display a warning message for 'mandatory'\'non mandatory' prerequisite\dependencies that were unmatched - by default true --> <add key="DisplayWarningMessagesForUnMatchedValidations" value="true"/> <!-- ____________________________________________________________ --> <!-- =ReadyToInstall Control= --> <!-- (true / false) Default value for display a prompt before restart--> <add key="DefaultRestartMessage" value="true"/> <!-- (true / false) Default value for blocking all restarts --> <add key="BlockAllRestarts" value="false"/> <!-- (true / false) Default value for debug mode --> <add key="DefaultDebugMode" value="false"/> <!-- (true / false) Default state for create report to the current installation parameters --> <add key="DefaultCreateInstallationReportWhenTheInstallationStarts" value="false"/> <!-- Enable Disable CheckBox In Ready For Install Window --> <!-- (true / false) Allow change Ignore Component Errors --> <add key="AllowChangeIgnoreComponentErrors" value="true"/> <!-- (true / false) Allow change Show Restart Warining Message --> <add key="AllowChangeShowRestartWariningMsg" value="true"/> <!-- (true / false) Allow change Skip Restart checkbox --> <add key="AllowChangeSkipRestart" value="true"/> <!-- (true / false) Allow change log level --> <add key="AllowChangeDebugLogLevel" value="true"/> <!-- (true / false) Allow change log level --> <add key="AllowChangeCreateReport" value="true"/> <!-- Maximum machines in progress in site installation. --> <add key="DefaultMachinesInstallationLimitation" value="25"/> <!-- ____________________________________________________________ --> <!-- =Progress Control= --> <!-- Paint Log Option--> <!-- Error words to paint in red in the installation log --> <add key="errorLogWords" value=" failed, error"/> <!-- Informational words to paint in blue in the installtion log --> <add key="infoLogWords" value="=, successfully, completed"/> <!-- ____________________________________________________________ --> <!-- ============================================================ --> <!--GUI's controlers strings--> <!-- =Main Form= --> <!-- ____________________________________________________________ --> <!-- =LogOn Control= --> <add key="LabelCaption-LogOnControl" value="Welcome"/> <add key="LabelHeader-LogOnControl" value="Welcome to the Server Readiness Tool. This utility requires a login with a valid user name and password to access local and remote machines."/> <add key="LabelUserName-LogOnControl" value="User name"/> <add key="LabelPassword-LogOnControl" value="Password"/> <add key="CheckBoxRememberPassword-LogOnControl" value="Remember My Password"/> <add key="ButtonApply-LogOnControl" value="Apply"/> <!-- ____________________________________________________________ --> <!-- =SelectPlatform Control= --> <add key="LabelCaption-SelectPlatformControl" value="Select Platform"/> <add key="LabelHeader-SelectPlatformControl" value="Select platform and action to perform on the selected machine"/> <add key="PlatfomGroupsName" value="SDK Type"/> <add key="ServerGroupsName" value="Platform"/> <add key="SubsystemGroupsName" value="Subsystem"/> <add key="RadioButtonInstall" value="Install/Upgrade"/> <add key="LabelInstall" value="Install or upgrade platform components"/> <add key="RadioButtonRemove" value="Remove"/> <add key="LabelRemove" value="Uninstall platform components"/> <add key="RadioButtonValidate" value="Validate"/> <add key="RadioButtonUpgrade-SiteOption" value="Upgrade"/> <add key="LabelValidate" value="Validate: Verify platform component prerequisites"/> <add key="LabelUpgrade-SiteOption" value="Upgrade each machine by its own last installed platform"/> <add key="ButtonNext-SelectPlatformControl" value="Next"/> <add key="PlatformErrorMessageTextBeforeErrors" value="Setup found error/s in platform files:"/> <add key="PlatformErrorMessageTextAfterErrors" value=""/> <!-- ____________________________________________________________ --> <!-- =ReadMeFile Control= --> <add key="ButtonNext-ReadMeFileControl" value="Next"/> <add key="ButtonBack-ReadMeFileControl" value="Back"/> <add key="RadioButtonAccept-ReadMeFileControl" value="I Accept"/> <add key="RadioButtonDontAccept-ReadMeFileControl" value="I Don't Accept"/> <!-- ____________________________________________________________ --> <!-- =Prerequisites Control= --> <add key="LabelCaption-PrerequisitesControl" value="Prerequisites Check"/> <add key="LabelHeader-PrerequisitesControl" value="Use the platform tree below to verify mandatory components prerequisites."/> <add key="Name(TableHeader)-PrerequisitesTable" value="Text"/> <add key="Current(TableHeader)-PrerequisitesTable" value="Current"/> <add key="Required(TableHeader)-PrerequisitesTable" value="Required"/> <add key="ButtonNext-PrerequisitesControl" value="Next"/> <add key="ButtonDone-PrerequisitesControl" value="Done"/> <add key="ButtonBack-PrerequisitesControl" value="Back"/> <add key="ButtonReport-PrerequisitesControl" value="Report"/> <!-- ____________________________________________________________ --> <!-- =InstallSetup Control= --> <add key="LabelCaption(InstallMode)-InstallSetupControl" value="Install Setup"/> <add key="LabelHeader(InstallMode)-InstallSetupControl" value="Use the platform tree below to select components to install and to setup their properties value."/> <add key="LabelCaption(UninstallMode)-InstallSetupControl" value="Remove Setup"/> <add key="LabelHeader(UninstallMode)-InstallSetupControl" value="Use the platform tree below to select components to remove from the target machine."/> <add key="ButtonNext-InstallSetupControl" value="Next"/> <add key="ButtonBack-InstallSetupControl" value="Back"/> <!-- ____________________________________________________________ --> <!-- =FinalCheck Control= --> <add key="LabelCaption-FinalCheckControl" value="Final Check"/> <add key="LabelHeader-FinalCheckControl" value="Use the components tree below to validate the components you selected to install/remove before initiating the platform installation/uninstall procedure."/> <add key="ButtonNext-FinalCheckControl" value="Next"/> <add key="ButtonBack-FinalCheckControl" value="Back"/> <!-- ____________________________________________________________ --> <!-- =ReadyToInstall Control= --> <add key="LabelCaption(InstallMode)-ReadyToInstallControl" value="Ready To Install"/> <add key="LabelHeader(InstallMode)-ReadyToInstallControl" value="You are ready to begin installing the selected component(s). Before you begin, you can configure the install process and to generate a report."/> <add key="LabelCaption(UninstallMode)-ReadyToInstallControl" value="Ready To Remove"/> <add key="LabelHeader(UninstallMode)-ReadyToInstallControl" value="You are ready to begin uninstalling the selected component(s). Before you begin, you can configure the uninstall process and to generate a report."/> <add key="LabelReport-ReadyToInstallControl" value="To create a report of the platform settings, mark the checkbox below and select a target file name."/> <add key="CheckBoxIgnoreError-ReadyToInstallControl" value="Ignore components errors"/> <add key="CheckBoxDisplayRestartMessage-ReadyToInstallControl" value="Display a prompt before restarting the target machine"/> <add key="CheckBoxSkipRestarts-ReadyToInstallControl" value="Skip all restarts during installation"/> <add key="CheckBoxLogsDebubMode-ReadyToInstallControl" value="Set Log level to DEBUG mode"/> <add key="ButtonBrowse-ReadyToInstallControl" value="Browse..."/> <add key="ButtonNext(InstallMode)-ReadyToInstallControl" value="Install"/> <add key="ButtonNext(UninstallMode)-ReadyToInstallControl" value="Remove"/> <add key="ButtonBack-ReadyToInstallControl" value="Back"/> <!-- ____________________________________________________________ --> <!-- =Progress Control= --> <add key="LabelCaption(InstallMode)-ProgressControl" value="Platform Installation Progress"/> <add key="LabelCaption(UninstallMode)-ProgressControl" value="Platform Uninstall Progress"/> <add key="LabelHeader-ProgressControl" value="Use the platform tree and the log viewer below to monitor the status of the master installer progress."/> <add key="ButtonAbort-ProgressControl" value="Abort"/> <add key="ButtonDone-ProgressControl" value="Done"/> <!-- ____________________________________________________________ --> </appSettings> </configuration>