Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 27th, 2003, 11:41 PM
Authorized User
 
Join Date: Aug 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default Packages application in C#

 I have a project written by C#, but i can't package it to distributed. I have read many books but anything can't help me about this.
Could you introduce me about packages and packges tool .

Thank you very much

L.V.L
__________________
L.V.L
 
Old November 1st, 2003, 11:25 PM
Authorized User
 
Join Date: Jun 2003
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sempf
Default


You need to add a Setup Project to your solution.
  Right click on the Solution containing your C# Project.
  Select Add New Project ...
  Click on Setup and Deployment Projects
  Pick the appropriate setup project.

Now, making the setup project actually work for you is a little more difficult. The key is adding the appropriate project output files to the setup project. The documentation for that process is pretty good - just hit F1.

Bill Sempf
Effective Visual Studio .NET





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with packages bonnevillessei BOOK: Beginning Java 2 2 October 1st, 2009 07:50 AM
Packages Xmlelement octave XML 2 April 24th, 2008 03:13 AM
remote packages naveen Servlets 4 October 9th, 2004 09:03 AM
Packages Application in C# lam_lvl C# 0 October 26th, 2003 01:37 AM
Help on Packages granola911 JSP Basics 1 September 28th, 2003 11:28 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.