ClickOnce deployment in .net Framework 2.0 / VS 2005

by Li Chen 9/17/2004 12:58:00 PM

I studied ClickOnce today. See:

ClickOnce: Deploy and Update Your Smart Client Projects Using a Central Server -- MSDN Magazine, May 2004

Introducing Client Application Deployment with ClickOnce (Windows Forms Technical Articles)

Here are some facts to consider when using ClickOnce:

  1. VS 2005 deploys the files to a web, file or ftp servers. There are two manifest files, a .deploy file and a .manifest file.
  2. ClickOnce requires .Net framework 2.0 on user machine. It has a deployment service. When a .deploy file is downloaded, the deployment service will download the files. By default, ClickOnce installation is enabled for the users group unless the system admin disables the deployment service.
  3. The main application exe and other assemblies are downloaded into the per user web cache. If multiple users share the machine, multiple copies will be downloaded.
  4. The exe executes in a sand box with limited privilege for the corresponding web zone of the download URL. Need user permission to execute in elevated zone. Need user permission to get additional privilege, such as call the sqlclient.
  5. The user can always run from the URL link, or there is an option to install an icon on Start menu.
  6. The exe can only access isolated storage. See Isolated StorageFile API for more details.
  7. It is possible to sign the assemblies and define a group policy to give the assemblies elevated privilege. Users do not need to give explicit permission if there is a group policy.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net | Platform

Microsoft PDC 2003

by Li Chen 10/31/2003 5:44:00 PM

I attended Microsoft PDC 2003 from Oct. 26 to Oct. 30, 2003 in Los Angeles.

The upcoming ASP.NET Whidbey is way cool with MasterPage, SiteMap, Membership, etc. I cannot wait to use it.

Windows Longhorn looks very interesting. “Avalon” allows us declare UI using XML. XAML is broad enough to cover the description UI, vector graphics and documents. It has the capability of PDF + SVG + more. WinFS allows us to store additional information with files.

Finally, Microsoft SQL Server “Yukon” has some exciting new features such as managed stored procedures, recursive query and a reporting service.

Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net | ASP.NET | Platform | SQL

Microsoft Message Queuing (MSMQ) Center

by Blog Author 4/15/2003 7:18:00 PM
MS has a created a great portal for MSMQ.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net | Platform

Powered by BlogEngine.NET 1.2.0.0
Theme by Mads Kristensen

About the author

Name of author Author name
Something about me and what I do.

E-mail me Send mail

Calendar

<<  January 2009  >>
MoTuWeThFrSaSu
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

View posts in large calendar

Pages

    Recent comments

    Authors

    Tags

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      © Copyright 2009

      Sign in