Have tried the following which work fine manually
Option 1
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart /quiet"
Option 2
cd C:\Windows\System32
wusa.exe /uninstall /kb:2841134 /quiet /norestart
Both rollback user to IE8 (company standard). However when I create a deployment package and set it to start in location and use the batch files above. It says installed on client machine, however after restart Ie11 is still there.
I'm wondering if I don't have the correct detection method under deployment types. Please HELP!