Greetings everyone,
I'm posting this thread because I'm not able to find any answer on Technet or even forums about my issue.
I'm currently working on automating Office 2013 (from Office 365) installation on computers for a small organisation.
My final goal is to automate the whole installation with MDT 2012U1 but that's not the concern right now.
I read all the documentation from microsoft on How to deploy Office 365 Click to run but I'm not able to deploy it from a Network share. (http://technet.microsoft.com/en-us/library/jj219422.aspx)
So far I've download the little package that we need to use to download and store the installation and I was able to download it and store it on my networkshare. However, when I try to use the switch "/configure", I'm always receiving a promp from "Something wen't wrong" with no clue about the issue. I've manage to open the logfile with Trace32 and there is still no clue about the problem.
If I try to install it the same way but specifying a Local share, it works well. I already tried several things
1st of all: I tried to make the install from 3 different share from 3 different computer, just to be sure
2nd: I also tried to put a mapped drive for the installation sources as well an UNC path
3rd: I've manage to build clean Vanilla Windows 7 or Windows 8 to make my test.
Nothing has worked so far. I'm just trying to figure why it doesn't work and why nobody ran into an error like mine.
Here's an exemple of the "configuration.xml" file
<Configuration><Add SourcePath="\\hocmdt01\Office2k13" OfficeClientEdition="32" ><Product ID="O365ProPlusRetail"><Language ID="en-us" /></Product></Add><!-- <Updates Enabled="TRUE" UpdatePath="\\Server\Share\Office\" /> --><Display Level="None" AcceptEULA="TRUE" /> <Logging Name="OfficeSetup.txt" Path="%temp%" /> <!-- <Property Name="AUTOACTIVATE" Value="1" /> --></Configuration>
Anybody got suggestion or ran into a similar issue?
Thank you