[wix-users] How to notify user about the upgradation of existing installed version to new version in Wix BA

Phill Hogland phill.hogland at rimage.com
Mon May 2 07:28:28 PDT 2016


The implementation of updateviewmodel.cs in the wix toolset source for the WixBA (used by the wix toolset itself) is a pattern that can be used in a mba bundle (and a similar pattern is supported in the WixStdBA).  It is based on publishing a Atom syndication feed (much like is done on the WiX Toolset site).  Any application or service can also query for the Atom feed and determine if an update is available, and thereby provide a notice to the user.

________________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of sampat magi <ssmcs060 at gmail.com>
Sent: Monday, May 2, 2016 9:11:12 AM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] How to notify user about the upgradation of existing installed version to new version in Wix BA

have had a look at updateviewmodel.cs code of wixstdBA source? But, this
will check for updates only when u run the bundle.

writing windows service could be an option, scheduling tasks could be an
option.

not sure, i have nt tried, just a vague guess.


Regards
Sampat

On Mon, May 2, 2016 at 7:38 PM, shashank khadse <shashank.s.khadse at gmail.com
> wrote:

> Hello All,
> I have a situation were in I need to notify the user about the upgradation
> of the existing installed version in Wix BA.
> What are the possible options to achive the same in wix bundle ?
>
> Thanks & Regards
> Shanky
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list