AaronBISSELL Posted June 12, 2014 Report post Posted June 12, 2014 We're getting ready to migrate to Office 365 from Office 2010 so I started playing around with the deployments. I found a few very helpful "How-To" guides - but all of them are having the same result. Office never actually finishes installing. So I begin by downloading Officedeploymenttool.exe and extract the contents to my network share. I run setup.exe /download /download.xml with this XML file <Configuration> <Add SourcePath="\\srvr\software\Office365" OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="VisioProRetail"> <Language ID="en-us" /> </Product> <Product ID="ProjectProRetail"> <Language ID="en-us" /> </Product> </Add> <Updates Enabled="TRUE" UpdatePath="\\srvr\software\Office365\Updates" /> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="%temp%" /> </Configuration> The file share then becomes populated as so So now when I run setup.exe /configure /install.xml with this XML file <Configuration> <Add SourcePath="\\hcnsrvr6\software\Office365" OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="VisioProRetail"> <Language ID="en-us" /> </Product> <Product ID="ProjectProRetail"> <Language ID="en-us" /> </Product> </Add> <Updates Enabled="TRUE" UpdatePath="\\hcnsrvr6\software\Office365\Updates" /> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="%temp%" /> </Configuration> The only thing that gets installed is this on the local machine At this point the installation registers as complete - and there is no office software available. I am not sure if there's another step I am missing? Every guide I read suggests that at this point I should have the suite installed... Any advice would be amazing. Thanks! Quote Share this post Link to post Share on other sites More sharing options...
AaronBISSELL Posted June 12, 2014 Report post Posted June 12, 2014 it appears that the logs for the installation are all completely empty as well Quote Share this post Link to post Share on other sites More sharing options...
AaronBISSELL Posted June 12, 2014 Report post Posted June 12, 2014 I rebooted my PC and attempted the install again and it didn't complete. I noticed that every time I attempt the install it creates a folder like below These folders each hold a Data folder with en-us in it that is completely empty Quote Share this post Link to post Share on other sites More sharing options...