cjkenworthy
Programmer
When adding an MSI package to a group policy object, is there anyway to add parameters to the execution of that package?
e.g. (msiexec /i) acrobat.msi /qb-!
I have developed an MSI package for adobe acrobat installation and need to execute the MSI file with some parameters to perform a silent install. I need to do this in group policy, as if I do it in a script it reverts to the user permissions (not allowing installations) - GPO uses administrative permissions to install.
At the moment the event log says that the package was applied successfully, but it does not appear to have been installed on the computer/file types not recognised.
Thanks.
e.g. (msiexec /i) acrobat.msi /qb-!
I have developed an MSI package for adobe acrobat installation and need to execute the MSI file with some parameters to perform a silent install. I need to do this in group policy, as if I do it in a script it reverts to the user permissions (not allowing installations) - GPO uses administrative permissions to install.
At the moment the event log says that the package was applied successfully, but it does not appear to have been installed on the computer/file types not recognised.
Thanks.