Hi All,
Is there a way by which i can deploy .msp file using create Application wizard in sccm 2
Technology Tips and News
Hi All,
Is there a way by which i can deploy .msp file using create Application wizard in sccm 2
Try the syntax msiexec.exe /p <filename>.msp /qn Reboot=ReallySupress
Hi,
No you cannot use the wizard to import a .MSP file, you will have to either create an Manually specified deployment and then add a script installera and add the command line to deploy the .MSP or create a Windows Installer deployment and change the command line.
In both cases don't forget to create a detection method that actually detects that the .MSP is installed..
Regards,
Jrgen