I want to push MSI installer with parameter using SCCM server. i.e.
msiexec.exe /i \"setup.msi\" INSTALLFOLDER=\"SpecifiedInstallationLocation\" CONFIGFILE=\"Fi
You can set two general types of properties on an msiexec.exe command line:
In reality there aren't all that many that can be usefully set.