
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2021 03:11 PM
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
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
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2021 04:21 PM
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
msiexec /quiet /i PhishAlert.msi LicenseKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ALLUSERS=1
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2021 09:42 AM
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.
Check out InstEd.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2021 04:21 PM
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
msiexec /quiet /i PhishAlert.msi LicenseKey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ALLUSERS=1
