A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Installation
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2007 .PRF Installation



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 8th 06, 10:26 PM posted to microsoft.public.outlook.installation
Mr Freyman
external usenet poster
 
Posts: 1
Default Outlook 2007 .PRF Installation

Now that 2007 no longer allows for direct execution (clicking on prf for
installation) of .prf files for setting up new profiles...I'm thinking the
easiest way for a programmer and user to automatically setup new profiles for
'07 is to just have the user download a file to change the registry settings.
I hate to mess with the registry at all but now I dont have an simple tool
for my users to use for automated email configuration. Suggestions??
  #2  
Old June 8th 06, 10:32 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 .PRF Installation

And that file would be a .prf file, which should still be usable with the /importprf switch and the other methods documented in the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3

I think the docs available at http://www.microsoft.com/office/prev...ta/deploy.mspx will also go into how to deploy updates with the new Office Customization Tool.
--
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

"Mr Freyman" Mr wrote in message ...
Now that 2007 no longer allows for direct execution (clicking on prf for
installation) of .prf files for setting up new profiles...I'm thinking the
easiest way for a programmer and user to automatically setup new profiles for
'07 is to just have the user download a file to change the registry settings.
I hate to mess with the registry at all but now I dont have an simple tool
for my users to use for automated email configuration. Suggestions??

  #3  
Old June 9th 06, 03:02 PM posted to microsoft.public.outlook.installation
Mr Freyman
external usenet poster
 
Posts: 7
Default Outlook 2007 .PRF Installation

If I deploy now I have to also deploy a script along with the prf....and
since you can't determine the download location (I'm deploying via download)
you never know exactly where the prf location is going to be for the
\importPRF switch. See my problem?
PS--I recently purchased your book Microsoft Outlook Programming (and your
website has been extremely helpful). Why didnt you include prf techniques in
your book?....or did I miss them in the index?

Thank you,
Robert

"Sue Mosher [MVP-Outlook]" wrote:

And that file would be a .prf file, which should still be usable with the /importprf switch and the other methods documented in the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3

I think the docs available at http://www.microsoft.com/office/prev...ta/deploy.mspx will also go into how to deploy updates with the new Office Customization Tool.
--
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

"Mr Freyman" Mr wrote in message ...
Now that 2007 no longer allows for direct execution (clicking on prf for
installation) of .prf files for setting up new profiles...I'm thinking the
easiest way for a programmer and user to automatically setup new profiles for
'07 is to just have the user download a file to change the registry settings.
I hate to mess with the registry at all but now I dont have an simple tool
for my users to use for automated email configuration. Suggestions??


  #4  
Old June 9th 06, 03:10 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 .PRF Installation

What would this script do? Are you using the new Office Configuration Tool to configure your deployment, including the .prf file?

Configuration script examples are in my latest book (see signature), including a couple for modifying PRF files. There are also some WMI scripts at http://www.outlookcode.com .

--
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

"Mr Freyman" wrote in message ...
If I deploy now I have to also deploy a script along with the prf....and
since you can't determine the download location (I'm deploying via download)
you never know exactly where the prf location is going to be for the
\importPRF switch. See my problem?
PS--I recently purchased your book Microsoft Outlook Programming (and your
website has been extremely helpful). Why didnt you include prf techniques in
your book?....or did I miss them in the index?

Thank you,
Robert

"Sue Mosher [MVP-Outlook]" wrote:

And that file would be a .prf file, which should still be usable with the /importprf switch and the other methods documented in the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3

I think the docs available at http://www.microsoft.com/office/prev...ta/deploy.mspx will also go into how to deploy updates with the new Office Customization Tool.



"Mr Freyman" Mr wrote in message ...
Now that 2007 no longer allows for direct execution (clicking on prf for
installation) of .prf files for setting up new profiles...I'm thinking the
easiest way for a programmer and user to automatically setup new profiles for
'07 is to just have the user download a file to change the registry settings.
I hate to mess with the registry at all but now I dont have an simple tool
for my users to use for automated email configuration. Suggestions??


  #5  
Old June 9th 06, 04:03 PM posted to microsoft.public.outlook.installation
Mr Freyman
external usenet poster
 
Posts: 7
Default Outlook 2007 .PRF Installation

In the past from my website I could create a prf file from a template
depending on their outlook version and push it to the user via download. All
the user had to do is execute the prf file to install their mail profile.
With 2007, now I would need a script to use the wscript.shell to run the
outlook switch (or run it from the browser after download) and I wont have
the path for the switch anyway since theyre downloading the prf. Its my
understanding you cant dictate the download destination of anything....I
could zip the prf but thats too many steps for the user....between the
download and executing the zip and the wscript prompt.

Thanks,
Robert

"Sue Mosher [MVP-Outlook]" wrote:

What would this script do? Are you using the new Office Configuration Tool to configure your deployment, including the .prf file?

Configuration script examples are in my latest book (see signature), including a couple for modifying PRF files. There are also some WMI scripts at http://www.outlookcode.com .

--
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

"Mr Freyman" wrote in message ...
If I deploy now I have to also deploy a script along with the prf....and
since you can't determine the download location (I'm deploying via download)
you never know exactly where the prf location is going to be for the
\importPRF switch. See my problem?
PS--I recently purchased your book Microsoft Outlook Programming (and your
website has been extremely helpful). Why didnt you include prf techniques in
your book?....or did I miss them in the index?

Thank you,
Robert

"Sue Mosher [MVP-Outlook]" wrote:

And that file would be a .prf file, which should still be usable with the /importprf switch and the other methods documented in the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3

I think the docs available at http://www.microsoft.com/office/prev...ta/deploy.mspx will also go into how to deploy updates with the new Office Customization Tool.



"Mr Freyman" Mr wrote in message ...
Now that 2007 no longer allows for direct execution (clicking on prf for
installation) of .prf files for setting up new profiles...I'm thinking the
easiest way for a programmer and user to automatically setup new profiles for
'07 is to just have the user download a file to change the registry settings.
I hate to mess with the registry at all but now I dont have an simple tool
for my users to use for automated email configuration. Suggestions??


  #6  
Old June 9th 06, 04:16 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 .PRF Installation

I'm still confused. You're deploying Outlook 2007 by download? Just a PRF by download? Something in between? To people in your own organization? Something else?

--
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

"Mr Freyman" wrote in message ...
In the past from my website I could create a prf file from a template
depending on their outlook version and push it to the user via download. All
the user had to do is execute the prf file to install their mail profile.
With 2007, now I would need a script to use the wscript.shell to run the
outlook switch (or run it from the browser after download) and I wont have
the path for the switch anyway since theyre downloading the prf. Its my
understanding you cant dictate the download destination of anything....I
could zip the prf but thats too many steps for the user....between the
download and executing the zip and the wscript prompt.

Thanks,
Robert

"Sue Mosher [MVP-Outlook]" wrote:

What would this script do? Are you using the new Office Configuration Tool to configure your deployment, including the .prf file?

Configuration script examples are in my latest book (see signature), including a couple for modifying PRF files. There are also some WMI scripts at http://www.outlookcode.com .

--
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

"Mr Freyman" wrote in message ...
If I deploy now I have to also deploy a script along with the prf....and
since you can't determine the download location (I'm deploying via download)
you never know exactly where the prf location is going to be for the
\importPRF switch. See my problem?
PS--I recently purchased your book Microsoft Outlook Programming (and your
website has been extremely helpful). Why didnt you include prf techniques in
your book?....or did I miss them in the index?

Thank you,
Robert

"Sue Mosher [MVP-Outlook]" wrote:

And that file would be a .prf file, which should still be usable with the /importprf switch and the other methods documented in the excellent white paper "Configuring Outlook Profiles by Using a PRF File" at http://office.microsoft.com/search/r...60 I&respos=3

I think the docs available at http://www.microsoft.com/office/prev...ta/deploy.mspx will also go into how to deploy updates with the new Office Customization Tool.



"Mr Freyman" Mr wrote in message ...
Now that 2007 no longer allows for direct execution (clicking on prf for
installation) of .prf files for setting up new profiles...I'm thinking the
easiest way for a programmer and user to automatically setup new profiles for
'07 is to just have the user download a file to change the registry settings.
I hate to mess with the registry at all but now I dont have an simple tool
for my users to use for automated email configuration. Suggestions??


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying Outlook 2003 using PRF-files. morten Outlook - Installation 1 June 2nd 06 01:31 AM
Outlook 2003 .prf AKP Outlook - Installation 1 May 25th 06 01:45 AM
Auto Configure Outlook (PRF) slimmswitch Outlook - Installation 5 March 30th 06 03:27 PM
Outlook.prf and personal settings Bigtech Ron Outlook - Installation 3 March 2nd 06 07:08 PM
Finalizing installation scrolls - installation doesn't finish maedeans Outlook - Installation 0 January 12th 06 02:13 AM


All times are GMT +1. The time now is 11:10 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.