I've got a packaged MSI from a vendor that has the ability to install without needing to enter in some of the options. To do this an inf file needs to be called but the issue is this is done via msiexec....for example

msiexec.exe /qn /i c:\mypath\software.msi NM_OPTIONS="c:\mypath\options.inf" EQSI="1"

Is there any way to publish the software into the add/remove programs with the above command. And as I understand you cannot call an MSI within an MSI. So am I screwed here?