Visual Basic / Registry enteries / Installation
It seems to me I read that HKEY_CURRENT_USER/Software/VB and VBA Program Settings is the only place where a vb developer can put registry settings.
Doesn't Inno Setup allow creating entries elsewhere? If so, can't those entries be accessed through vb?
Cat
Re: Visual Basic / Registry enteries / Installation
You can write registry entries anyplace in the Registry using VB, you just can't use SaveSetting to do it.
Re: Visual Basic / Registry enteries / Installation
Here, use this module. With it you can do anything, create/delete keys, create/delete values etc...