The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Updating the Updater

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Duncan Mackenzie

Posts: 689
Nickname: duncanma
Registered: Aug, 2003

Duncan Mackenzie is the Visual Basic Content Strategist at msdn.microsoft.com
Updating the Updater Posted: Aug 12, 2003 11:38 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Duncan Mackenzie.
Original Post: Updating the Updater
Feed Title: Code/Tea/Etc...
Feed URL: /msdnerror.htm?aspxerrorpath=/duncanma/rss.aspx
Feed Description: Duncan is the Visual Basic Content Strategist at MSDN, the editor of the Visual Basic Developer Center (http://msdn.microsoft.com/vbasic), and the author of the "Coding 4 Fun" column on MSDN (http://msdn.microsoft.com/vbasic/using/columns/code4fun/default.aspx). While typically Visual Basic focused, his blogs sometimes wanders off of the technical path and into various musing of his troubled mind.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Duncan Mackenzie
Latest Posts From Code/Tea/Etc...

Advertisement
I've been using the Application Updater Block, as you may have gathered from some of my previous posts, and I like it a lot... but I've been wanting to add a few features to it. Well, I have it all planned out in my head, but I haven't gotten around to it, so I thought I would at least throw out my feature ideas and see what people say about them...

I would like to add:
  • The ability to include a mandatory flag when creating the manifest file for a new version/update. Client applications could see that flag and adjust their UI and UI options accordingly. This could be broken into two levels... mandatory update (download the update and make it the current version... then ask the user if they want to restart) or mandatory update and restart (download the update, make it the current version and then tell the user that the app is now restarting... Now, you can implement this in the client now, and make all updates mandatory... which is what I would do for an application without a UI (such as a service, or system tray app)... but I'd like to be able to specify it for only some updates via settings in the manifest file.
  • I'd like to be able to include "what's new" information in the new manifest file, either as XHTML right in the manifest or as a URL to a "what's new" page... and then provide in the updater assembly a nice UI for displaying the complete "new version available" message along with this "What's New" information.

I've implemented part of the 2nd already, but I don't include the what's new URL with the manifest file, I specify it as a combination of a hard-coded (could be in the app.config) base URL with the version appended (http://server/whatsnew.aspx#1.6.3.2) and then navigate to that URL using an embedded instance of IE



There is a workspace for the App Updater Block, so I suppose I could upload a modified version for people to use, but I just don't have the time at the moment... and by the time I do, I suspect they'll have released a new version!


On a related note... if you are looking for a URL where you can find a listing of the PAG application blocks, this (http://msdn.microsoft.com/vbasic/letters/20030724) might do for the time being, but we are working on something better!

(Listening To: Yawning or Snarling [The Tragically Hip / Day for Night])

Read: Updating the Updater

Topic: What is a Wiki? Previous Topic   Next Topic Topic: Beta Discussions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use