MSDN Webcast: Adding ClickOnce Deployment to Visual Basic Applications (April 16, 2007)

MSIUniversity

The Visual Basic 2005 team put out a hands on Web session on Deploying a Visual Basic Application with ClickOnce Technology. The session consisted of creating a sample Visual Basic Application, creating a deployment project for ClickOnce in Visual Studio to deploy this application and finally hosting it for download via IIS. The session concluded with sending an update to the sample visual basic application via ClickOnce.

The WebCast was scheduled on April 16th 2007 and was presented by Peter Thok, Application Development Consultant, Exsilio Consulting.

Watch the Recorded Webcast : MSDN Webcast: Guided Hands-on Lab: Adding ClickOnce Deployment to Visual Basic Applications (Level 200)

Article: ClickOnce Versus Windows Installer

2.28.2007

ClickOnce is a new deployment technology created by Microsoft to ease the deployment of applications over the web. This new deployment technology was first unleashed in 2004 and has quite a fan following. ClickOnce was first shipped with .Net Framework 2.0 and has close integration with .Net applications.

Windows Installer Service is a system level component that allows you to install and manage your applications in a manner consistent and contingent with the Windows Operating System. Windows Installer Service is known for its ability to handle shared and low level system components, while providing setup authors with features that allow them to repair when needed and rollback when installation fails.

Choosing Between ClickOnce and Windows Installer is an article on MSDN that compares the differences between Windows Installer Service and ClickOnce and talks about how the two can complement one another if used together.

Tutorial: Using ClickOnce to deploy a .Net Application

2.28.2007 | Get the Complete Tutorial

ClickOnce technology is shipped as part of .Net Framework 2.0 and later. It can be used to deploy .Net applications effortlessly over the web without requiring admin privileges on the machine. Microsoft recommends using ClickOnce technology to deploy your applications in a per-user setting. Take a look at Using ClickOnce to Deploy .NET Apps on www.kirupa.com, that walks you through the process of deploying your application through ClickOnce.

Blog: ClickOnce and permission elevation prompting in the internet zone

2.28.2006 | Read the Complete Article

Saurab Pant talks about Microsoft's decision to enable prompting of Elevation Privileges by a ClickOnce application while being installed on the machine by a regular user. Prior to .Net Framework V2.0 release of ClickOnce, this feature was disabled by default