Silent installation of Citrix Reciever 14.0.0.91
Using citrixreciever.exe /silent the product installs but then asks for an account dialog box.... anyone find a way to supress that?
Answers (4)
Does the Receiver 13 notes in the Deployment Tips section of this site help?
http://www.itninja.com/software/citrix/receiver-enterprise/13-277
Note sure what your account pop-up is, but it looks like you could specify the details on the command line.
Dunnpy
My Installation (Citrix Receiber Vers 14.1) with Domain Passtrough and no questions for a Konto:
Step 1: Installation
CitrixReceiver.exe /silent /includeSSON /ALLOWADDSTORE=N /ENABLE_SSON=yes STORE0="AppStore;https://YourServer.domain.net/Citrix/Store/discovery;on;HR App Store"
Step 2: Passtrough
You need some registry entries:
'HKEY_LOCAL_MACHINE' 'SOFTWARE\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Logon\Local Credentials' 'SSOnUserSetting' 'true,false' 'REG_SZ'
'HKEY_LOCAL_MACHINE' 'SOFTWARE\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Logon\Local Credentials' 'EnableSSOnThruICAFile' 'true' 'REG_SZ'
'HKEY_LOCAL_MACHINE' 'SOFTWARE\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Logon\Local Credentials' 'UseLocalUserAndPassword' 'true,false' 'REG_SZ'
'HKEY_LOCAL_MACHINE' 'SOFTWARE\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Logon\Local Credentials' 'LegacyLocalUserNameAndPassword' 'true' 'REG_SZ'
'HKEY_LOCAL_MACHINE' 'SOFTWARE\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Logon\Local Credentials' 'SSOnCredentialType' 'Any,NT,NDS' 'REG_SZ'
'HKEY_LOCAL_MACHINE' 'SOFTWARE\Policies\Citrix\ICA Client\SSON' 'Enable' 'true' 'REG_SZ'
Step 4: Disable ask for a konto
Register32 'HKEY_Current_User' 'SOFTWARE\Citrix\Receiver' 'EnableFTU' '0' 'REG_DWORD'
Step 5: You have to add your Storefront Server (Citrix Server) on the Clients Intenet Explorer "Local Intranet Zone". I have done it with GPO.
Step 6:I will have the Citrix Application on the startmenue Folder Citrix-Applications:
Register32 'HKEY_LOCAL_MACHINE' 'SOFTWARE\Citrix\Dazzle' 'StartMenuDir' '\Citrix-Applications\' 'REG_SZ'
Thats it!
Uninstall Silent:
CitrixReceiver.exe /uninstall /silent
I have also deletet this Key ( I had some Problems to install citrix again, maybe for the future new version)
HKey_LOCAL_MACHINE' 'Software\Microsoft\Windows\CurrentVersion\Uninstall\CitrixOnlinePluginPackWeb
Comments:
-
For the uninstall I use C:\programdata\citrix\citrixreceiver\trolleyexpress.exe /uninstall /silent /cleanup I use this because trolleyexpress is already on the machine after install and the cleanup command will help to remove all of the components, directories and registry entries created by the installer. - titusr 10 years ago