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. ...
Mar 28, 2023
What do the logfiles tell you in c:\temp? Perhaps adding a start-transcript c:\temp\install.log at the start and stop-transcript at the end will tell you more?