I want to push MSI installer with parameter using SCCM server. i.e.
msiexec.exe /i \"setup.msi\" INSTALLFOLDER=\"SpecifiedInstallationLocation\" CONFIGFILE=\"Fi
Will be better if you used MST instead of parameters. But if you can't make this, then SCCM fully support for public property. Just put whole command inside "Installation Program" You have already there part of msiexec command, be default SCCM will add "/q" for quite installation. Only be aware to focus of quotation marks if your property value has spaces.