Re: how to release

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Carlos J. Quintero [MVP] (carlosq_at_NOSPAMsogecable.com)
Date: 04/21/04


Date: Wed, 21 Apr 2004 11:35:18 +0200

Basically you need to deploy two things:

1) The Microsoft .NET Framework (20 MB approx). In corporate environments
this is a one-time deployment that can be done separately from the apps.
Otherwise you can not count on it in the tarher machine and you must include
it in your setup.

2) Your application. If you have a corporate environment and you are not
using 3rd party controls or DLLs that must be installed in the GAC, you
could do a simple XCOPY deployment of the executable (and config files). If
your deployment is more complicated or intended for final users, you need to
add a setup project to your solution.

-- 
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
"JIM.H." <anonymous@discussions.microsoft.com> escribió en el mensaje
news:0E78517B-21EC-458F-8F50-6B980C0BFB66@microsoft.com...
> Hi,
> Can someone tell me shortly how to release VS .Net 2003 visual basic
application to run it in target PCs.
> Thanks,
> Jim.
>


Relevant Pages

  • RE: Deployment Project
    ... Consider using the data access block ... for setting the data access path in your config files. ... >Subject: Deployment Project ... >I need to make deployemnt project for my Web service in Visual Studio ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: app config file downloading (not) for winform deployment model
    ... Hi Mark, ... >Subject: Re: app config file downloading for winform deployment model ... Produced By Microsoft MimeOLE V6.00.2800.1106 ... >>>Thanks Mike for posting this valuable note on config files. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Upload XML File with the deployment...
    ... namespace to read .config files and it's really simple, ... The XML file generated as "content" deployment, ... I always test in a real device and I can guarantee you that the XML ...
    (microsoft.public.dotnet.framework.compactframework)
  • Deploying apps for beginner
    ... I have just completed my first application and it's ready for deployment. ... Can anyone point me to a site which will explain the different scenarios to ... server and let the clients consume it, or how to set the path to the server ... in the config files. ...
    (microsoft.public.dotnet.distributed_apps)