Registry

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

There are several ways to access the windows registry, from a Business Rules! program, among them are:

  • REG - a windows command line utility for working with the registry. This can be redirected to a file and read like a normal text file from within a BR! program or function. [1] [2]
 reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Collection-Master ODBC v2_is1" /v "Inno Setup: App Path" >%temp%\file.txt

It seems that most Business Rules! registry settings are stored (in windows registry) at the key:

 HKEY_CURRENT_USER\Software\ADS\BusinessRules!

Windows positions are saved in the windows registry at the following key:

 HKEY_CURRENT_USER\Software\ADS\BusinessRules!\Saved Sizes

[3]