In some situations, there's a simple approach.  Back in 2006 I worked at a 
company where we deployed an n-Tier system to client sites.  This means we had 
a server available.  On that server we had a \software share.  The clients all 
installed from that location.   The clients were a very simple  .exe/.dll xcopy 
deployment so I went with a  minor upgrade story.  In that scenario  this 
worked fine:


-----Original Message-----
From: Phil Wilson [mailto:phildgwil...@gmail.com]
Sent: 03 February 2014 19:39
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX

WiX generates MSIs etc for you to install, but after that there's nothing 
running on the system except your app. The type of update you want is typically 
done by implementing:

1. A web service at your company site with access to a database of product 
guids, upgrade code guids, version, and download locations, updated as new 
versions become available.

2. Code in your app to call the web service passing your product code/upgrade 
code/version as needed to check for a higher version update or major upgrade 
and a way of asking the client if they want to download it.

---------------
Phil Wilson


On Mon, Feb 3, 2014 at 9:44 AM, Yu, Brian <b...@easyscreen.com> wrote:
> Hello
>
> We want to write installers in WIX as it gives us lots of flexibility. But we 
> also want the auto-update system that ClickOnce provide.
> We want the end client to see an icon at the bottom right informing them that 
> there is a newer version available.
> Can WIX do this?
> I found this article but not quite sure how it is done.
> e.g. Does a user have to click on a "Check for update" link on help>about?
> http://abdullin.com/journal/2009/7/8/deployment-and-updates-of-desktop
> -applications-wix-clickonce.html
>
> I've also come across this new feature in WIX, can I bundle a clickonce msi 
> in a WIX msi?
> http://wixtoolset.org/documentation/manual/v3/bundle/
>
>
> _____________________________________________________________________
> This e-mail was sent to you by EASYSCREEN LIMITED (EASYSCREEN). We are 
> incorporated under the laws of England and Wales (company no. 05677531 and 
> VAT registration no. 872810613). Our registered office is at 155 Bishopsgate, 
> London EC2M 3TQ. This e-mail and/or any attached documents may contain 
> privileged and confidential information and should only be read by those 
> persons to whom this e-mail is addressed. Use by other than intended 
> recipients is prohibited. If you are not the addressee, you must not copy, 
> distribute, disclose or use any of the information in it. If you have 
> received it in error, please delete it and immediately notify the sender. 
> EASYSCREEN reserves the right to monitor all e-mail messages passing through 
> its network. As we cannot guarantee the genuineness, accuracy or completeness 
> of the information contained in this message, the statements set forth are 
> not legally binding.
> ----------------------------------------------------------------------
> -------- Managing the Performance of Cloud-Based Applications Take
> advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.
> clktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications Take advantage of what the 
Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

_____________________________________________________________________
This e-mail was sent to you by EASYSCREEN LIMITED (EASYSCREEN). We are 
incorporated under the laws of England and Wales (company no. 05677531 and VAT 
registration no. 872810613). Our registered office is at 155 Bishopsgate, 
London EC2M 3TQ. This e-mail and/or any attached documents may contain 
privileged and confidential information and should only be read by those 
persons to whom this e-mail is addressed. Use by other than intended recipients 
is prohibited. If you are not the addressee, you must not copy, distribute, 
disclose or use any of the information in it. If you have received it in error, 
please delete it and immediately notify the sender. EASYSCREEN reserves the 
right to monitor all e-mail messages passing through its network. As we cannot 
guarantee the genuineness, accuracy or completeness of the information 
contained in this message, the statements set forth are not legally binding.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to