I successfully downloaded the Office 365 ProPlus files and put them on a local installation source using the following file:
Configuration.xml
Configuration>
<Add SourcePath="\\LON-SVR1\O365Deploy\" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
I ran setup.exe /download and the Office/Data folder hierarchy was created successfully.
Then I created an Install .xml file as follows:
InstallConfiguration.xml
<Configuration>
<Add SourcePath="\\LON-SVR1\O365Deploy\" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
I went to another computer and mapped a drive to the LON-SVR1\O365Deploy share and ran the following:
setup.exe /configure \\lon-svr1\O365Deploy\InstallConfiguration.xml.
Very happily, the Office 365 ProPlus and Visio 2013 were installed.
So after this, I decided to use the ODT to remove Visio. I created an .xml file with the following text:
RemoveVisio.xml
<Configuration>
<Remove>
<Product ID="VisioProRetail" >
</Product>
</Remove>
<Logging Name="OfficeRemoval.log" Path="C:\Logs" />
</Configuration>
Then, from the computer I had installed everything on earlier, ran the following:
setup.exe /configure \\lon-svr1\O365Deploy\RemoveVisio.xml
This immediately gives me the following error:
![]()
And my error log reads as follows:
Timestamp Process TID Area Category EventID Level Message Correlation
07/15/2014 16:08:01.582 SETUP (0xd98) 0xed4 Click-To-Run aoh84 Medium AdminConfigure::HandleStateAction: Configuring an uninstall scenario.
07/15/2014 16:08:01.582 SETUP (0xd98) 0xed4 Click-To-Run aqxhv Medium TryConfigureClient::HandleStateAction: Platform to be removed: x86
07/15/2014 16:08:01.582 SETUP (0xd98) 0xed4 Click-To-Run aplk9 Medium TryConfigureClient::HandleStateAction: removing:
07/15/2014 16:08:01.582 SETUP (0xd98) 0xed4 Click-To-Run aoh9t Medium TryLaunchClient::HandleStateAction: Launching OfficeClickToRun.exe with parameters: scenario=install cdnbaseurl="http://officecdn.microsoft.com/pr/39168D7E-077B-48E7-872C-B232C3E72675"
productreleaseid="none" culture="en-us" baseurl="X:" lcid="1033" platform="x86" updatesenabled="True" version="15.0.4631.1001" productstoremove="VisioProRetail_x-none"
07/15/2014 16:08:01.614 SETUP (0xd98) 0xed4 Click-To-Run apx75 Monitorable TryLaunchClient::HandleStateAction: C2R Client returned failing error code 17001
07/15/2014 16:08:01.614 SETUP (0xd98) 0xed4 Click-To-Run apx76 Monitorable TryHandleClientError::HandleStateAction: ProcessPool Initialization error. Showing Error UI.
07/15/2014 16:08:01.614 SETUP (0xd98) 0xed4 Click-To-Run aoh9f Medium BootStateMachine::ShowFailureUI: Showing failure UI.
07/15/2014 16:08:03.956 SETUP (0xd98) 0xed4 Click-To-Run aoh72 Medium ExitBootStateMachine::HandleStateAction: Bootstrapper workflow exiting with result: 0x0
07/15/2014 16:08:03.956 SETUP (0xd98) 0xed4 Click-To-Run aoh9z Medium AdminBootstrapper::Main: Installation came back with 17001.
07/15/2014 16:08:03.956 SETUP (0xd98) 0xed4 Logging Liblet aqc99 Medium Logging liblet uninitializing.
Any help is much appreciated. Sorry about the length of this question.
Dave Franklyn, Auburn University
Learn it, earn it, do it!