Just another example of peanut butter and pepper on toast.

Posts tagged auto

MSI Silent Install – SCOM Agent

Automatically deploying things are great but sometimes applications have quirks. Hopefully, someone else with SCOM Agent issues will find this useful. Works Interactive – Fails Silently, Silently To simplify what we had originally researched as a good installer command, we had this for our interactive install; %WinDir%\System32\msiexec.exe /i \\contonso.com\dfs\install\SCOM\agent\AMD64\MOMAgent.msi  USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=CONTOSO MANAGEMENT_SERVER_DNS=omg1v.contoso.com ACTIONS_USE_COMPUTER_ACCOUNT=1 AcceptEndUserLicenseAgreement=1 This […]