The goal is to create an automated uninstall for Office 365 Click-to-Run
Apart from the manual steps, is it possible to automatically deploy the Fixit (O15CTRRemove.diagcab) with SCCM 2012 without user interaction?
The command line I've been using is the following:
MSDT.exe /Cab .\O15CTRRemove.diagcab /moreoptions false
The program runs, but keeps running and nothing is happening..
In the background, the process is probably waiting for user input, but since the notifications are suppressed it will run forever (to fail eventually)
I've read about the possibility to use a XML-file, with the /af -switch, but on the website no example is given.
http://technet.microsoft.com/en-us/library/ee424379.aspx
It is my first time trying to deploy a .diagcab and a little help would be appreciated.
Thanks