Re: [WiX-users] how to auto-update like ClickOnce in WIX

2015-03-02 Thread Kurt Schenk
Ok thanks very much Jacob. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Friday, February 27, 2015 10:51 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX Still not supported directly in

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2015-02-27 Thread Hoover, Jacob
rosoft.com] Sent: Friday, February 27, 2015 9:32 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX Hi Is there an update to the information that Rob shared on Feb 2014? What is possible today? http://sourceforge.net/p/wix/mailman/message/31962

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2015-02-27 Thread Kurt Schenk
Hi Is there an update to the information that Rob shared on Feb 2014? What is possible today? http://sourceforge.net/p/wix/mailman/message/31962990/ "It's not hard but there is nothing built into WiX toolset today to do it. There is a feature under development to do self-update for bundles that

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-09-06 Thread gregbty
I ended up figuring this out on my own. Thanks Jacob for the help with this utility. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-auto-update-like-ClickOnce-in-WIX-tp7592308p7596694.html Sent from the wix-users mailing list archive at Nab

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-09-05 Thread gregbty
Could you provide this again Jacob? I'm having trouble writing this wrapper with C#. If you could point me in the right direction that would be great. Thanks. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-auto-update-like-ClickOnce-in-WIX-

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-12 Thread Hoover, Jacob
AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX I have a pull request for the core changes to 3.9. I am in the process of making my RTM build, after which I can get you yet another branch to look at which would include all my ch

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-12 Thread Hoover, Jacob
simple light wrapper around the new methods I introduced in butil.cpp in dutil.lib. -Original Message- From: Yu, Brian [mailto:b...@easyscreen.com] Sent: Wednesday, February 12, 2014 3:25 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] how to auto-update like Clic

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-12 Thread Yu, Brian
k.com] Sent: 11 February 2014 17:57 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX My approach was to make the burn bundle responsible for the updates just like it was responsible for the initial install. With that, I have submitted

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-11 Thread Rob Mensching
[WiX-users] how to auto-update like ClickOnce in WIX Thanks for your reply. I tried looking at http://powerprogrammer.co.uk. but the website doesn't seem to be current. I tried posting comments/download trials but it's unresponsive. I like the concept of simply referencing a dll in the

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-11 Thread Hoover, Jacob
lto:r...@firegiant.com] Sent: Tuesday, February 11, 2014 11:51 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] how to auto-update like ClickOnce in WIX It's not hard but there is nothing built into WiX toolset today to do it. There is a feature under development to do self-

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-11 Thread Yu, Brian
ent auto-update feature in a WIX Installer? Your help is appreciated -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: 04 February 2014 12:05 To: General discussion about the WiX toolset.; phildgwil...@gmail.com Subject: Re: [WiX-users] how to auto-update like Click

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-04 Thread Christopher Painter
ssage- 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 e

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-04 Thread Christopher Painter
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

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-04 Thread Yu, Brian
: 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 you

Re: [WiX-users] how to auto-update like ClickOnce in WIX

2014-02-03 Thread Phil Wilson
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 downloa

[WiX-users] how to auto-update like ClickOnce in WIX

2014-02-03 Thread Yu, Brian
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