/build/static/layout/Breadcrumb_cap_w.png

Installing Citrix Receiver 3.4.0 / ICA-Client v 13.4 CitrixReceiverEnterprise.exe command-line

Hi, I'm havaing a strang issue when installing CitrixReceiverEnterprise.exe using commad-ine parameters via GPO -> Startup batchfile. After I run the installation through Startup scritp via GPO I only find the receiver installed and NOT the rest of the components package. I use the following installation line:

start /wait CitrixReceiverEnterprise.exe /silent /includeSSON ADDLOCAL="ReceiverInside,ICA_Client,SSON,PN_Agent,USB,DesktopViewer,Flash,Vd3d" SERVER_LOCATION="http://myserver/xconfig.xml" ENABLE_SSON="Yes" ENABLE_DYNAMIC_CLIENT_NAME="Yes" /noreboot

Only the receiver is installed during pc Startup by the GPO! BUT when I run this cmd manually then everything is installed fine (151 items are installed with all components). What a I doing wrong? Can somebody help please? THANKS!


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Posted by: SMal.tmcc 10 years ago
Red Belt
1

It could be the same problem I ran into using start /wait in a script with double quotes.

You can test this by creating a batch file and use the start /wait statement and put a pause in the next line to keep the cmd windows open.  You will see it is passing only part of the command due to the double quotes

I had to place qoutes around the entire command.  I resovled it by placing """ " in front of the command and " at the end.  Found that fix here:

http://stackoverflow.com/questions/154075/using-the-dos-start-command-with-parameters-passed-to-the-started-program

this line fails:

start /wait "C:\Program Files\Dell\KACE\runkbot" 4 0

this one works:

start /wait "" "C:\Program Files\Dell\KACE\runkbot" 4 0"

Posted by: bouwer 10 years ago
Senior Yellow Belt
0
I decided to extract CitrixReceiverEnterprise.exe and use the msi files inside one by one through a batch file. And it's worlking fine. THANKS ALL! Greetings!
 
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