Thanks for the fast anwswer but...
the user is member of the local admins group. as my understanding of
your solution, does that involve a different .ops per user, is that
what you meant ?
I was thinking of a small script with MSIEXEC that could force the
reinstallation the "Outlook Address Book Service" right after the CMW,
what do you think of that ?
regards
Sue Mosher [MVP-Outlook] a écrit :
> There is a problem with configuring a profile with a .prf file (which is how the CMW does it) if the user is not an administrator: the .prf statement installing the Outlook Address Book doesn't get processed.
>
[quoted text clipped - 19 lines]
> >
> > Thanks.
Yes, an .ops file would have to be created for each user. I think I was envisioning a classroom where you used class logon identities that didn't change. If you don't have too many machines in your classroom, that should work fine, but otherwise would be a pain.
Since the registry key for the OAB isn't fixed for all users, you'd need to use Extended MAPI to modify the profile and that can't be scripted. A good alternative might be the Profman library that comes with the redistributable version of Redemption (http://www.dimastr.com/redemption/)
I've since heard from someone else who is having problems getting Outlook to process their PRF files and add the OAB and they, too, don't have the admin permissions issue as a common denominator. There must be some other factor at work. Could you post the first five sections of your PRF file?

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
Thanks for the fast anwswer but...
the user is member of the local admins group. as my understanding of
your solution, does that involve a different .ops per user, is that
what you meant ?
I was thinking of a small script with MSIEXEC that could force the
reinstallation the "Outlook Address Book Service" right after the CMW,
what do you think of that ?
regards
Sue Mosher [MVP-Outlook] a écrit :
> There is a problem with configuring a profile with a .prf file (which is how the CMW does it) if the user is not an administrator: the .prf statement installing the Outlook Address Book doesn't get processed.
>
[quoted text clipped - 12 lines]
> >
> > Thanks.