Andrew Wiles
2009-08-19 15:37:03 UTC
I am trying to create a standard install package for an Excel 2007 VSTO addin
built in Visual Studio 2009 - I do not want to use ClickOnce.
I am registering the addin in
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\<MyAddinName> withe
registry entries for CommandLineSafe, Description, FriendlyName, LoadBehavior
and Manifest
I am deploying the manifest created by Visual Studio as part of the build
process (this is not part of the primary output for the project) but when the
addin attempts to load I get an error saying that the manifest is invalid.
Am I using the correct manifest or do I have to create a different one??
built in Visual Studio 2009 - I do not want to use ClickOnce.
I am registering the addin in
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\<MyAddinName> withe
registry entries for CommandLineSafe, Description, FriendlyName, LoadBehavior
and Manifest
I am deploying the manifest created by Visual Studio as part of the build
process (this is not part of the primary output for the project) but when the
addin attempts to load I get an error saying that the manifest is invalid.
Am I using the correct manifest or do I have to create a different one??