Hello SCCM/scripting gurus,
I was given a task to uninstall the Skype for Business 2016, it is part of the Microsoft Office 2016 Pro Plus suite.
I modified existing MSP, made not available the skype for business component -> saved as new Uninstall_Skype_for_Business_2016.msp -> Created ConfigMgr Package -> created a program -> command line parmaters are.. msiexec /p Uninstall_Skype_for_Business_2016.msp -> deployed and monitored on couple of test pc's !
software center says it ran sucessfully but skype for business 2016 still exists :(
i've ensured the Package path is pointing to the folder where .msp file located, also ensured command line is msiexec /p Uninstall_Skype_for_Business_2016.msp I have no luck in running the msp sucessfully to uninstall.
so i tried plan B, created batch file with folloing command:
@echo off
echo uninstall skype for business 2016
"%~dp0edited_proplus_R09.MSP"
this didn't work either. It says sucessfully ran in software center but app still not uninstalled from the computer. please help what am i missing here.
thank you in advance
isaac