1

Where is the Registry key for Office 2010 PIA?

For 2003/2007, I googled, and found: Office 2003 PIA:

RegKeyExists(HKLM, 'Software\Classes\Installer\Features\9040941900063D11C8EF10054038389C')

Office 2007 PIA:

RegKeyExists(HKLM, 'Software\Classes\Installer\Features\00002105501100000000000000F01FEC')

Thanks.

Peter Lee
  • 12,931
  • 11
  • 73
  • 100
  • I just searched the Registry Table, and I found this key: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\00004109501100000000000000F01FEC. I'm not sure if it's true. I just cannot find any official document from Microsoft. – Peter Lee Feb 07 '11 at 04:24

1 Answers1

0

I tested, and the key HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\00004109501100000000000000F01FEC makes sense.

Peter Lee
  • 12,931
  • 11
  • 73
  • 100