Our current environment has its imaging of new computers done via MECM (SCCM), and once that’s completed all updates/application management is done via BigFix. I was hoping someone has experience with a similar setup, as I’ve been having a lot of trouble getting the BigFix agent to install correctly via the Task Sequence that is used to image computers and install our software baseline. All other software in our baseline installs just fine, however the BigFix agent continues to fail whether it’s an .exe deployment or .msi.
The installation line I’ve been trying to get work is currently:
msiexec /i “BigFixAgent.msi” TRANSFORMS=“masthead.afxm” REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn
I’ve confirmed that our masthead file is in the same directory as the installation .msi, and that its name matches what I have in the above code. Any advice is appreciated!