Silent install
When updating the software, it is recommended to remove the previous version. Please follow the following instructions for this.
When a silent install needs to be performed, i.e., an installation without user interaction, the following script can be used.
msiexec /i "[name of msi]" /quiet /qn SHAREDIR="c:\[path to Sharedfolder]" CONTENTDIR="c:\[path to Contentfolder]" INSTALLEXCEL="Never" INSTALLPOWERPOINT="Never" INSTALLOUTLOOK="Never"
In this example, the add-in is only installed in Word, and not Excel, PowerPoint, and Outlook.