About Terminal Server, Citrix, Delphi and other stuff
17 Nov
I noticed that XenApp 5 Feature Pack comes with a new version of the Web Interface (5.2) (it is also available as standalone download). The parameters to install it in silent mode have changed but there’s no documentation at all on the Citrix Site:
Fortunately /? still works, so you can (from a command prompt) enter
WebInterface /?
I used this commandline to install it:
WebInterface.exe -p “%CTX_WI_PATH%” -q -v “%FULLPATH%\WebInterface-%COMPUTERNAME%.log” -l EN -c “WIDest=%CTX_WI_DEST%,WIDefaultSite=%CTX_WI_DefaultSite%,
XMLService=CXRPA01;CXRPA02;CXRPA03;CXRPA04;CXRPA05,
XMLSPort=80,XMLSProtocol=HTTP,AuthenticationPoint=
WebInterface,FarmName=%CTX_WI_FARMNAME%”
The variables like %CTX_WI_PATH% are User Tokens in my Deployment Server (I use Altiris) so this makes it easy to re-use jobs in other Environments.
Leave a reply