Yes. The preferred method to accomplish that the use the Custom Maintenance
Wizard to create a .cmw file, then invoke that file from a login script or
whatever means you prefer.
If you create the .cmw file and then use the CMW File Viewer to look at it,
you'll see how it works by using the ImportPRF registry value to point to
the path for the .prf file that you want to install. When that value is
present and non-empty, Outlook imports and processes the .prf the next time
it starts.
FYI, microsoft.public.outlook.installation would have been a more
appropriate newsgroup for this question.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Eric Livingston" <(E-Mail Removed)> wrote in message
news:2DC52D58-048A-4F9B-93D1-(E-Mail Removed)...
> Is there any way to process a PRF file without starting Outlook? The
> older
> versions of Outlook used NewProf.exe or ModProf.exe to make changes to a
> profile using a PRF file. Is there some way to duplicate that
> functionality
> so that I do not have to start Outlook for the changes to take effect?