Use ClickOnce to Deploy Windows Applications

来源:互联网 发布:pci数据采集卡驱动 编辑:程序博客网 时间:2024/05/01 02:04
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.csdn.net/topmvp - topmvp
ClickOnce, a new technology in Visual Studio 2005, lets you quickly and easily deploy your Windows apps via web servers, file servers, or even CDs. But while ClickOnce delivers web-style deployment of your application, that's only part of the story. Once you've installed an application using ClickOnce, it can automatically check for new updates to the application, which saves time in application maintenance and upgrades. And on the security front, a ClickOnce application runs within a secure sandbox and you configure it using the Code Access Security So, how can you take advantage of this new technology? In this step-by-step guide to using ClickOnce, you'll learn how to create an application in Visual Studio 2005 and how to use ClickOnce to quickly get it in the hands of your customers. You'll also learn how to add security to your distributions using Code Access Security; how to update COM files
http://rapidshare.com/files/52014242/0596527551.zip