Excel 2010 Component Id

G

gurry

Hi,

We have an Excel plug-in written back in the day for Excel 2000. Now
we're trying to port it to Excel 2010. So we need to add an Excel 2010
pre-requisite in its installer's Launch Conditions.

For this we must have the component id of Excel 2010 installation.
However, I can't find that anywhere on the Internet. Could someone
please point me to the right location?

I did come across Excel 2010 PIA's component ID. But to add a pre-
requisite for the PIA wouldn't work for me. That's because, being as
old as it is, our plug-in's code doesn't use any PIA's (it lets Visual
Studio create all the Interops).

Also, the component ID's for previous Office versions are easily
found:

http://support.microsoft.com/kb/234788

Why has this changed for Office 2010? Am I missing something?

Thanks in advance.
 
K

k s

I've wasted a lot of time to find it so the only
that finally helped is MsiSpy from MSI SDK package.

So the Excel 2010 ComponentId is {538F6C89-2AD5-4006-8154-C6670774E980}.

You can find the others by choosing Installed products.. menu item in Msi Spy.

Just expand the root and go to your version of Office 2010 node, then navigate to Global_Excel_Core item.
You can find other comp id's by this example.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top