Hello
I create a stand MSI file from a Deployment project associated to my
addin. The installs for all users - the MSI file is invoked via
msiexec with ALLUSERS=1.
The registry keyes defined are:
HKLM\Software\Microsoft\VisualStudio\7.1\AddIns\VisualPlugin.Connect
HKCU\Software\Microsoft\VisualStudio\7.1\AddIns\VisualPlugin.Connect
This all works well. I can install the software as administrator and
the login as another user. When they start Visual studio the setup for
the addin is invoked and again all works well.
I now uninstall the addin as administrator (msiexec /X add.msi
ALLUSERS=1). This works well for the administrator - when Visual
Studio is restarted the addin is gone and no error messages are
displayed. The registry keys added above are removed and the addin
files have been removed. However when I start visual studio as the
other user I get a Class Not Registered error 80040154. The addin
registry key for the Current User was still present. Does anyone know
if it is possibility to prevent this error message being displayed?
Thanks
Ian