Chaos Project

Game Development => Sea of Code => Topic started by: Dweller on March 11, 2012, 03:13:34 pm

Title: ClickOnce
Post by: Dweller on March 11, 2012, 03:13:34 pm
I´m finishing Actorsprite Maker (http://forum.chaos-project.com/index.php/topic,11413.0.htmlActorsprite Maker) (on Visual C#) and now I´m thinking on a way to update the program. I have 120 resources ready to launch with the first version (I use imagelist/listview to manage with them inside the program), and I want to update those resource online. ClickOnce looks like what I'm looking for, so I want to ask if any of the programmers here have ever use it or at least now if it's suitable for my objetives.
Title: Re: ClickOnce
Post by: ForeverZer0 on March 11, 2012, 04:33:34 pm
I personally hate ClickOnce, and it is worthless for offline use. It forces the user to download the app everytime it is used.
I usually create an updater something like this.


Title: Re: ClickOnce
Post by: Dweller on March 13, 2012, 03:37:18 am
I´m testing now ClickOnce, but propably I´ll try your recomendation.

thanks ForeverZer0.