One of the ways is to create a package with the Registry file and deploy the reg file (e.g Power.reg) tp the root of application folder (\Application).
Also in the package - under the Package Information tab, in the StartUp Command add the following string:
\Windows\RegMerge.exe -q \Application\Power.reg
Hope it helps.