Issue: MSI was not getting installed silently with /qb and /qn options.
Issue Description: Extracted MSI was not getting installed silently with /qb option. Installation was going fine if we performed UI installation. But silently it will install halfway, after that it was throwing error :failed to install packages.
If we press “OK” the installation will rollback the process.
Resolution: We passed the COMPANYFOLDER property through command line in order to execute the MSI Silently
(There was a related custom action to that property with the name InstallPackages from where we got this Parameter).
Comments