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: Basic, Create, File, Setup., Visual
This entry was posted
on Thursday, October 15th, 2009 at 11:28 am and is filed under ocx files.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
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
They are listed in the referenmces
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.