After installing Lync 2013 client using methodClick-to-Run "Deploy Office 365 ProPlus from an on-premises location",downloaded Office source is on local hard drive with the"config.xml" shown below.
I'm getting "Choose your Product" prompt after signing-in. We have Office 365 Enterprise E3 plan and we just wanted to upgrade Lync 2010 to Lync 2013 (not the Basic).
<Configuration>
<Add SourcePath="E:\Temp" OfficeClientEdition="32" >
<Product ID="LyncRetail">
<Language ID="en-us" />
</Product>
<!-- <Product ID="VisioProRetail">
<Language ID="en-us" />
</Product> -->
</Add>
<Display Level="NONE" AcceptEULA="TRUE" />
<Logging Name="OfficeSetup.txt" Path="E:\Temp" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
Though Lync will continue to work when you close the window. I need to deploy the full 2013 client to several machines locally.
Thanks.