how to create set up file in vb.net , after setup has made ,if there are any modifications how to made another set up file

Recommended Answers

All 2 Replies

Add a new project to your application. choose "other project type" -> Setup and deployment -> Setup project

If you have made some changes to your application you just need to Build the solution again to update the setup.

More information about creating setups you can find here

write a program in C++ to calculate the elements of numeric table 'table' which has 8 rows and 12 columns.each element of the table is calculated as: table[j]=1/i+j-1

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.