默认情况下,当用户通过运行 Windows 或 Mac OS X 的计算机访问 Receiver for Web 站点时,此站点将尝试确定用户设备上是否已安装 Citrix Receiver。citrix receiver 安装 如果检测不到 Citrix Receiver,系统将提示用户通过 Citrix Web 站点下载并安装适合其平台的 Citrix Receiver。citrix receiver 安装
升级步骤:
1.复制安装文件
2.运行windows powershell 脚本文件命令,以使用 Citrix Receiver 安装文件名更新 StoreFront
3.修改web.config,以使旧版本的客户端升级到当前版本
升级过程:
将 Receiver for Windows 和 Receiver for Mac 安装文件分别复制到 StoreFront C:\Program Files\Citrix\Receiver StoreFront\\Receiver Clients\Windows\和\Receiver Clients\Mac\目录
管理员运行 windows powershell
& "installationlocation\Scripts\UpdateWindowsReceiverLocation.ps1" -ClientLocation "Windows\filename.exe" & "installationlocation\Scripts\UpdateMacOSReceiverLocation.ps1" -ClientLocation "Mac\filename.dmg"
installationlocation是 StoreFront 的安装目录,通常为 C:\Program Files\Citrix\Receiver StoreFront\,filename是 Citrix Receiver 安装文件的名称。
C:\inetpub\root\Citrix\storeWeb\ 目录中,打开web.config
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-29470-1.html
后面少了一部分