I'm looking to import the below registry key without actually importing the .reg file
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Cirrato]
"postInstallExecTimeout"=dword:0000001e
"ConfigApplyAllSettingsForModels"=""
"ConfigApplyAllSettingsForQueueNames"=""
"ConfigApplyPreferencesOnlyForQueueNames"=""
"OURestrictFailureCaption"=""
"OURestrictFailureText"=""
Is it possible to import this key in-line? I can't find any resources demonstrating how to add a registry key with multiple values like this.