I created the Word Addin and created the MSI package to distribute it.
Using the information found at http://msdn.microsoft.com/en-us/library/cc563937.aspx ...
I tested Setup.exe and Addin installed correctly.
The problem is deploying Addin over our network. The system administrator needs the file in MSI, not exe. However, when starting MSI, you must first install a preliminary request (VSTOR.EXE). This, by default, asks us to run setup.exe (boostrapper), which installs the files.
If I can find MSI VSTOR.EXE (unfortunately I can’t), then we could push this to all the machines first before the premise is satisfied and the bootloader is not called.
Any suggestions would be good ???
Chris
Chris source
share