How to Load Registry Settings for Process Runner from Configuration file (ProRSetting.icf)

How to Load Registry Settings for Process Runner from Configuration file (ProRSetting.icf)

Process Runner writes many of its settings information into the user registry. These settings can be distributed or shared with users of Process Runner within your organization. Following steps will illustrate you to load registry settings for Process Runner using a configuration file (ProRSetting.icf) .

 

Note: Before following the below steps, ensure that you have started Process Runners with relevant settings as an administrator or Person-In-Charge.

 

1.Click on Start -> type "regedit" in the Search box to open the Registry editor. In some versions of Windows, click on Start button -> Run and type regedit to open registry editor.

 

Administrator or the person-in-charge exports the Process Runner's registry settings from Computer\HKEY_CURRENT_USER\Software\Innowera\. Right click on Process Runner and click on Export.

 

2015-12-21_101118

 

Save the registry and if required- open it with a text editor like Notepad to make any changes in the .reg file.

 

Rename the file to 'ProRSetting.icf'.

 

 

Note: Below mentioned are registry sections and registry keys which are skipped by Process Runner while loading registry settings file. You will have to force the settings for these skipped registry sections and keys as shown in the samples.

 

Registry Sections:

"HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\ESHARE" "HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\FORMWINDOWSLAYOUT"

"HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\MSGSETTINGS" "HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\MYNOTE"

"HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\RECENTFILELIST"

"HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\SCRDEBUG"

"HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\WIZARDS"

"HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\FORMWINDOWSLAYOUT"

 

 

Below is sample to load registry section forcibly.

ForceSec="HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\MSGSETTINGS", "HKEY_CURRENT_USER\SOFTWARE\INNOWERA\PROCESS RUNNER\MYNOTE"

[HKEY_CURRENT_USER\Software\Innowera\Process Runner\MsgSettings]

"ASAPVersionCheck"="False"

"RSAPVersionCheck"="&Yes"

"AMsgiCtrlUsrSts"="False"

"RMsgiCtrlUsrSts"="OK"

[HKEY_CURRENT_USER\Software\Innowera\Process Runner\MyNote]

"Top"="1000"

"Left"="1980"

"Width"="1790"

"Height"="968"

 

Registry Keys:

"USECONTROLPANELMANUALCONFIG", "USECONTROLPANELCONFIGFILE", "ICP_ESHAREKEY", "ICP_IDASHBOARDKEY", "CTRLPNLCFGFILEHASHCODE", "USERDASHBOARDCONFIGFILE", "USEDASHBOARDMANUALCONFIG", "DASHBOARDCFGFILEHASHCODE", "USEESHARECONFIGFILE", "USEESHAREMANUALCONFIG", "ESHARECFGFILEHASHCODE", "CURRENTLANGUAGE", "EXCELPATH", "INNOWERAPATH", "ISSAVEXLRUN", "EXCELUILANGID", "EXCELINLANGID", "EXCELVERSION", "TRANMSGXMLVER", "XLGRIDSTATUS", "TRANSETXMLVER", "STATXMLFILEVERSION", "USEMANUALCONFIG","APPLICATIONLOG", "ONLINESAMPLEDOWNLOADFOLDER", "BAPISETXMLVER", "PRODUCTKEY", "PRODUCTUSER", "PRODUCTSTATUS", "LICUNINSTALL", "TEMPPATH","INVALLICCONFKEY","UPDATESTATFILEDATA","TRANIOPENSAPPARAMXMLVER", "LICFILELOADPATH", "V2_LICENSEPATH", "GUIEXECUTIONPATH", "REGCONFIGAPPHASHCODE", "REGCONFIGOTHERHASHCODE".

 

Below is the sample to load the path for "EXCELVERSION" and "EXCELPATH" registry keys.

ForceKey = EXCELVERSION, EXCELPATH

[HKEY_CURRENT_USER\Software\Innowera\Process Runner\Options]

"EXCELVERSION"="15"

"EXCELPATH"="S:\\USERS\\COMMON FOLDER\\Testuser

 

2.There are two-ways to share the configuration file (ProRSetting.icf). Let us take an example scenario where administrator will share 'ProRSetting.icf' file for Process Runner to auto-behave with necessary settings.

 

hmtoggle_plus1Manual Distribution

 

hmtoggle_plus1Centralization

 

 

Next

Best practices for task scheduling in Process Runner