Re: Creat an Installation package for client and server
- From: piggy <piggy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Nov 2006 09:26:02 -0800
Dave,
Thanks for your response.
I have tried to setup 2 extra setup projects in my application solution. 1
is for client setup and the other is for server setup. As soon as i am done
with this, i have setup.exe and clientsetup.msi under \bin\debug directory
for both client and server. For deployment, i will hand those folder to the
end users and they will run the install. What if i have release a new
version?
About clickonce, it is the great solution for automatically deployment but i
am concern about granting permission when needed. As you mentioned early,
clickonce is not recommended as a public installation. So what is your
recommendation on this? My users are over the state. Thanks,
"Dave Sexton" wrote:
Hi,.
Assuming that you have written a client application and a server
application, you should have two separate installation packages unless you
want a fair number of servers to be clients as well.
ClickOnce works quite nicely, but you may have to configure each client to
increase the permission level for your application if it needs FullTrust,
for example. For this reason, it's not recommended as a public installation
method, so you should use a "Setup and Deployment project" instead if you
need higher levels of trust than normally allowed by web installations and
if you don't have access to configure the security levels on each client.
You can create a ClickOnce installation easily in VS 2005, which will also
help to deploy the files to your server. The clients simply need to connect
to your server the first time to install the application and they'll
automatically receive updated software each time a newer version is
available from the server, making maintenance much easier for you and almost
transparent to the end-users.
"ClickOnce Deployment Overview"
http://msdn2.microsoft.com/en-us/library/142dbbz4.aspx
If you are only installing the server software once then you probably won't
need a ClickOnce deployment for that. Just create a "Setup and Deployment"
project in VS 2005.
"Setup and Deployment Projects"
http://msdn2.microsoft.com/en-us/library/wx3b589t(VS.80).aspx
--
Dave Sexton
"piggy" <piggy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C16D6F1A-364B-4538-862F-96B140DA6E80@xxxxxxxxxxxxxxxx
I have developed an application using C# under .NET 2.0 framework. It is
almost done and it is time for me to think about deploymnet to all users.
I
don't have any background about this and would like to see if anyone can
help
me get started. I have read some about clickonce deployment and not sure
much about this yet. Thanks for your help.
- Follow-Ups:
- Re: Creat an Installation package for client and server
- From: Dave Sexton
- Re: Creat an Installation package for client and server
- References:
- Re: Creat an Installation package for client and server
- From: Dave Sexton
- Re: Creat an Installation package for client and server
- Prev by Date: XPS - WPF Guru's Please Help!
- Next by Date: Re: try...catch and local variables
- Previous by thread: Re: Creat an Installation package for client and server
- Next by thread: Re: Creat an Installation package for client and server
- Index(es):
Relevant Pages
|
|