This document provides you the steps required to deploy Microsoft Skype to multiple computers using Endpoint Central.
Before you deploy the software application, ensure that the computers to which you deploy Skype meet the system requirements prescribed by Microsoft.
Note: The network share should have read permissions to Everyone group and should be accessible from all the computers to which you are trying to install.
To extract the downloaded package, navigate to the command prompt and run this command -
<File Path> \lyncentry.exe /extract: "<File Path>\Skype" /quiet
Note: This opens the installation tool from where you can specify the information about the license, information about the company, and change outlook profiles.
Make the following settings if you do not want computers to reboot after installation:
Your computers will not be rebooted after installation.
Alternatively you can also deploy skype by editing the config.xml file. Open the config.xml file from the extracted folder and the edit the file as given below,
<Configuration Product="LyncEntry">
<Setting Id="LYNC_STANDALONE" Value="yes" />
<Updates Enabled="FALSE"/>
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes"/>
<Setting Id="SETUP_REBOOT" Value="ReallySuppress" />
</Configuration>
Specify the Installation Command with Switches/Arguments as
Content | Custom File | Config file |
|---|---|---|
| Installation Command | "<share_path>\setup.exe" /adminfile "<share_path><msp file name>" | "<share_path>\setup.exe" /config "<share_path>\<file name>" |
| Example | "\\DC-machine1\Software\SkypeForBusiness\setup.exe" /adminfile "\\DC-machine1\Software\SkypeForBusiness\custom.msp" | "\\DC-machine1\Software\SkypeForBusiness\setup.exe" /config "\\DC-machine1\Software\SkypeForBusiness\config.xml" |
For deployment using config.xml file - "<share_path>\setup.exe" /config "<share_path>\<file name>" For example, "\\DC-machine1\Software\SkypeForBusiness\setup.exe" /config "\\DC-machine1\Software\SkypeForBusiness\config.xml"