Im using following command to install the setup kit on the user's machine using admin account but it seems to be installing for just admin account rather than other's user accounts.
Following is the command that I use.
msiexec /m "Test(Outlook 2016).msi"
How can I change the command so that it will install for all users?
msiexec /m "Test(Outlook 2016).msi"
You could do something like this
msiexec /i <PATH> ALLUSERS=1 /qn
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With