Outlook .prf help!

M

Michael Yorke

Hi,

I have been playing with the Office Resource Kit and have configured a .prf
file for our Outlook 2003/Exchange 2003 setup.

The script works fine except for one small niggle. The profile is created
and given a name, the exchange server is found and correct mailbox opened.
The only problem is that the profile is not set as the default, meaning when
Outlook starts I have to accept the Choose Profile box, and tick the option
to "set as default".

This is to go out with our new Windows XP build so the user profiles will be
blank, the outlook profile will be created from scratch by the prf meaning
there will only be one profile - but I want this set as the default.

This is what I have in the prf:

;Automatically generated PRF file from the Microsoft Office Customization
and Installation Wizard

; **************************************************************
; Section 1 - Profile Defaults
; **************************************************************

[General]
Custom=1
ProfileName=Outlook
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=False
DefaultStore=Service1

; **************************************************************
; Section 2 - Services in Profile
; **************************************************************

[Service List]
;ServiceX=Microsoft Outlook Client
ServiceEGS=Exchange Global Section
Service1=Microsoft Exchange Server
ServiceEGS=Exchange Global Section
Service2=Outlook Address Book

;***************************************************************
; Section 3 - List of internet accounts
;***************************************************************

[Internet Account List]

;***************************************************************
; Section 4 - Default values for each service.
;***************************************************************

[ServiceEGS]
MailboxName=%UserName%
HomeServer=exchange

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=exchange
AccountName=Microsoft Exchange Server

***END***

Any idea why the "DefaultProfile=Yes" is being ignored?

Thanks

Mike
 
D

Diane Poremsky [MVP]

I believe the tickbox is controlled by registry settings, not the prf - and
I thought its default to load the top (or first one created) profile in the
list if no others were selected.

since it's going to be imaged, set it in outlook (or the registry)
beforehand - the key is at HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Windows Messaging Subsystem\Profiles

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/


Michael Yorke said:
Hi,

I have been playing with the Office Resource Kit and have configured a
.prf
file for our Outlook 2003/Exchange 2003 setup.

The script works fine except for one small niggle. The profile is created
and given a name, the exchange server is found and correct mailbox opened.
The only problem is that the profile is not set as the default, meaning
when
Outlook starts I have to accept the Choose Profile box, and tick the
option
to "set as default".

This is to go out with our new Windows XP build so the user profiles will
be
blank, the outlook profile will be created from scratch by the prf meaning
there will only be one profile - but I want this set as the default.

This is what I have in the prf:

;Automatically generated PRF file from the Microsoft Office Customization
and Installation Wizard

; **************************************************************
; Section 1 - Profile Defaults
; **************************************************************

[General]
Custom=1
ProfileName=Outlook
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=False
DefaultStore=Service1

; **************************************************************
; Section 2 - Services in Profile
; **************************************************************

[Service List]
;ServiceX=Microsoft Outlook Client
ServiceEGS=Exchange Global Section
Service1=Microsoft Exchange Server
ServiceEGS=Exchange Global Section
Service2=Outlook Address Book

;***************************************************************
; Section 3 - List of internet accounts
;***************************************************************

[Internet Account List]

;***************************************************************
; Section 4 - Default values for each service.
;***************************************************************

[ServiceEGS]
MailboxName=%UserName%
HomeServer=exchange

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=exchange
AccountName=Microsoft Exchange Server

***END***

Any idea why the "DefaultProfile=Yes" is being ignored?

Thanks

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top