clickonce
- 网络部署
-
ClickOnce is a deployment technology used primarily for WinForms based applications .
ClickOnce是一种主要用于WinForms应用程序的部署技术。
-
Code access security for ClickOnce applications must be enabled in order to publish the application .
必须启用clickonce应用程序的代码访问安全性,才能发布应用程序。
-
For more information about permission elevation , see ClickOnce deployment and security .
有关权限提升的更多信息,请参见clickonce部署和安全。
-
Clear the enable ClickOnce security settings check box .
清除“启用clickonce安全设置”复选框。
-
ClickOnce can also easily update your application as you incorporate customer feedback and add features .
如果你总结客户的使用反馈后给程序增加了新的功能特性,ClickOnce还可以轻松地更新你的程序!
-
All files marked " optional " in a ClickOnce application require a group name .
在clickonce应用程序中,标记为“可选”的所有文件均需具备组名称。
-
Gets the path of the ClickOnce log file .
获取clickonce日志文件的路径。
-
Using a technique described by Mike Wade , file types can also be associated with ClickOnce applications .
使用MikeWade所描述的技术,ClickOnce应用程序中也能关联文件类型了。
-
Gets the location of a web page users can visit to obtain product support for the ClickOnce application .
获取用户可以访问并从中获得产品支持的网页的位置。
-
In my opinion one of the main advantage of ClickOnce is that it restores code access security .
在我看来,clickonce的一个主要优势就是它恢复了代码访问的安全性。
-
On the signing page , select the sign the ClickOnce manifests check box .
在“签名”页上,选中“为clickonce清单签名”复选框。
-
When designing a ClickOnce application , you need to determine which strategy the application will use to check for available updates .
设计clickonce应用程序时,需要确定应用程序将使用何种策略来检查可用的更新。
-
ClickOnce applications are now fully supported in FireFox .
ClickOnce应用程序现在完全支持FireFox。
-
When developing your ClickOnce application , you should be careful to request only the specific permissions that the application needs .
开发clickonce应用程序时,应注意只请求应用程序需要的特定权限。
-
ClickOnce applications no longer need to be signed and hashed in the IDE .
ClickOnce应用程序不再需要在IDE中签名和哈希化。
-
Once installed , ClickOnce offers automatic updates based on declarative rules and / or an API .
应用程序一旦通过ClickOnce进行安装后,ClickOnce基于声明或者API的方式为应用程序提供了自动更新的功能。
-
By default , all the assemblies included in a ClickOnce application are downloaded when the application is first run .
默认情况下,首次运行clickonce应用程序时,会下载该应用程序中包含的所有程序集。
-
Ensure that all files are present on the server ; the ClickOnce log should tell you which file was not found .
确保所有文件都在服务器上;clickonce日志应指出找不到的文件。
-
Examples of this include managed assemblies running inside SQLCLR and ClickOnce applications installed from the internet .
例如在SQLCLR中运行托管程序集,或者利用ClickOnce运行从网络中安装的应用程序。
-
If your ClickOnce application runs online instead of through an installation , it must fit within the quota set aside for online applications .
如果clickonce应用程序联机运行而不是通过安装运行,则它必须在为联机应用程序预留的配额范围之内。
-
ClickOnce does not work with roaming settings , which allows your settings file to follow you across machines on a network .
clickonce不使用漫游设置,漫游设置使得您的设置文件可以在网络上的计算机之间跟随您迁移。
-
The following table shows some common error messages that a client-computer user may receive when the user installs a ClickOnce application .
下表显示在用户安装clickonce应用程序时,客户端计算机用户可能接收到的一些常见错误信息。
-
As a general rule , you should always configure your ClickOnce application to request only the code access security permissions that it actually needs .
作为一般规则,clickonce应用程序应始终配置为只要求实际需要的代码访问安全权限。
-
You can use trusted application deployment to grant elevated trust to ClickOnce applications deployed over the web or through an enterprise file share .
使用受信任的应用程序部署,可以向通过web或企业文件共享部署的clickonce应用程序授予更高的信任级别。
-
Take advantage of code access security runtime protections while still allowing a dynamic determination of permissions at the point of application deployment through clickonce .
通过clickonce部署应用程序时,既能利用“代码访问安全”运行时保护又仍允许动态确定权限。
-
When you specify that an application should support offline operation , ClickOnce adds a link to your application in the user 's start menu .
如果指定应用程序应该支持脱机操作,则clickonce将在用户的“开始”菜单中添加指向应用程序的链接。
-
Reading from the data directory requires that your ClickOnce application request read permission ; similarly , writing to the directory requires write permission .
读取数据目录要求clickonce应用程序请求读权限;同样,写入目录要求写权限。
-
Unfortunately , until recently ClickOnce was not supported on non-IE browsers .
不幸的是,直到最近ClickOnce都不支持非IE的浏览器。
-
This feature is most suited to ClickOnce style deployments where the user is expected to download the framework over the Internet .
这一特性非常适合于ClickOnce风格的部署方式,这种情况下,用户是通过Internet来下载框架安装包的。
-
Discusses permissions issues about applications deployed using ClickOnce technology , which run in a " sandbox ," with limited permissions based on a security zone .
讨论关于使用clickonce技术部署的应用程序的权限问题,该应用程序在“沙盒”中运行,具有基于某个安全区域的有限权限。