/build/static/layout/Breadcrumb_cap_w.png

Microsoft Lync 2010 client push using SCCM 2012

How can I create a simple Script to push Microsoft Lync 2010 with the following registry changes using SCCM 2012 on mixed operating Systems environment, Windows XP and Windows 7?


LyncSetup.exe /install /silent
reg add "HKEY_CURRENT_USER\Software\Microsoft\Communicator" /v FirstRunPlayed /t REG_DWORD /d 00000001 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Communicator" /v MinimizeWindowToNotificationArea /t REG_DWORD /d 00000001 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\UCAddin.UCAddin.1" /v LoadBehavior /t REG_DWORD /d 00000002 /f


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Posted by: jaybee96 11 years ago
Red Belt
2

there is an MSI ( and MSP) which you can use.. in combination with an MST you should have covered all your needs.

 

Extract the MSI or start the exe and look for the MSI in the Program Files Folder.

 

So here comes the commandline:

 

msiexec /update <namePatch.msp> /package <packagename.msi> TRANSFORMS=<transformname.mst> /qb-!

 

Posted by: rajesh007 10 years ago
White Belt
0

Hi, I found this link http://prajwaldesai.com/how-to-deploy-lync-2010-client-using-sccm-2012-r2/

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ