Silent Install String that will enable the add ins during installfrom the P-touch download, extract the software from the download using 7zip or WinZip
(for example file name pew52001aus.exe)
Browse to the folder containing the MSI in this case c:\Temp\Brother USA\1\pew52001aus\editor52\US.
The silent (display progress of the install) string is:
elevated command prompt
msiexec.exe /i <path to msi> /qb! REBOOT=REALLYSUPPRESS ALLUSERS=1 ADEXCEL=1 ADOUTLOOK=1 ADWORD=1
Running powershell as administrator
c:\windows\system32\msiexec.exe /i <path to msi> /qb! REBOOT=REALLYSUPPRESS ALLUSERS=1 ADEXCEL=1 ADOUTLOOK=1 ADWORD=1 | Out-Null
examples
elevated command line in this case
msiexec.exe /i "c:\Temp\Brother USA\1\pew52001aus\editor52\US\ptedit52.msi" /qb! REBOOT=REALLYSUPPRESS ALLUSERS=1 ADEXCEL=1 ADOUTLOOK=1 ADWORD=1
running Powershell as an admin
c:\windows\system32\msiexec.exe /i "c:\Temp\Brother USA\1\pew52001aus\editor52\US\ptedit52.msi" /qb! REBOOT=REALLYSUPPRESS ALLUSERS=1 ADEXCEL=1 ADOUTLOOK=1 ADWORD=1 | Out-Null
this results in the add ins being enabled after the install without having to run the add in tool or requiring the end user to have admin rights to run it