I am trying to install two registry edits via a Zen bundle:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\O utlook\Preferences]
"DelegateSentItemsStyle"=dword:00000001
and
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\O utlook\Preferences]
"IgnoreSOBError"=dword:00000001
In the bundle, under Advanced Settings, I have Run Action As System and checked Apply HKEY_CURRENT_USER changes to the logged in user's hive instead of .DEFAULT
The regedits are still going under HKEY_USERS .Default
If I 'manually' merge the .reg files, they go where they are intended so it is not the files themselves.
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\O utlook\Preferences]
"DelegateSentItemsStyle"=dword:00000001
and
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\O utlook\Preferences]
"IgnoreSOBError"=dword:00000001
In the bundle, under Advanced Settings, I have Run Action As System and checked Apply HKEY_CURRENT_USER changes to the logged in user's hive instead of .DEFAULT
The regedits are still going under HKEY_USERS .Default
If I 'manually' merge the .reg files, they go where they are intended so it is not the files themselves.