Relevance for the targeting the Office 2007 Compatibility pack

(imported topic written by amylyerly91)

Has anyone written any relevance to target machines with/without the Office 2007 Compatibility pack? I need to target these machines for a roll out rather quickly and I’m not sure how to do this. If anyone would be willing to share their code, it would be greatly appreciated.

(imported comment written by SystemAdmin)

We used the following:

(name of operating system = “WinXP”) AND (not exists key “Software\Microsoft\Office\12.0\MOC” of key “HKEY_LOCAL_MACHINE” of registry)

Looking at that now I see we could have coded a cleaner statement. I’ll also admit we have no specific knowledge of what this registry entry is “really” for but we compared before/after installations and this one held water for ~ thousand computers it was installed on.

Your milage may vary.

(imported comment written by amylyerly91)

I am testing it out. Thank you so much!