how to create a set up in vb.net for desktop application
please say me steps with examples
Answer Posted / karthik
1.Goto file<new project<select setup and deployment in the
template
2.Add your project by right click the project that u newly
created(In Solution Explorer)
3.Add Project ouput and localised resources by right
clicking the existing project in solution explorer
4.Finally build the project
(or)
Take a Setup project from Visual Studio Deployment
Projects. By default you will get.
File System on Target Machine
Different Editors in Setup project
1. File System on Target Machine.
2. Registry on Target Machine
3. File Types
4. User Interface
5. Custom Actions
6. Launch Conditions
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is form description?
Which property of the progressbar control specifies the amount to increment the current value of the control?
How to use the FindControl() function to preselect an item in my dropdownlist?
Explain the need of z-order method?
How can you pause a timer control?
What are the components of gui for windows?
What is form based application?
Which event occurs when a user drags an item in a treeview or listview control?
Are windows forms still used?
Explain how to find the current record position in data control?
Which of the following position is the default docking position of the statusstrip control on the form?
What is the advantage of a form?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
What is difference between winforms and windows forms?
What is the extension of a compiled help project file?