Login | |
|
 |
RE: script to check the version of outlook. - 3/23/2006 1:08:03 AM
|
|
 |
|
| |
mbouchard
Posts: 1922
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
What version of Outlook? XP, 2003, 2000? For Outlook 2003, RTM - 11.0.5510.0 SP1 - 11.0.6353.0 SP2 - 11.0.7969.0 For Outlook XP (2002) RTM - 10.0.2627.1 SP1 - 10.0.3416.0 SP2 - 10.0.4024.0 SP3 - 10.0.6626.0 These were found on MS's site, do a search at support.microsoft.com for "How to check the Version of Office"
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/23/2006 11:33:41 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
" i got one script but i dont know whats the error can anyone help please" Are you getting an error message? If so, what is it? WHat line does it occur on? Does the script do something other than you expected? What did you expect that it did not do? What did it do that you did not expect?
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/23/2006 1:55:06 PM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
Are you getting an error message? If so, what is it? WHat line does it occur on? Does the script do something other than you expected? What did you expect that it did not do? What did it do that you did not expect?
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/26/2006 12:04:22 PM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
You know, if you won't answer our questions, it makes it really hard to help you: " Are you getting an error message? If so, what is it? WHat line does it occur on? Does the script do something other than you expected? What did you expect that it did not do? What did it do that you did not expect?"
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/26/2006 12:22:10 PM
|
|
 |
|
| |
Cybex
Posts: 412
Score: 0
Joined: 9/14/2005
From: Florida
Status: offline
|
Sorry EBGreen I think I distracted him. I guess he can’t multitask or he got tunnel vision. Cybex
_____________________________
Common sense is not so common.
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/26/2006 12:50:32 PM
|
|
 |
|
| |
Cybex
Posts: 412
Score: 0
Joined: 9/14/2005
From: Florida
Status: offline
|
If you already know that you are running Outlook 2000 then you can stop wasting your time on the script you are having the errors with. All it does is tries to read the registry and determine the version of office products you are running. It does not try to find out the Service Pack you are running. I do not have Outlook 2000 or the time to load it. If you go to a machine that has SP3 does it show up in the add remove programs? If so, start there and write a script that looks at the installed apps for Outlook SP3. If not found then write the machine name back to a file or something. Cybex
< Message edited by Cybex -- 3/26/2006 12:52:16 PM >
_____________________________
Common sense is not so common.
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/26/2006 1:08:17 PM
|
|
 |
|
| |
Cybex
Posts: 412
Score: 0
Joined: 9/14/2005
From: Florida
Status: offline
|
Don't go trying to put the cart in front of the horse... Slow deep breaths, we'll get there... In keeping with what mbouchard said... Microsoft Outlook 2000 = Version #: 9.0.0.2711 Microsoft Outlook 2000 SP-1 = Version #: 9.0.0.3821 Microsoft Outlook 2000 SP-2 = Version #: 9.0.0.4527 Microsoft Outlook 2000 SP-3 = Version #: 9.0.0.6627 So look around and see where Outlook 2000 stores the version number. If you know a system has SP3 search the registry for the SP3 version number. Also check installed apps and see if it is present there. This will tell us how we need to script our validation portition of the script. Cybex
< Message edited by Cybex -- 3/26/2006 1:10:20 PM >
_____________________________
Common sense is not so common.
|
|
| |
|
|
|
 |
RE: script to check the version of outlook. - 3/26/2006 3:29:00 PM
|
|
 |
|
| |
Cybex
Posts: 412
Score: 0
Joined: 9/14/2005
From: Florida
Status: offline
|
That poped up in your registry because you previously did a Start, Search for Files or Folders for that string. Read an article on it... http://www.jsifaq.com/subH/tip3800/rh3836.htm Keep looking. Cybex
_____________________________
Common sense is not so common.
|
|
| |
|
|
|
|
|