SCCM - Installing Citrix Web Client
1.) Import Citrix Receiver Web into SCCM.
2.) Add install switches /silent /ALLOWADDSTORE=N SELFSERVICEMODE=false
4.) Create a registry file which will disable the add account pop up when first installed
5.) Command to add into Task Sequence is - CMD /C regedit.exe /s "\\FILELOCATION.reg"
6.) Contents of registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix]
"EnableFTU"=dword:00000000
Comments
Post a Comment