Registry
(Redirected from Windows registry)
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
- FNMSEXE$ - a fnSnap function that utilizes David Blankenship's BRRegister2.exe utility
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