Hi,
I have created a Word Addin and created the MSI package to distribute it.
Using the information found in http://msdn.microsoft.com/en-us/library/cc563937.aspx ...
I have tested the Setup.exe and the Addin installs correctly.
The issue is when deploying the Addin over our network our system admin needs the file in an MSI rather than an exe. However when running the MSI a pre-requisite (VSTOR.EXE) needs to be installed first. This by default asks us to run the setup.exe (boostrapper) which installs the files.
If i can find an MSI of VSTOR.EXE (which unfortunately i can't) then we could push that out to all machines first therfore the pre-requisite would be met and the bootstrapper would not be called.
Any suggestions would be great???
Chris