I got from my software vendor a batch file which compile some components together based on an wxs file (wix ?) with candle and light to create an outlook add-in installer.
Unfortunately, the msi setup file created only install for the current user.
Since I want to use the result on a terminal server and it should only be installed once by the administration, I think that I have to adapt the wxs file to allow the setup file to install for all users on the terminal server, right ?
I cannot find any hints on google or such, on how to adapt it.
Thanks for your help.