Is this an MSI problem
I'm working with VS 2002 and have created an add-in that I can only
debug sometimes.
So for kicks and grins, I attempted to load the add in with a VBA macro
(in Word)
Sub Test()
Dim obj As Object
Set obj = CreateObject("Addin1.Connect")
End Sub
When I run this macro, I get the following message as the installer
runs:
The source installation package for the product Addin1Setup is out of
sync with the client package. Try the installation again using a valid
copy of the installation package 'Addin1Setup.msi'.
|