Forum Discussion
UmeshVangapalli
Mar 28, 2023Copper Contributor
Powershell Script when installing MSI and MSP together
Hi, I'm doing an Intune packaging where I have below PowerShell Script when installing MSI and MSP together, however, it installs only msi wondering if something is wrong why MSP is not installing. ...
LainRobertson
Apr 01, 2023Silver Contributor
You cannot install an MSI and an MSP together. When installing an MSI, only a transform (MST) can be used as part of the installation.
An MSP is designed to be run separately after the installation, or against the administrative installation - if one is being used (which is a special type of installation beyond the scope of the question you've asked.)
If you provide the parameters for an MSI installation as well as a patch (/update), the patch will simply be ignored.
Cheers,
Lain