Configuring Profile in Office XP through a prf file

G

Guest

I have created a prf file through the Custom Installation Wizard for Office
XP. I am trying to set up a Profile which has a new email account. That email
account is an exchange server email account. I can configure the Profile name
and the exchange server but I can not get the prf file to configure the
username correctly. What is wrong with the following prf file. I am setting
the new profile name in section 1 and setting the exchange server and
username in section 4. When I go and appy this prf file and go to profile
properties and look at the email account exchange server settings and the
server is set but the username is not set.

What do I need to do to the prf to correctly apply the username when I
change it in the prf file?

I know that if the username is set to %UserName% the profile will
configure the profile with a mailbox user name the same as the user's
Windows login. I want to be able to set the mailbox and have it applied as
the username under the exchange server settings.
name.

Thanks for all your help.

Example prf file text:

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

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

[General]
Custom=1
ProfileName=NewProfileName
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE
BackupProfile=No

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

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

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

[Internet Account List]

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

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=JaneDoe
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName=JaneDoe
HomeServer=Mail
;***********************************************************
; Section 5 - Values for each internet account.
;**********************************************************

;**********************************************************
; Section 6 - Mapping for profile properties
;**********************************************************

[Microsoft Exchange Server]
ServiceName=MSEMS
MDBGUID=5494A1C0297F101BA58708002B2A2517
MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608
OfflineAddressBookPath=PT_STRING8,0x660E
OfflineFolderPath=PT_STRING8,0x6610

[Exchange Global Section]
SectionGUID=13dbb0c8aa05101a9bb000aa002fc45a
MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608

[Microsoft Mail]
ServiceName=MSFS
ServerPath=PT_STRING8,0x6600
Mailbox=PT_STRING8,0x6601
Password=PT_STRING8,0x67f0
RememberPassword=PT_BOOLEAN,0x6606
ConnectionType=PT_LONG,0x6603
UseSessionLog=PT_BOOLEAN,0x6604
SessionLogPath=PT_STRING8,0x6605
EnableUpload=PT_BOOLEAN,0x6620
EnableDownload=PT_BOOLEAN,0x6621
UploadMask=PT_LONG,0x6622
NetBiosNotification=PT_BOOLEAN,0x6623
NewMailPollInterval=PT_STRING8,0x6624
DisplayGalOnly=PT_BOOLEAN,0x6625
UseHeadersOnLAN=PT_BOOLEAN,0x6630
UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631
UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632
UseHeadersOnRAS=PT_BOOLEAN,0x6640
UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641
UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639
ConnectOnStartup=PT_BOOLEAN,0x6642
DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643
DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644
DisconnectOnExit=PT_BOOLEAN,0x6645
DefaultDialupConnectionName=PT_STRING8,0x6646
DialupRetryCount=PT_STRING8,0x6648
DialupRetryDelay=PT_STRING8,0x6649

[Personal Folders]
ServiceName=MSPST MS
Name=PT_STRING8,0x3001
PathToPersonalFolders=PT_STRING8,0x6700
RememberPassword=PT_BOOLEAN,0x6701
EncryptionType=PT_LONG,0x6702
Password=PT_STRING8,0x6703

[Outlook Address Book]
ServiceName=CONTAB

[LDAP Directory]
ServiceName=EMABLT
ServerName=PT_STRING8,0x6600
UserName=PT_STRING8,0x6602
UseSSL=PT_BOOLEAN,0x6613
DisplayName=PT_STRING8,0x3001
ConnectionPort=PT_STRING8,0x6601
SearchTimeout=PT_STRING8,0x6607
MaxEntriesReturned=PT_STRING8,0x6608
SearchBase=PT_STRING8,0x6603

[Microsoft Outlook Client]
SectionGUID=0a0d020000000000c000000000000046
FormDirectoryPage=PT_STRING8,0x0270
WebServicesLocation=PT_STRING8,0x0271
ComposeWithWebServices=PT_BOOLEAN,0x0272
PromptWhenUsingWebServices=PT_BOOLEAN,0x0273
OpenWithWebServices=PT_BOOLEAN,0x0274

[Personal Address Book]
ServiceName=MSPST AB
NameOfPAB=PT_STRING8,0x001e3001
Path=PT_STRING8,0x001e6600
ShowNamesBy=PT_LONG,0x00036601

;***********************************************************
; Section 7 - Mapping for internet account properties. DO NOT MODIFY.
;***********************************************************
 
S

Sue Mosher [MVP-Outlook]

Is the username unique or does it have some characters in common with
another name? Try using:

=aliasname

with the equals sign in front to force an exact match to the mailbox alias.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



BK Drake said:
I have created a prf file through the Custom Installation Wizard for Office
XP. I am trying to set up a Profile which has a new email account. That
email
account is an exchange server email account. I can configure the Profile
name
and the exchange server but I can not get the prf file to configure the
username correctly. What is wrong with the following prf file. I am
setting
the new profile name in section 1 and setting the exchange server and
username in section 4. When I go and appy this prf file and go to profile
properties and look at the email account exchange server settings and the
server is set but the username is not set.

What do I need to do to the prf to correctly apply the username when I
change it in the prf file?

I know that if the username is set to %UserName% the profile will
configure the profile with a mailbox user name the same as the user's
Windows login. I want to be able to set the mailbox and have it applied as
the username under the exchange server settings.
name.

Thanks for all your help.

Example prf file text:

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

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

[General]
Custom=1
ProfileName=NewProfileName
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE
BackupProfile=No

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

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

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

[Internet Account List]

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

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=JaneDoe
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName=JaneDoe
HomeServer=Mail
;***********************************************************
; Section 5 - Values for each internet account.
;**********************************************************

;**********************************************************
; Section 6 - Mapping for profile properties
;**********************************************************

[Microsoft Exchange Server]
ServiceName=MSEMS
MDBGUID=5494A1C0297F101BA58708002B2A2517
MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608
OfflineAddressBookPath=PT_STRING8,0x660E
OfflineFolderPath=PT_STRING8,0x6610

[Exchange Global Section]
SectionGUID=13dbb0c8aa05101a9bb000aa002fc45a
MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608

[Microsoft Mail]
ServiceName=MSFS
ServerPath=PT_STRING8,0x6600
Mailbox=PT_STRING8,0x6601
Password=PT_STRING8,0x67f0
RememberPassword=PT_BOOLEAN,0x6606
ConnectionType=PT_LONG,0x6603
UseSessionLog=PT_BOOLEAN,0x6604
SessionLogPath=PT_STRING8,0x6605
EnableUpload=PT_BOOLEAN,0x6620
EnableDownload=PT_BOOLEAN,0x6621
UploadMask=PT_LONG,0x6622
NetBiosNotification=PT_BOOLEAN,0x6623
NewMailPollInterval=PT_STRING8,0x6624
DisplayGalOnly=PT_BOOLEAN,0x6625
UseHeadersOnLAN=PT_BOOLEAN,0x6630
UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631
UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632
UseHeadersOnRAS=PT_BOOLEAN,0x6640
UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641
UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639
ConnectOnStartup=PT_BOOLEAN,0x6642
DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643
DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644
DisconnectOnExit=PT_BOOLEAN,0x6645
DefaultDialupConnectionName=PT_STRING8,0x6646
DialupRetryCount=PT_STRING8,0x6648
DialupRetryDelay=PT_STRING8,0x6649

[Personal Folders]
ServiceName=MSPST MS
Name=PT_STRING8,0x3001
PathToPersonalFolders=PT_STRING8,0x6700
RememberPassword=PT_BOOLEAN,0x6701
EncryptionType=PT_LONG,0x6702
Password=PT_STRING8,0x6703

[Outlook Address Book]
ServiceName=CONTAB

[LDAP Directory]
ServiceName=EMABLT
ServerName=PT_STRING8,0x6600
UserName=PT_STRING8,0x6602
UseSSL=PT_BOOLEAN,0x6613
DisplayName=PT_STRING8,0x3001
ConnectionPort=PT_STRING8,0x6601
SearchTimeout=PT_STRING8,0x6607
MaxEntriesReturned=PT_STRING8,0x6608
SearchBase=PT_STRING8,0x6603

[Microsoft Outlook Client]
SectionGUID=0a0d020000000000c000000000000046
FormDirectoryPage=PT_STRING8,0x0270
WebServicesLocation=PT_STRING8,0x0271
ComposeWithWebServices=PT_BOOLEAN,0x0272
PromptWhenUsingWebServices=PT_BOOLEAN,0x0273
OpenWithWebServices=PT_BOOLEAN,0x0274

[Personal Address Book]
ServiceName=MSPST AB
NameOfPAB=PT_STRING8,0x001e3001
Path=PT_STRING8,0x001e6600
ShowNamesBy=PT_LONG,0x00036601

;***********************************************************
; Section 7 - Mapping for internet account properties. DO NOT MODIFY.
;***********************************************************
 
G

Guest

Sue,

Are you suggesting the following:

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName==aliasname
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName==aliasname

Or just omit the second '=' sign?

I have a similar problem in that people's usernames are different than
people's email addresses.


Thanks


Sue Mosher said:
Is the username unique or does it have some characters in common with
another name? Try using:

=aliasname

with the equals sign in front to force an exact match to the mailbox alias.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



BK Drake said:
I have created a prf file through the Custom Installation Wizard for Office
XP. I am trying to set up a Profile which has a new email account. That
email
account is an exchange server email account. I can configure the Profile
name
and the exchange server but I can not get the prf file to configure the
username correctly. What is wrong with the following prf file. I am
setting
the new profile name in section 1 and setting the exchange server and
username in section 4. When I go and appy this prf file and go to profile
properties and look at the email account exchange server settings and the
server is set but the username is not set.

What do I need to do to the prf to correctly apply the username when I
change it in the prf file?

I know that if the username is set to %UserName% the profile will
configure the profile with a mailbox user name the same as the user's
Windows login. I want to be able to set the mailbox and have it applied as
the username under the exchange server settings.
name.

Thanks for all your help.

Example prf file text:

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

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

[General]
Custom=1
ProfileName=NewProfileName
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE
BackupProfile=No

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

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

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

[Internet Account List]

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

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=JaneDoe
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName=JaneDoe
HomeServer=Mail
;***********************************************************
; Section 5 - Values for each internet account.
;**********************************************************

;**********************************************************
; Section 6 - Mapping for profile properties
;**********************************************************

[Microsoft Exchange Server]
ServiceName=MSEMS
MDBGUID=5494A1C0297F101BA58708002B2A2517
MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608
OfflineAddressBookPath=PT_STRING8,0x660E
OfflineFolderPath=PT_STRING8,0x6610

[Exchange Global Section]
SectionGUID=13dbb0c8aa05101a9bb000aa002fc45a
MailboxName=PT_STRING8,0x6607
HomeServer=PT_STRING8,0x6608

[Microsoft Mail]
ServiceName=MSFS
ServerPath=PT_STRING8,0x6600
Mailbox=PT_STRING8,0x6601
Password=PT_STRING8,0x67f0
RememberPassword=PT_BOOLEAN,0x6606
ConnectionType=PT_LONG,0x6603
UseSessionLog=PT_BOOLEAN,0x6604
SessionLogPath=PT_STRING8,0x6605
EnableUpload=PT_BOOLEAN,0x6620
EnableDownload=PT_BOOLEAN,0x6621
UploadMask=PT_LONG,0x6622
NetBiosNotification=PT_BOOLEAN,0x6623
NewMailPollInterval=PT_STRING8,0x6624
DisplayGalOnly=PT_BOOLEAN,0x6625
UseHeadersOnLAN=PT_BOOLEAN,0x6630
UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631
UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632
UseHeadersOnRAS=PT_BOOLEAN,0x6640
UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641
UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639
ConnectOnStartup=PT_BOOLEAN,0x6642
DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643
DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644
DisconnectOnExit=PT_BOOLEAN,0x6645
DefaultDialupConnectionName=PT_STRING8,0x6646
DialupRetryCount=PT_STRING8,0x6648
DialupRetryDelay=PT_STRING8,0x6649

[Personal Folders]
ServiceName=MSPST MS
Name=PT_STRING8,0x3001
PathToPersonalFolders=PT_STRING8,0x6700
RememberPassword=PT_BOOLEAN,0x6701
EncryptionType=PT_LONG,0x6702
Password=PT_STRING8,0x6703

[Outlook Address Book]
ServiceName=CONTAB

[LDAP Directory]
ServiceName=EMABLT
ServerName=PT_STRING8,0x6600
UserName=PT_STRING8,0x6602
UseSSL=PT_BOOLEAN,0x6613
DisplayName=PT_STRING8,0x3001
ConnectionPort=PT_STRING8,0x6601
SearchTimeout=PT_STRING8,0x6607
MaxEntriesReturned=PT_STRING8,0x6608
SearchBase=PT_STRING8,0x6603

[Microsoft Outlook Client]
SectionGUID=0a0d020000000000c000000000000046
FormDirectoryPage=PT_STRING8,0x0270
WebServicesLocation=PT_STRING8,0x0271
ComposeWithWebServices=PT_BOOLEAN,0x0272
PromptWhenUsingWebServices=PT_BOOLEAN,0x0273
OpenWithWebServices=PT_BOOLEAN,0x0274

[Personal Address Book]
ServiceName=MSPST AB
NameOfPAB=PT_STRING8,0x001e3001
Path=PT_STRING8,0x001e6600
ShowNamesBy=PT_LONG,0x00036601

;***********************************************************
; Section 7 - Mapping for internet account properties. DO NOT MODIFY.
;***********************************************************
 
S

Sue Mosher [MVP-Outlook]

Yes, that's it exactly. I know it looks weird, but it's very cool in
operation. When using the environment variable, I always have:

MailboxName==%USERNAME%

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Bryan said:
Sue,

Are you suggesting the following:

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName==aliasname
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName==aliasname

Or just omit the second '=' sign?

I have a similar problem in that people's usernames are different than
people's email addresses.


Thanks


Sue Mosher said:
Is the username unique or does it have some characters in common with
another name? Try using:

=aliasname

with the equals sign in front to force an exact match to the mailbox
alias.

BK Drake said:
I have created a prf file through the Custom Installation Wizard for
Office
XP. I am trying to set up a Profile which has a new email account. That
email
account is an exchange server email account. I can configure the
Profile
name
and the exchange server but I can not get the prf file to configure the
username correctly. What is wrong with the following prf file. I am
setting
the new profile name in section 1 and setting the exchange server and
username in section 4. When I go and appy this prf file and go to
profile
properties and look at the email account exchange server settings and
the
server is set but the username is not set.

What do I need to do to the prf to correctly apply the username when I
change it in the prf file?

I know that if the username is set to %UserName% the profile will
configure the profile with a mailbox user name the same as the user's
Windows login. I want to be able to set the mailbox and have it applied
as
the username under the exchange server settings.
name.

Thanks for all your help.

Example prf file text:

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

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

[General]
Custom=1
ProfileName=NewProfileName
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE
BackupProfile=No

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

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

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

[Internet Account List]

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

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=JaneDoe
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName=JaneDoe
HomeServer=Mail
;***********************************************************
; Section 5 - Values for each internet account.
;**********************************************************
 
G

Guest

So how does it resolve the MailboxName==aliasname if it's not a variable on
the system?

Inquiring mind wants to know. :)


Bryan

Sue Mosher said:
Yes, that's it exactly. I know it looks weird, but it's very cool in
operation. When using the environment variable, I always have:

MailboxName==%USERNAME%

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Bryan said:
Sue,

Are you suggesting the following:

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName==aliasname
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName==aliasname

Or just omit the second '=' sign?

I have a similar problem in that people's usernames are different than
people's email addresses.


Thanks


Sue Mosher said:
Is the username unique or does it have some characters in common with
another name? Try using:

=aliasname

with the equals sign in front to force an exact match to the mailbox
alias.

I have created a prf file through the Custom Installation Wizard for
Office
XP. I am trying to set up a Profile which has a new email account. That
email
account is an exchange server email account. I can configure the
Profile
name
and the exchange server but I can not get the prf file to configure the
username correctly. What is wrong with the following prf file. I am
setting
the new profile name in section 1 and setting the exchange server and
username in section 4. When I go and appy this prf file and go to
profile
properties and look at the email account exchange server settings and
the
server is set but the username is not set.

What do I need to do to the prf to correctly apply the username when I
change it in the prf file?

I know that if the username is set to %UserName% the profile will
configure the profile with a mailbox user name the same as the user's
Windows login. I want to be able to set the mailbox and have it applied
as
the username under the exchange server settings.
name.

Thanks for all your help.

Example prf file text:

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

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

[General]
Custom=1
ProfileName=NewProfileName
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE
BackupProfile=No

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

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

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

[Internet Account List]

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

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=JaneDoe
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName=JaneDoe
HomeServer=Mail
;***********************************************************
; Section 5 - Values for each internet account.
;**********************************************************
 
S

Sue Mosher [MVP-Outlook]

Yes, I was suggesting a solutoin for a different, but common problem, where
you have both billg and billga in the organization and don't want the user
to have to go through a name resolution dialog.

In your situation, one solution would be to use a script to set an
environment variable -- maybe call it %mailname% -- when the Windows user
logs on, based on some AD lookup to get the mail alias, and use that
environment variable in the prf file. Another would be to have a script
modify the prf file directly. And, there are third-party tools to do this
sort of thing for you; see http://www.slipstick.com/exs/olroam.htm#tools
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Bryan said:
So how does it resolve the MailboxName==aliasname if it's not a variable
on
the system?

Inquiring mind wants to know. :)


Bryan

Sue Mosher said:
Yes, that's it exactly. I know it looks weird, but it's very cool in
operation. When using the environment variable, I always have:

MailboxName==%USERNAME%

Bryan said:
Sue,

Are you suggesting the following:

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName==aliasname
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName==aliasname

Or just omit the second '=' sign?

I have a similar problem in that people's usernames are different than
people's email addresses.


Thanks


:

Is the username unique or does it have some characters in common with
another name? Try using:

=aliasname

with the equals sign in front to force an exact match to the mailbox
alias.
I have created a prf file through the Custom Installation Wizard for
Office
XP. I am trying to set up a Profile which has a new email account.
That
email
account is an exchange server email account. I can configure the
Profile
name
and the exchange server but I can not get the prf file to configure
the
username correctly. What is wrong with the following prf file. I am
setting
the new profile name in section 1 and setting the exchange server
and
username in section 4. When I go and appy this prf file and go to
profile
properties and look at the email account exchange server settings
and
the
server is set but the username is not set.

What do I need to do to the prf to correctly apply the username when
I
change it in the prf file?

I know that if the username is set to %UserName% the profile will
configure the profile with a mailbox user name the same as the
user's
Windows login. I want to be able to set the mailbox and have it
applied
as
the username under the exchange server settings.
name.

Thanks for all your help.

Example prf file text:

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

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

[General]
Custom=1
ProfileName=NewProfileName
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE
BackupProfile=No

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

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

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

[Internet Account List]

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

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=JaneDoe
HomeServer=Mail
AccountName=Microsoft Exchange Server

[ServiceEGS]
MailboxName=JaneDoe
HomeServer=Mail
;***********************************************************
; Section 5 - Values for each internet account.
;**********************************************************
 

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