Jump to content


Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2020 in Posts

  1. Yeh whilst an option i just decided to go the destroy way so we have packages to remove all the unneeded software and as mentioned above modified the office install to attempt to remove office whilst also supressing error codes. PSAPPDEPLOY code is Execute-Process -Path "$dirFiles\setup.exe" -Parameters "/CONFIGURE remove.xml" -ContinueOnError $true -IgnoreExitCodes '*' and remove xml is below - not sure i need the remove all true whilst also calling out products but the reality sometimes doesnt match the documentation with Microsoft <?xml version="1.0"?> -<Configuration> <Display AcceptEULA="True" Level="None"/> <Property Value="TRUE" Name="FORCEAPPSHUTDOWN"/> -<Remove All="TRUE"> -<Product ID="O365ProPlusRetail"> <Language ID="en-us"/> </Product> -<Product ID="VisioProRetail"> <Language ID="en-us"/> </Product> -<Product ID="ProjectProRetail"> <Language ID="en-us"/> </Product> </Remove> </Configuration>
    1 point
×
×
  • Create New...

Important Information

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.