PC Review


Reply
Thread Tools Rate Thread

Check for Compatibility Pack

 
 
Reinhard Thomann
Guest
Posts: n/a
 
      10th Apr 2009
Hi,
how to check with VBA whether Office 2007 Compatibility Pack is installed on
computer?

TIA
Reinhard

 
Reply With Quote
 
 
 
 
Reinhard Thomann
Guest
Posts: n/a
 
      11th Apr 2009
Hi Steve,

good solution. Many thanks for your help.

Regards
Reinhard

"Steve Yandl" <syandl_nospam_@comcast.net> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> Here is one possible approach.
>
> '--------------------------------------
>
> Sub CheckForCompatabilityPack()
>
> Const HKEY_LOCAL_MACHINE = &H80000002
>
> Dim packInstalled As Boolean
>
> strComputer = "."
> packInstalled = False
>
> Set objReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _
> strComputer & "\root\default:StdRegProv")
>
> strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
> objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
>
> For Each Subkey In arrSubKeys
> If Subkey = "{90120000-0020-0409-0000-0000000FF1CE}" Then
> packInstalled = True
> End If
> Next
>
> If packInstalled Then
> MsgBox "Compatability Pack for Office 2007 installed"
> End If
>
> Set objReg = Nothing
>
> End Sub
>
>
> '-------------------------------------
>
> Steve Yandl
>
>
>
> "Reinhard Thomann" <(E-Mail Removed)> wrote in message
> news:e%(E-Mail Removed)...
>> Hi,
>> how to check with VBA whether Office 2007 Compatibility Pack is installed
>> on computer?
>>
>> TIA
>> Reinhard

>
>


 
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
Unable to install Microsoft Office Compatibility Pack Service Pack Lim Windows Vista Mail 3 17th Nov 2009 05:38 PM
Compatibility Pack with sp1 CJ81 Microsoft Powerpoint 1 12th May 2008 08:16 PM
compatibility pack lyndsmar Microsoft Word Document Management 0 24th Feb 2008 04:14 PM
Compatibility pack =?Utf-8?B?YnJpMjA1?= Microsoft Word Document Management 3 22nd Oct 2007 01:32 AM
Creativity Fun Pack Compatibility =?Utf-8?B?UGVnZ3k=?= Windows Vista Performance 1 12th Oct 2007 06:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:48 PM.