Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is all done in the Registry, you should be able to find the key in <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel</code> or your equivelant application. I've more experience with COM Addins which are registered somewhere else in the Registry as well. This key should have a LoadBehaviour item under it which is used to determine how the application is loaded (2 is load manually, 3 is load automatically on startup).</p> <p>Do you have a Setup Project for your VSTO? Inside there you can see the Registry key that is set, but the Setup program will/should also Register the VSTO in GAC (though don't take my word for it as I'm a bit shakey with VSTO as I said).</p> <p>Hope this helps, I shall try and find some more information for you.</p> <p>Edit You should try reading the following <a href="http://msdn.microsoft.com/en-us/library/bb386298.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/bb386298.aspx</a> which will give you an explanation of what the addin is. It's really just a wrapper around a COM host which is loaded from the Registry and the VSTO talks to that using some Interoparability code.</p> <p>Also useful are <a href="http://msdn.microsoft.com/en-us/library/23cw517s.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/23cw517s.aspx</a> (Getting Started with Visual Studio Tools for Office, don't knock it because it says Getting Started in, there's a lot of useful info in there) and <a href="http://msdn.microsoft.com/en-us/library/hy7c6z9k.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/hy7c6z9k.aspx</a> (Which is linked from the first and is an overview of VSTO Addins).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload