PC Review


Reply
Thread Tools Rate Thread

autoconfigure ability in 2003

 
 
Drew D
Guest
Posts: n/a
 
      22nd May 2006
I've written a php script that will output the .reg file needed to auto
configure oulook 2000 and 2002, and outlook express.

I would like to make it so that I can auto configure outlook 2003 for our
customers as well. It doesn't appear that 2003 uses the registry to store
the
mail server information. I assume that the information is in the outlook.xml
file in some sort of encrypted format. I'm looking for resources that will
allow me to autoconfigure their mail client for them.


 
Reply With Quote
 
 
 
 
Diane Poremsky [MVP]
Guest
Posts: n/a
 
      22nd May 2006
it saves it in the same location as 2002...

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)


"Drew D" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've written a php script that will output the .reg file needed to auto
> configure oulook 2000 and 2002, and outlook express.
>
> I would like to make it so that I can auto configure outlook 2003 for our
> customers as well. It doesn't appear that 2003 uses the registry to store
> the
> mail server information. I assume that the information is in the
> outlook.xml
> file in some sort of encrypted format. I'm looking for resources that will
> allow me to autoconfigure their mail client for them.
>
>



 
Reply With Quote
 
Drew D
Guest
Posts: n/a
 
      22nd May 2006
My appologies.

I haven't confirmed it in 2002 yet. I assumed that 2002 used the same
location as 2000.

Do you know where 2002 stores that info in the registry?

"Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> it saves it in the same location as 2002...
>
> --
> Diane Poremsky [MVP - Outlook]
> Author, Teach Yourself Outlook 2003 in 24 Hours
> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>
> Outlook Tips: http://www.outlook-tips.net/
> Outlook & Exchange Solutions Center: http://www.slipstick.com
> Subscribe to Exchange Messaging Outlook newsletter:
> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>
>
> "Drew D" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> I've written a php script that will output the .reg file needed to auto
>> configure oulook 2000 and 2002, and outlook express.
>>
>> I would like to make it so that I can auto configure outlook 2003 for our
>> customers as well. It doesn't appear that 2003 uses the registry to store
>> the
>> mail server information. I assume that the information is in the
>> outlook.xml
>> file in some sort of encrypted format. I'm looking for resources that
>> will
>> allow me to autoconfigure their mail client for them.
>>
>>

>
>



 
Reply With Quote
 
Diane Poremsky [MVP]
Guest
Posts: n/a
 
      23rd May 2006
it's in the same location as in 2000 too... in the Windows Messaging
Subsystem key.


--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)


"Drew D" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My appologies.
>
> I haven't confirmed it in 2002 yet. I assumed that 2002 used the same
> location as 2000.
>
> Do you know where 2002 stores that info in the registry?
>
> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> it saves it in the same location as 2002...
>>
>> --
>> Diane Poremsky [MVP - Outlook]
>> Author, Teach Yourself Outlook 2003 in 24 Hours
>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>
>> Outlook Tips: http://www.outlook-tips.net/
>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>> Subscribe to Exchange Messaging Outlook newsletter:
>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>
>>
>> "Drew D" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> I've written a php script that will output the .reg file needed to auto
>>> configure oulook 2000 and 2002, and outlook express.
>>>
>>> I would like to make it so that I can auto configure outlook 2003 for
>>> our
>>> customers as well. It doesn't appear that 2003 uses the registry to
>>> store the
>>> mail server information. I assume that the information is in the
>>> outlook.xml
>>> file in some sort of encrypted format. I'm looking for resources that
>>> will
>>> allow me to autoconfigure their mail client for them.
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Drew D
Guest
Posts: n/a
 
      24th May 2006
Thank you. I found it and it's in Hex. I can deal with that.

Windows Messaging
Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676

So my question becomes: Is the string of random looking numbers unique on
every computer? I'm assuming it is. Would you happen to know if there's a
way to obtain that string so that I can generate my .reg file to update the
appropriate location?




"Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> it's in the same location as in 2000 too... in the Windows Messaging
> Subsystem key.
>
>
> --
> Diane Poremsky [MVP - Outlook]
> Author, Teach Yourself Outlook 2003 in 24 Hours
> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>
> Outlook Tips: http://www.outlook-tips.net/
> Outlook & Exchange Solutions Center: http://www.slipstick.com
> Subscribe to Exchange Messaging Outlook newsletter:
> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>
>
> "Drew D" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> My appologies.
>>
>> I haven't confirmed it in 2002 yet. I assumed that 2002 used the same
>> location as 2000.
>>
>> Do you know where 2002 stores that info in the registry?
>>
>> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> it saves it in the same location as 2002...
>>>
>>> --
>>> Diane Poremsky [MVP - Outlook]
>>> Author, Teach Yourself Outlook 2003 in 24 Hours
>>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>>
>>> Outlook Tips: http://www.outlook-tips.net/
>>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>>> Subscribe to Exchange Messaging Outlook newsletter:
>>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>>
>>>
>>> "Drew D" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> I've written a php script that will output the .reg file needed to auto
>>>> configure oulook 2000 and 2002, and outlook express.
>>>>
>>>> I would like to make it so that I can auto configure outlook 2003 for
>>>> our
>>>> customers as well. It doesn't appear that 2003 uses the registry to
>>>> store the
>>>> mail server information. I assume that the information is in the
>>>> outlook.xml
>>>> file in some sort of encrypted format. I'm looking for resources that
>>>> will
>>>> allow me to autoconfigure their mail client for them.
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Drew D
Guest
Posts: n/a
 
      25th May 2006
OK so it doesn't appear that it's a random string. That's what it is for
Outlook 2003 and win XP. i'll test on the other windows version later.

Inside this folder are subfolders that appear to be auto incrementing for
each account. I've tried creating a new one but it doesn't display in
outlook. I believe the problem to be centered around the "Mini UID".

How do I generate what should be there? It's unique for each account. The
sub folder names and the mini UID appear to be some how dependent on each
other. If I change either of them the account dissapears from outlook.


"Drew D" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thank you. I found it and it's in Hex. I can deal with that.
>
> Windows Messaging
> Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676
>
> So my question becomes: Is the string of random looking numbers unique on
> every computer? I'm assuming it is. Would you happen to know if there's a
> way to obtain that string so that I can generate my .reg file to update
> the appropriate location?
>
>
>
>
> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> it's in the same location as in 2000 too... in the Windows Messaging
>> Subsystem key.
>>
>>
>> --
>> Diane Poremsky [MVP - Outlook]
>> Author, Teach Yourself Outlook 2003 in 24 Hours
>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>
>> Outlook Tips: http://www.outlook-tips.net/
>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>> Subscribe to Exchange Messaging Outlook newsletter:
>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>
>>
>> "Drew D" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> My appologies.
>>>
>>> I haven't confirmed it in 2002 yet. I assumed that 2002 used the same
>>> location as 2000.
>>>
>>> Do you know where 2002 stores that info in the registry?
>>>
>>> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>> it saves it in the same location as 2002...
>>>>
>>>> --
>>>> Diane Poremsky [MVP - Outlook]
>>>> Author, Teach Yourself Outlook 2003 in 24 Hours
>>>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>>>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>>>
>>>> Outlook Tips: http://www.outlook-tips.net/
>>>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>>>> Subscribe to Exchange Messaging Outlook newsletter:
>>>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>>>
>>>>
>>>> "Drew D" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> I've written a php script that will output the .reg file needed to
>>>>> auto
>>>>> configure oulook 2000 and 2002, and outlook express.
>>>>>
>>>>> I would like to make it so that I can auto configure outlook 2003 for
>>>>> our
>>>>> customers as well. It doesn't appear that 2003 uses the registry to
>>>>> store the
>>>>> mail server information. I assume that the information is in the
>>>>> outlook.xml
>>>>> file in some sort of encrypted format. I'm looking for resources that
>>>>> will
>>>>> allow me to autoconfigure their mail client for them.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Drew D
Guest
Posts: n/a
 
      26th May 2006
Well I finally figured it out. Thanks to someone else pointing it out.

Microsoft uses text files with a .prf extension and a highly structured
format to provide information to Outlook that enables Outlook to create or
modify a mail profile. You can create such .prf files with the Custom
Installation Wizard or Custom Maintenance Wizard tools in the Office
Resource Kit. For more details, including a variety of .prf deployment
methods, read the excellent white paper "Configuring Outlook Profiles by
Using a PRF File" at
http://office.microsoft.com/search/r...c_60I&respos=3

The page at http://www.slipstick.com/exs/olroam.htm includes information on
other profile tools and resources.


"Drew D" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> OK so it doesn't appear that it's a random string. That's what it is for
> Outlook 2003 and win XP. i'll test on the other windows version later.
>
> Inside this folder are subfolders that appear to be auto incrementing for
> each account. I've tried creating a new one but it doesn't display in
> outlook. I believe the problem to be centered around the "Mini UID".
>
> How do I generate what should be there? It's unique for each account. The
> sub folder names and the mini UID appear to be some how dependent on each
> other. If I change either of them the account dissapears from outlook.
>
>
> "Drew D" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Thank you. I found it and it's in Hex. I can deal with that.
>>
>> Windows Messaging
>> Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676
>>
>> So my question becomes: Is the string of random looking numbers unique on
>> every computer? I'm assuming it is. Would you happen to know if there's a
>> way to obtain that string so that I can generate my .reg file to update
>> the appropriate location?
>>
>>
>>
>>
>> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> it's in the same location as in 2000 too... in the Windows Messaging
>>> Subsystem key.
>>>
>>>
>>> --
>>> Diane Poremsky [MVP - Outlook]
>>> Author, Teach Yourself Outlook 2003 in 24 Hours
>>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>>
>>> Outlook Tips: http://www.outlook-tips.net/
>>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>>> Subscribe to Exchange Messaging Outlook newsletter:
>>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>>
>>>
>>> "Drew D" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> My appologies.
>>>>
>>>> I haven't confirmed it in 2002 yet. I assumed that 2002 used the same
>>>> location as 2000.
>>>>
>>>> Do you know where 2002 stores that info in the registry?
>>>>
>>>> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
>>>> news:%(E-Mail Removed)...
>>>>> it saves it in the same location as 2002...
>>>>>
>>>>> --
>>>>> Diane Poremsky [MVP - Outlook]
>>>>> Author, Teach Yourself Outlook 2003 in 24 Hours
>>>>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>>>>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>>>>
>>>>> Outlook Tips: http://www.outlook-tips.net/
>>>>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>>>>> Subscribe to Exchange Messaging Outlook newsletter:
>>>>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>>>>
>>>>>
>>>>> "Drew D" <(E-Mail Removed)> wrote in message
>>>>> news:(E-Mail Removed)...
>>>>>> I've written a php script that will output the .reg file needed to
>>>>>> auto
>>>>>> configure oulook 2000 and 2002, and outlook express.
>>>>>>
>>>>>> I would like to make it so that I can auto configure outlook 2003 for
>>>>>> our
>>>>>> customers as well. It doesn't appear that 2003 uses the registry to
>>>>>> store the
>>>>>> mail server information. I assume that the information is in the
>>>>>> outlook.xml
>>>>>> file in some sort of encrypted format. I'm looking for resources that
>>>>>> will
>>>>>> allow me to autoconfigure their mail client for them.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Drew D
Guest
Posts: n/a
 
      26th May 2006
Well I finally figured it out. Thanks to someone else pointing it out.

Microsoft uses text files with a .prf extension and a highly structured
format to provide information to Outlook that enables Outlook to create or
modify a mail profile. You can create such .prf files with the Custom
Installation Wizard or Custom Maintenance Wizard tools in the Office
Resource Kit. For more details, including a variety of .prf deployment
methods, read the excellent white paper "Configuring Outlook Profiles by
Using a PRF File" at
http://office.microsoft.com/search/r...c_60I&respos=3

The page at http://www.slipstick.com/exs/olroam.htm includes information on
other profile tools and resources.


"Drew D" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> OK so it doesn't appear that it's a random string. That's what it is for
> Outlook 2003 and win XP. i'll test on the other windows version later.
>
> Inside this folder are subfolders that appear to be auto incrementing for
> each account. I've tried creating a new one but it doesn't display in
> outlook. I believe the problem to be centered around the "Mini UID".
>
> How do I generate what should be there? It's unique for each account. The
> sub folder names and the mini UID appear to be some how dependent on each
> other. If I change either of them the account dissapears from outlook.
>
>
> "Drew D" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Thank you. I found it and it's in Hex. I can deal with that.
>>
>> Windows Messaging
>> Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676
>>
>> So my question becomes: Is the string of random looking numbers unique on
>> every computer? I'm assuming it is. Would you happen to know if there's a
>> way to obtain that string so that I can generate my .reg file to update
>> the appropriate location?
>>
>>
>>
>>
>> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> it's in the same location as in 2000 too... in the Windows Messaging
>>> Subsystem key.
>>>
>>>
>>> --
>>> Diane Poremsky [MVP - Outlook]
>>> Author, Teach Yourself Outlook 2003 in 24 Hours
>>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>>
>>> Outlook Tips: http://www.outlook-tips.net/
>>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>>> Subscribe to Exchange Messaging Outlook newsletter:
>>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>>
>>>
>>> "Drew D" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> My appologies.
>>>>
>>>> I haven't confirmed it in 2002 yet. I assumed that 2002 used the same
>>>> location as 2000.
>>>>
>>>> Do you know where 2002 stores that info in the registry?
>>>>
>>>> "Diane Poremsky [MVP]" <(E-Mail Removed)> wrote in message
>>>> news:%(E-Mail Removed)...
>>>>> it saves it in the same location as 2002...
>>>>>
>>>>> --
>>>>> Diane Poremsky [MVP - Outlook]
>>>>> Author, Teach Yourself Outlook 2003 in 24 Hours
>>>>> Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
>>>>> Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
>>>>>
>>>>> Outlook Tips: http://www.outlook-tips.net/
>>>>> Outlook & Exchange Solutions Center: http://www.slipstick.com
>>>>> Subscribe to Exchange Messaging Outlook newsletter:
>>>>> EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>>>>>
>>>>>
>>>>> "Drew D" <(E-Mail Removed)> wrote in message
>>>>> news:(E-Mail Removed)...
>>>>>> I've written a php script that will output the .reg file needed to
>>>>>> auto
>>>>>> configure oulook 2000 and 2002, and outlook express.
>>>>>>
>>>>>> I would like to make it so that I can auto configure outlook 2003 for
>>>>>> our
>>>>>> customers as well. It doesn't appear that 2003 uses the registry to
>>>>>> store the
>>>>>> mail server information. I assume that the information is in the
>>>>>> outlook.xml
>>>>>> file in some sort of encrypted format. I'm looking for resources that
>>>>>> will
>>>>>> allow me to autoconfigure their mail client for them.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I disable outlook autoconfigure? boe Microsoft Outlook Discussion 1 7th May 2010 05:44 PM
Autoconfigure ipv4 =?Utf-8?B?YWJpYmJhcw==?= Windows Vista Networking 2 16th Jul 2007 03:56 PM
AutoConfigure MS AntiSpyware Rick May Anti-Spyware Installation 1 29th Mar 2005 11:48 PM
AutoConfigure DNS with AD? Jim Microsoft Windows 2000 Active Directory 8 1st Nov 2003 06:05 AM
Re: IP autoconfigure Keith Klenke Microsoft Windows 2000 Netware 0 22nd Aug 2003 10:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:42 AM.