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
From: ifum...@gmail.com To: ozdotnet@ozdotnet.com Subject: installer/updater applcations Date: Thu, 5 Apr 2012 08:54:37 +1000 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

Re: installer/updater applcations

2012-04-04 Thread David Burela
, but I find Inno Setup is better. Inno Setup. http://www.jrsoftware.org/isinfo.php *David Loo* MCPD, MCTS, MCP http://www.davidloo.com (m) 0405132886 -- From: ifum...@gmail.com To: ozdotnet@ozdotnet.com Subject: installer/updater applcations Date: Thu, 5 Apr

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