miwaypro Posted October 10, 2005 Posted October 10, 2005 How to build a package in .NET? Setup.exe Quote programing programer program
Leaders snarfblam Posted October 10, 2005 Leaders Posted October 10, 2005 How to build a package in .NET? Setup.exe Create a new deployment project. Click File>New>Project. In the new project window, select the "Setup and Deplotment Projects" folder and click "Setup Project" on the right. The rest is self explanitory. For more information, open up MSDN, and search the index for "Setup", or go to msdn.microsoft.com and search for "Setup." Quote [sIGPIC]e[/sIGPIC]
miwaypro Posted October 11, 2005 Author Posted October 11, 2005 Create a new deployment project. Click File>New>Project. In the new project window, select the "Setup and Deplotment Projects" folder and click "Setup Project" on the right. The rest is self explanitory. For more information, open up MSDN, and search the index for "Setup", or go to msdn.microsoft.com and search for "Setup." What if i already have a project developed completely... Quote programing programer program
Leaders snarfblam Posted October 11, 2005 Leaders Posted October 11, 2005 I would assume that you have the project developed completely before you try to distribute it. Have you tried to create a "Setup Project" yet? (It creates a new project to generate an MSI and Setup.exe for another already existing project). Quote [sIGPIC]e[/sIGPIC]
miwaypro Posted October 12, 2005 Author Posted October 12, 2005 I would assume that you have the project developed completely before you try to distribute it. Have you tried to create a "Setup Project" yet? (It creates a new project to generate an MSI and Setup.exe for another already existing project). I try it already, It come out with 2 windows, and i would like to khow how to browse for projects to include. OR, Use Setup wizard will be easier? Quote programing programer program
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.