jbilisnki Posted December 22, 2003 Posted December 22, 2003 I need to package my code so I can install the program I created on another computer that does not have Visual Studio 2003. The application is a Windows Application. Quote
Roey Posted December 22, 2003 Posted December 22, 2003 Add a new Setup and Deployment project to your solution Quote
jbilisnki Posted December 22, 2003 Author Posted December 22, 2003 How do I add a new setup and deployment project to my solution Quote
Administrators PlausiblyDamp Posted December 22, 2003 Administrators Posted December 22, 2003 File Menu, Add Project, New Project. Select Setup and Deployment Projects on the left. Options are on the right - the wizard is probably the easiest. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
jbilisnki Posted December 22, 2003 Author Posted December 22, 2003 I created a setup file but it needed Visual Studio to open. I want to install it without having to use Visual Studio 2003 Quote
Roey Posted December 22, 2003 Posted December 22, 2003 Are you sure you don't mean that the client requires the .Net Framework to run, as this is something different. Quote
jbilisnki Posted December 22, 2003 Author Posted December 22, 2003 I am creating a windows application. I have created some webforms and wrote some code that links each of the forms together. I need to package all of the code so that I can burn it on a CD and upload the installer to another computer that does not have .NET Studio. I want the installer to install what I have so far so I can show them the prototype. Quote
Roey Posted December 22, 2003 Posted December 22, 2003 Then you do what we have told you before. Use the Package and Deployment Wizard, which can be used to create an MSI file which can then be installed on a client that has the .Net framework (not .Net Studio) installed. If you are still getting an error on the client post that message. Quote
Administrators PlausiblyDamp Posted December 23, 2003 Administrators Posted December 23, 2003 If it is a windows application why are you creating webforms? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.