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


Please Help Members By Posting Answers For Below Questions

Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?

574


Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

519


What is form and its types?

525


Explain the difference between listbox and combo box?

500


What is the use of runworkasync() methods?

575






What is form design?

550


How do you apply specific formatting to the data inside the cells?

1819


How to use the FindControl() function to preselect an item in my dropdownlist?

1697


What is a windows form application?

530


how print PGL by XML

2617


How can you pause a timer control?

627


What are windows based applications examples?

535


how print barcode

2105


Are windows forms still used?

576


How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed

1802