SetUpAndDeployment Project
-
Hai, Can Anyone tell me how to create a setup project.I want to add an licensing page also. Thanks Jannath Ali
-
Hai, Can Anyone tell me how to create a setup project.I want to add an licensing page also. Thanks Jannath Ali
You can create Setup and Deployment project by accessing File->New-> Projects->Other Project Types -> Setup and Deployment menu item. Following like is a good read to start with. http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/[^]
modified on Wednesday, February 3, 2010 6:40 AM
-
You can create Setup and Deployment project by accessing File->New-> Projects->Other Project Types -> Setup and Deployment menu item. Following like is a good read to start with. http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/[^]
modified on Wednesday, February 3, 2010 6:40 AM
I want to add a Licencing page in the deployment.this article does not explain about adding the licensce page
-
I want to add a Licencing page in the deployment.this article does not explain about adding the licensce page
If you have already created the Setup and Deployment project, then you can take Solution Explorer (View->Solution Explorer). You can find few small icons on the top of Solution Explorer window. One of those icons is 'User Interface Editor' (Fifth icon from the left in VS 2005). Click on that icon to open the User Interface Editor. Now you can see a Tree of dialogs on the right side pane. Now right click on the 'Start' node to see a popup menu with 'Add Dialog' option. 'Add Dialog' brings you a list of dialog (including relicense page)