How To Create Setup File In Visual Basic ?

We doing application project in visual basic? I want to create the setup file for my project?
I want to know what are the .dll file and Ocx file need, to run my project on differenct system without install visual basic 6.0?

Tags: , , , ,

3 Responses to “How To Create Setup File In Visual Basic ?”

  1. Taksheel Patel says:

    I program in VB – the process is very simple.
    1. create a folder and make an exe file of your application that you created.
    2.when you install VB – it will install the setup wizard or package and deploy wizard , from program menu go to VB and see for this menu of PACKAGE and DEPLOY and click on it.
    a wizard will appear and its very user friendly – just follow the instruction and you will create a setup program for your application tat was created in VB
    tats all – ask if anything else , I’ll re-add on this answer as well

  2. Taksheel Patel says:

    They are listed in the referenmces

  3. Taksheel Patel says:

    Any VB program will more than likely need the vb runtime files, theres really no way around it. You can use an installer building software like Wise Installer to make an installation for your program.

Leave a Reply