WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Get Microsoft Office Version


Question:

Any way to check the SP installed, if any, for MS Office 2003. We are appliying SP3 and I need to check.

Answer:

path = RegQueryValue( @REGMACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Winword.exe[Path]' )
FProductVersion = FileVerInfo( path : 'winword.exe', '', 'ProductVersion')
See:http://support.microsoft.com/kb/821549
Article ID:   W17422
File Created: 2008:04:10:15:09:44
Last Updated: 2008:04:10:15:09:44