When my VB App starts, I need to check if there are registry keys setup for it. If there are not any found, is there a way to run a .reg file that will be stored in a directory on my harddrive to install all the necesary regestry keys? I have exported the keys that I need to be installed and strored them in a file called MyApp_HKEY_LOCAL_MACHINE.reg on the C:\ Drive.

Thanks