CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Ben Reichelt's Weblog


ClickOnce is harder than it seems



Comments

Bjorn Reppen said:

Am I the only person who thinks that ClickOnce is a piece of crap?
# April 16, 2006 7:13 PM

breichelt said:

why do you think ClickOnce is a piece of crap?
# April 16, 2006 8:16 PM

Murat said:

I think overall ClickOnce is "good enough" but definately there are areas for improvement. I understand that it does not allow you to change config files since it creates a hash with all the files included in publish. Once thing you can do is to remove the app.config from the Application files and add manually. And as far as copying files around goes you can setup a frontpage extension at the web server have a login and publish directly to it. It will save the copying process.

I have
# April 17, 2006 11:46 AM

Greg said:

# April 17, 2006 11:49 AM

Marco said:

It amazes me that you can not add existing files to the list of Application Files that get deployed. For example, one of my cab modules contains an xslt that needs deployed, so I was forced to add a linked file in my main executable project.
# April 18, 2006 8:53 AM

Sam said:

It's great for rapid/agile development and deployment into UAT, but useless for production deployment & configuration management. No-one wants to open up VS and republish just to change a config file setting - it's no better than hardcoding settings as constants within the assembly.

Perhaps a clickonce admin tool (or a clickonce setup project) would be the answer - something much simpler than mageUI that even our admins could use.
# April 21, 2006 5:03 AM

breichelt said:

Sam, I totally agree with you, its a huge pain in the ass to change config settings once its deployed. I definitely got more than I bargained for :)
# April 21, 2006 8:55 AM
Check out Devlicio.us!