InstallDirRegKey?
Hi,
I am wondering how to use InstallDirRegKey but then also add a specific extention onto the end of what that returns from the registry.
For Example, if I use:
;InstallDirRegKey HKLM "Software\Company\Software" "Uninstall"
I might get back D:\Software
I get back the Directory I want for the installer interface, but then I would like it to add onto that a couple of other directories such as
D:\Software\Plugins\Custom
what is the easiest way to do this?
thanks for any help.