My-T-Soft® Basic: for Windows; Keyboards, Panels and Boards; Version 2.30 Release 12; User's Guide | ||
---|---|---|
Prev | Chapter 4. Advanced User Notes | Next |
Registry entries are performed during install (from INSTALL.XML script). The GlobalBoardsFolder is a critical value to ensure access to the correct location for Boards. There are also file associations to the .KBF files set that tie the KBF files back to My-T-Soft Basic. The registry entries are listed below for reference if My-T-Soft Basic is to be installed from a different source or part of a image, or copied without using the installation process.
Note: These are all REG_SZ type values
[HKEY_LOCAL_MACHINE\SOFTWARE\Innovation Management Group\Build-A-Board]
GlobalBoardsFolder=%COMMON DOCUMENTS%\Build-A-Board\BOARDS
e.g. GlobalBoardsFolder=\Users\Public\Documents\Build-A-Board\BOARDS
[HKEY_LOCAL_MACHINE\SOFTWARE\Innovation Management Group\Products\My-T-Soft Basic]
AttemptLicense=0
[HKEY_LOCAL_MACHINE\SOFTWARE\Innovation Management Group\Products\My-T-Soft Basic]
Installed=1
[HKEY_LOCAL_MACHINE\SOFTWARE\Innovation Management Group\Products\My-T-Soft Basic]
Location=%PROGRAMFILES%\My-T-Soft Basic
e.g. Location=\Program Files\My-T-Soft Basic or Location=\Program Files (x86)\My-T-Soft Basic
[HKEY_LOCAL_MACHINE\SOFTWARE\Innovation Management Group\Products\My-T-Soft Basic]
UpdateLevel=2
[HKEY_CLASSES_ROOT\.kbf]
@=My-T-Soft.KeyBoardFile
e.g. Default value is My-T-Soft.KeyBoardFile
[HKEY_CLASSES_ROOT\My-T-Soft.KeyBoardFile]
@=My-T-Soft KeyBoardFile
e.g. Default value is My-T-Soft KeyBoardFile
[HKEY_CLASSES_ROOT\My-T-Soft.KeyBoardFile\DefaultIcon]
@=%PROGRAMFILES%\My-T-Soft Basic\MYTSOFT.exe,2
e.g. Default value is \Program Files\My-T-Soft Basic\MYTSOFT.EXE,2
[HKEY_CLASSES_ROOT\My-T-Soft.KeyBoardFile\shell\open\command]
@=%PROGRAMFILES%\My-T-Soft Basic\MYTSOFT.exe %1
e.g. Default value is \Program Files\My-T-Soft Basic\MYTSOFT.EXE %1
As seen in ...