We are currently planning to push Lotus Notes package through SCCM.
I have customimzed the package and created mst for it.
Now when we tried to push the package through SCCM, it is not giving any errors.
SCCM is functional. I have pushed other packages without any issues.
Can anyone give switches push the package using the .MST file?
Earlier I have opened a PMR with IBM and they have recommended the below generic switches for silent installation from SCCM and did not work.
setup.exe /s /v"TRANSFORMS=all.mst /qn
msiexec /i “Lotus Notes 8.5.2.msi” TRANSFORMS=all.mst /qn
Your help will be greatly appreciated.