I created a Click to Run deployment of Office 2013 (O365 ProPlus) last summer Recent I just created another one, but with the newest ODT and Office 2016 The installations work, but I'm having issues with creating an uninstall for both of them.
I have a Configuration.xml And a Download xml. And now I tried making a uninstall.xml
So I made this application available to a collection, hit install and it went right on But when I hit 'Uninstall' it starts downloading the entire thing (which I don't want of course) and then it just hangs times out at some point and fails.
I realise I need to start sorting out logs etc. but so many SCCM people must have made these uninstalls for Office 2013 and Office 2016. I figured one of you could tell me whats wrong right away.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I created a Click to Run deployment of Office 2013 (O365 ProPlus) last summer
Recent I just created another one, but with the newest ODT and Office 2016
The installations work, but I'm having issues with creating an uninstall for both of them.
I have a Configuration.xml
And a Download xml.
And now I tried making a uninstall.xml
Uninstall.xml
<configuration>
<Remove>
<Display Level="None" AcceptEULA=True />
<Product ID="O365ProPlusRetail">
<Language ID="da-dk" />
</Product>
</remove>
</configuration>
Deployment type:
Install program: setup.exe /configure configuration.xml
Uninstall program: setup.exe /configure uninstall.xml
So I made this application available to a collection, hit install and it went right on
But when I hit 'Uninstall' it starts downloading the entire thing (which I don't want of course) and then it just hangs
times out at some point and fails.
I realise I need to start sorting out logs etc. but so many SCCM people must have made these uninstalls for Office 2013 and Office 2016.
I figured one of you could tell me whats wrong right away.
Share this post
Link to post
Share on other sites