installer/updater applcations

2012-04-04 Thread ifumust
Interested to know what people are using to install dotnet applications on computers and how they are updated. I currently use clickonce to deploy all my applications(and update as well) but has its limitations. I.e. cannot use to install a service and not able to install for all users.

Re: installer/updater applcations

2012-04-04 Thread David Burela
Alternatives to click once. Well a bunch of people are working on this project, but isn't in a final stage yet. https://github.com/xpaulbettsx/NSync Off the top of my head, I can't think of anything else that is as easy to setup as Clickonce (even with all its problems) On 5 April 2012 08:54,

RE: installer/updater applcations

2012-04-04 Thread David Loo
I use Inno Setup for some of my projects, it's packed with features and it's free for commercial use. I use to use Nullsoft Installer long time ago, but I find Inno Setup is better. Inno Setup.http://www.jrsoftware.org/isinfo.php David Loo MCPD, MCTS, MCPhttp://www.davidloo.com(m) 0405132886

Re: installer/updater applcations

2012-04-04 Thread David Burela
But those are just installers and don't help with the update process later on. On 5 April 2012 10:36, David Loo loo...@hotmail.com wrote: I use Inno Setup for some of my projects, it's packed with features and it's free for commercial use. I use to use Nullsoft Installer long time ago, but

RE: installer/updater applcations

2012-04-04 Thread David Loo
Inno Setup can create Updates too. David Loo MCPD, MCTS, MCPhttp://www.davidloo.com(m) 0405132886 Date: Thu, 5 Apr 2012 11:01:59 +1000 Subject: Re: installer/updater applcations From: david.bur...@gmail.com To: ozdotnet@ozdotnet.com But those are just installers and don't help with the