My question is a bit related to this one but it's not what I was aiming for:
http://stackoverflow.com/questions/35070/programmatically-merge-reg-file-into-win32-registry
What I want to do is to create a program that can import a .reg file using win32 or some other library. I tried looking around but failed at that part. Something like a regedit.exe /s function. Is it possible to do this without using regedit.exe or reg.exe in anyway?
So.. no system("myfile.reg") or like ShellExecute() using reg.exe or regedit.exe
Thanks!