Installing Office Customization

calendar_today Asked Oct 9, 2009
thumb_up 31 upvotes
history Updated April 16, 2026

Question posted 2009 · +21 upvotes

Name: From: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto

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: TestUpdatedVersion. Then install the new customization from the following location: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto

********** Exception Text ********** 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: TestUpdatedVersion. Then install the new customization from the following location: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySolutionCodebaseIsUnchanged(Uri uri, String subscriptionId, Boolean previouslyInstalled) at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()

Accepted answer +31 upvotes

You can try to delete a registry key located at:

HKEY_CURRENT_USERSoftwareMicrosoftVSTASolutions{GUID}

The value of {GUID} will be different on your environment.

Check to ensure that you’re deleting the right key. Confirm by checking the DWORD “Url” value at the key.

Restart Excel and you should be good to go.

Top ms-office Q&A (6)

+31 upvotes ranks this answer #2 out of 14 ms-office solutions on this site — top 14%.