We had Lync 2010 in the cloud but now we want to go to 2013 on premise but we have some difficulties to deploy the Lync 2013 basic client.
The script I launch
@echo off
SET THISDIR=%~dp0
:: ****Install for 32 BIT****
:: First kill Communicator process (Lync 2010)
taskkill /im communicator.exe /f
:: Actual Lync install
REM %THISDIR%setup.exe
%THISDIR%setup.exe /adminfile %THISDIR%\updates\custom.MSP
:: Remove Live Meeting with the command
REM MsiExec.exe /X{A98AFBC7-D5A7-46A1-8795-EABE2F55A7D6} /qn REBOOT=ReallySuppress
:: Remove OCS 2007 with the command
REM MsiExec.exe /X{E5BA0430-919F-46DD-B656-0796F8A5ADFF} /qn REBOOT=ReallySuppress
:: Remove Lync 2010
if exist "C:\Program Files\Microsoft Lync\communicator.exe" %systemroot%\system32\MsiExec.exe /X{81BE0B17-563B-45D4-B198-5721E6C665CD} /qn
:: Remove Microsoft Online Services Sign-in Assistant 7.250.4303.0 x86
if exist "C:\Program Files\Common Files\microsoft shared\Microsoft Online Services" %systemroot%\system32\MsiExec.exe /X{C89AD07D-CAA0-4BF2-A2E8-A851B71FD698} /qn REBOOT=ReallySuppress
:: RemoveOutlook Plugin using the command
REM MsiExec.exe /X{1DE3088D-E607-4EB0-9223-106E7B5AF2F1} /qn REBOOT=ReallySuppress
Thiss doesn't work. I connect to the machine and look for Lync 2013 and I only see the Lync 2010 that is still installed. I did the opposite, uninstall 2010 and then install 2013 but didn't work either.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
We had Lync 2010 in the cloud but now we want to go to 2013 on premise but we have some difficulties to deploy the Lync 2013 basic client.
The script I launch
Thiss doesn't work. I connect to the machine and look for Lync 2013 and I only see the Lync 2010 that is still installed. I did the opposite, uninstall 2010 and then install 2013 but didn't work either.
Share this post
Link to post
Share on other sites