Not difficult, use the following code:

Code:
Sub SetReg(RegFile as String)
  Shell "regedit " & RegFile
End Sub
The only problem I have with this code is that some computers will display a message box after running the reg file that says something like "the information was added to the registry" and it likes to hide behind your app.