how to create a set up in vb.net for desktop application
please say me steps with examples



how to create a set up in vb.net for desktop application please say me steps with examples..

Answer / 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

More Dot Net WindowsForms Interview Questions

What is form and its uses?

0 Answers  


What is a database form?

0 Answers  


Which C# access modifier helps to limit the accessibility of a class member within the same assembly?

1 Answers   Arctern,


Which property of textbox cannot be changed at runtime?

2 Answers  


What are the three states set in a checkstate property?

0 Answers  






Clear property is available in which control?

5 Answers  


how to call constructor in abstract class

2 Answers  


Which window allows viewing the resources of the servers, such as services, processes and the event log?

0 Answers  


How to get records from a database?

0 Answers  


What is difference between winforms and windows forms?

0 Answers  


What are the different types of indexes in SQL Server?

3 Answers   Arctern,


Which command prompt utility is used to convert a resource file from the text format into the binary format?

0 Answers  


Categories