deployment - Unable to install a VSTO excel 2003 AddIn -


I have developed a VSTO SE Excel 2003. It connects to Visual Studio and debugging, it works well. But when I try to install it from my own install, it never works

In short, my installation process is:

  • The right place

  • I register the adder: HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ Excel \ Addins \ Proper Value (Default, CommandLineSage, Description, FriendlyName, LoadBehavior, with Appearance)

  • I also add entries to HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ (with a UUID containing the CLSID key)

  • and HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ CLSID {XXXXXXXXXXXX-XXXXXXXX-XXXXXXXXXXXX} with InprocServer32, with ProgID (assembly name (without extension)), Programs and VersionIndependententProgID (with manifest name and path, addinloader.dll fullpath).

  • I set the FullTrust policy to the URLs of each assemblies using Caspol -m -ag "xxx" -url "MyUrl \ Assemblies.dll" (also with assembly name) "Fulltrust -name "name"

Do I miss something?

After

In the deployment machine, check whether the following are available:

  1. The currect version of the VSTO runtime

  2. Office 2003 Primary Interop Assesmblies

Regards,

Yenkay ...


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -