![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hey all,
I've got a deployment of Office 2003 SP2 (slipstreamed) that I'm about to start. All of the Outlook settings are done by the .MST (cached exchanged mode, server name, etc). The thing is, I've got a script that I want to start when Outlook runs for the first time that contains info I can't embed in the .MST. So the question is, can I embed a call to the script somehow so that it runs the first time Outlook does? I've seen the "firstrun" & "first-run" keys in the Outlook registry, but I don't undertstand what they do. Any thoughts welcome! Rich |
Ads |
#2
|
|||
|
|||
![]()
Those registry values are used internally by Outlook to perform its own firstrun chores. You can't hook yours into it.
One technique that I've experimented with is incorporating a script like yours into a folder home page (web page associated with the Inbox or another Outlook folder) and using a login script to set the registry values (you can look them up in the Outlk11.adm file) that set the startup folder so it's the Inbox and set the FHP on the Inbox to the web page that runs the script. The script can turn off the FHP on the Inbox as part of its actions. -- 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 wrote in message ups.com... Hey all, I've got a deployment of Office 2003 SP2 (slipstreamed) that I'm about to start. All of the Outlook settings are done by the .MST (cached exchanged mode, server name, etc). The thing is, I've got a script that I want to start when Outlook runs for the first time that contains info I can't embed in the .MST. So the question is, can I embed a call to the script somehow so that it runs the first time Outlook does? I've seen the "firstrun" & "first-run" keys in the Outlook registry, but I don't undertstand what they do. Any thoughts welcome! Rich |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 "find" contacts doesn't work, just runs and runs | Tom Stanley | Outlook - Using Contacts | 1 | July 5th 06 03:56 AM |
Rule 'run a script' not running my script | [email protected] | Outlook and VBA | 3 | May 30th 06 12:09 PM |
Script error while running .Net Code | Muhammad Usman | Outlook - Using Forms | 1 | May 4th 06 12:17 PM |
Problem running a VBA script from an Outlook rule | Olivier Langlois | Outlook and VBA | 5 | March 16th 06 09:03 PM |
Problem running a VBA script from an Outlook rule | Olivier Langlois | Add-ins for Outlook | 5 | March 16th 06 09:03 PM |