cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Matteo_Carelli
Engaged Sweeper
Hi and thanks to everyone reading.
I am currently tasked to deploy an installation of a Office 2013 tool called "PhisAlert", which should help people flag emails recieved as Spam.
The installer is a simple MSI, so it is easy, but the product requires a key, and asks for it during the first step of the installation process, and by default also installs only for current user and not for all users, which is not what we want since Domain Users are not machine adiministrators, and the installation is deployed via Service Account.

For Office installations I used OCT to make a MSP file recording the installation details, is there a way to do the same thing with other MSI installation files, like this one?

Thx to all
Matteo
1 ACCEPTED SOLUTION
brandon_jones
Champion Sweeper III
I did a Google search on the PhishAlert plugin and it says to use this command:

msiexec /quiet /i PhishAlert.msi LicenseKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ALLUSERS=1

View solution in original post

2 REPLIES 2
CyberCitizen
Honored Sweeper
MSI Files can use MST Transform files this is where you can right the info into the file vs running it all on one long ass command line.

Check out InstEd.
brandon_jones
Champion Sweeper III
I did a Google search on the PhishAlert plugin and it says to use this command:

msiexec /quiet /i PhishAlert.msi LicenseKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ALLUSERS=1