Re: how to release
From: Carlos J. Quintero [MVP] (carlosq_at_NOSPAMsogecable.com)
Date: 04/21/04
- Next message: Carlos J. Quintero [MVP]: "Re: Setting up a shared project........"
- Previous message: tim payne: "Setting up a shared project........"
- In reply to: JIM.H.: "how to release"
- Next in thread: JIM.H.: "Re: how to release"
- Reply: JIM.H.: "Re: how to release"
- Messages sorted by: [ date ] [ thread ]
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. >
- Next message: Carlos J. Quintero [MVP]: "Re: Setting up a shared project........"
- Previous message: tim payne: "Setting up a shared project........"
- In reply to: JIM.H.: "how to release"
- Next in thread: JIM.H.: "Re: how to release"
- Reply: JIM.H.: "Re: how to release"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|