PC Review


Reply
Thread Tools Rate Thread

Auto-Updates using MSI

 
 
reshugoyal@gmail.com
Guest
Posts: n/a
 
      12th Jun 2006
Hi,

I need to implement Auto Updates in my application wherein I will be
installing the application using msi.
First time I will be installing it through CD.( Directly running the
MSI file) Next time any of my clients run the application and if newer
version is available(which has to be specified on server) they must get
a notification that "New version is available. Do you want to
Download/Install?" and depending on the user action if Yes the new
version should be installed on the client machine.

Please let me know if somebody has already worked out the solution. I
have seen the examples provided by Microsoft patterns and practices
(MSIQuickstart(CS) solution) but it didn't help.

Thanks,
Reshu Goyal

 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      12th Jun 2006
ClickOnce handles all this. If you do not use .NET 2.0, then you can use a
pattern similar to the "App updater" from Patterns and Practices.
Finally, you can implement your own where your app periodically makes a
webservice call, transmitting it's current version, and this is compared with
the latest version, allowing for the "A newer version is avalable" prompt.
If the new MSI has been constructed properly with a new version number, it
will remove the previous version first and then install the newest version.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"(E-Mail Removed)" wrote:

> Hi,
>
> I need to implement Auto Updates in my application wherein I will be
> installing the application using msi.
> First time I will be installing it through CD.( Directly running the
> MSI file) Next time any of my clients run the application and if newer
> version is available(which has to be specified on server) they must get
> a notification that "New version is available. Do you want to
> Download/Install?" and depending on the user action if Yes the new
> version should be installed on the client machine.
>
> Please let me know if somebody has already worked out the solution. I
> have seen the examples provided by Microsoft patterns and practices
> (MSIQuickstart(CS) solution) but it didn't help.
>
> Thanks,
> Reshu Goyal
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Defender Updates without other Windows Updates? Howard Security Signatures 4 13th Feb 2009 01:02 PM
Auto Defender Updates without other Windows Updates? Howard Security Signatures 0 12th Feb 2009 05:35 PM
when do auto-updates auto-install? yawnmoth Windows XP General 1 26th Oct 2006 03:44 AM
after auto update all auto updates freeze =?Utf-8?B?U3RldmVu?= Windows XP General 1 3rd May 2004 02:13 AM
Re: auto updates dupes my manual updates Doug Knox MS-MVP Windows XP General 2 4th Sep 2003 02:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:34 AM.