Deployment and updates

R

Ricardo Luceac

Hi all...

I'm developing a system for a hospital in windows forms and now comes to
me to see the deployment of the application...

First to come to my mind was clickonce, but the problem is that it does
not install to all user, so that every user that wants to use it have to
go to the download site and install it...

Them it comes msi installer... This works fine, but how can I manage the
updates with that??? The updater block is no longer supported and for
that I think it's not a good choice...

Does someone knows another method, or another framework or service t do
that???

Thx...
 
N

Nicholas Paldino [.NET/C# MVP]

Ricardo,

Honestly, I think the fact that every user has to install the app is a
small consideration to pay given the benefits of ClickOnce in this
situation. Once the app is installed, the user should see it in their start
menu. It's a one-time cost.
 
R

RobinS

I agree, Plus, then if you have some kind of settings that are
user-specific, like screen location, size, etc., each user has his own.

RobinS.
----------------------------------
Nicholas Paldino said:
Ricardo,

Honestly, I think the fact that every user has to install the app is a
small consideration to pay given the benefits of ClickOnce in this
situation. Once the app is installed, the user should see it in their
start menu. It's a one-time cost.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ricardo Luceac said:
Hi all...

I'm developing a system for a hospital in windows forms and now comes to
me to see the deployment of the application...

First to come to my mind was clickonce, but the problem is that it does
not install to all user, so that every user that wants to use it have to
go to the download site and install it...

Them it comes msi installer... This works fine, but how can I manage the
updates with that??? The updater block is no longer supported and for
that I think it's not a good choice...

Does someone knows another method, or another framework or service t do
that???

Thx...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top