laoyu 发表于 2015-5-29 14:49:27

StoreFront配置Receiver客户端本地安装

本帖最后由 xiaoyu 于 2015-5-29 15:05 编辑

StoreFront配置Receiver客户端本地安装和webinterface配置本地客户端安装不同。

1.Receiver客户端文件拷贝
首先将Receiver客户端复制到Storefront的安装目录下,如图:
Mac系统Receiver插件放“Mac“文件夹中,Windows系统Receiver插件放“Widnows”文件夹中



2.配置客户端安装地址
以管理员身份运行powershell,执行命令set-executionpolicy   allsigned,然后执行如下命令:


& "installationlocation\Scripts\UpdateWindowsReceiverLocation.ps1"-ClientLocation"Windows\filename.exe"

注:installationlocation是StoreFront的安装地址,默认在C:\program files\Citrix\Receiver StoreFront,filename.exe是receiver客户端的文件名。 如图:

针对Windows客户端修改receiver安装路径


针对Mac客户端修改receiver安装路径


3.修改StoreFront配置文件
配置文件名为web.config,默认路径为:C:\inetpub\wwwroot\Citrix\storenameWeb\。如图:



修改以下内容:
定位到<pluginAssistant enabled="true" upgradeAtLogin="false">,将upgradeAtLogin=”false”修改为upgradeAtLogin=”true”,如图:

修改完成后,重启iis服务(iisreset)

4.IIS重启后,再次访问StoreFront Web站点,提示下载插件从服务器本地下载
验证下载地址
从服务器本地加载插件


注:在没有进入powershell修改之前,进入C:\inetpub\wwwroot\Citrix\storenameWeb\中打开web.config,此处如图:







JoeFly1991 发表于 2015-12-21 16:45:06

不错不错学习了

yxpeng 发表于 2016-12-25 21:56:45

6.5的设置一直不成功,有成功的分享下。。。

laoyu 发表于 2016-12-27 13:16:43

yxpeng 发表于 2016-12-25 21:56
6.5的设置一直不成功,有成功的分享下。。。

什么是6.5的?wi吗?

yxpeng 发表于 2016-12-27 22:19:39

是的,按照百度的方法一直不对,找不到原因,。。

yxpeng 发表于 2016-12-27 22:23:25

6.5WI,改了webinterface.conf配置文件,许可服务器没有问题

laojiansg151 发表于 2017-2-20 22:17:33

支持一下~~
页: [1]
查看完整版本: StoreFront配置Receiver客户端本地安装