Is there a native Windows method to make an application use a .reg file, or something else, for all of it's registry calls to make it portable? I hoping there is one similar to the appdata folder which works like this:
set APPDATA=%CD%\data
I understand that there are other programs such as ThinApp that can be used to create portable programs but I don't want to use one of those for this purpose.
I am running Windows 7 if that matters.