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 |
what is a property to resize a label control according to your caption?
how save recoreed in the database
What is difference between winforms and windows forms?
What is the use of play() playlooping() functions?
what are the differences between image and picture controls?
Name the property which of menu cannot be set at run time?
what is the Difference between listbox and combo box?
What is datagrid?
What is form and meaning?
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
which property is used to lock a textbox to enter data?
what is the difference between Listindex and Tab index?