@hobbit666 guys im trying to use the Office 2013 deployment tool as per the link above but cant get Office suite installed. Can someone help with my configuration.xml?
note: i have created a share \database01\share and have put my Office2013 (64bit).exe (downloaded from office365) into this share and named the file 'Setup64'
see code from my config file below:
<Configuration>
<!-- <Add SourcePath="\data01\Share\Setup64.exe" OfficeClientEdition="64" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add> -->
<!-- <Updates Enabled="TRUE" UpdatePath="\data01\share" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Logging Path="%temp%" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
I then run: \data01\share\setup64 /configure \data01\share\configuration.xml - and nothing happens when i click run!
anyideas?