2

I have a VSTO 2010 Office 2007 Outlook Add-In deployed from Click-Once. It works on my dev machine and on a standard user machine and fails on another. On the first time it was installed but the add-in didn't appear in Outlook. Then I removed that Add-In in the control panel and deleted the "outcmd.dat" file. When I'm trying to install a new plugin, it shows an error message:

"Microsoft.VisualStudio.Tools.Applications.Deployment.AddInAlreadyInstalledException: The customization cannot be installed because another version is currently installed and cannot be upgraded from this location. To install this version of the customization, first use Add or Remove Programs to uninstall this program: WG plugin. Then install the new customization from the following location: file:///C:/WG25.10.2012/WG plugin-php.vsto
at
Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySolutionCodebaseIsUnchanged(Uri uri, String subscriptionId, Boolean previouslyInstalled) at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn() "

Does anyone have any idea what might be causing this?

dda
  • 6,030
  • 2
  • 25
  • 34
  • 1
    http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/d7d57446-f0b2-4b9e-96b8-966218306ddd/ C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin Mage.exe -cc – Mohammad Arshad Alam Oct 25 '12 at 12:14
  • I had the same problem, and I found this article helped me fix it: [Installing Office Customization][1] [1]: http://stackoverflow.com/questions/1544210/installing-office-customization – m_collard Mar 13 '13 at 08:36

1 Answers1

0

try this link , you have a command to run in this page,just run it the problem will be fixed. command: "rundll32 dfshim CleanOnlineAppCache"

or try this link

How do I completely uninstall a ClickOnce application from my computer?

Community
  • 1
  • 1
bharath
  • 91
  • 1
  • 1