I have written a small Database using VB6 and would like to create installation disks for it.
How would i do that in VB6. I cant find the Package and deployment wizard within the Toolbar.
Thanks
Printable View
I have written a small Database using VB6 and would like to create installation disks for it.
How would i do that in VB6. I cant find the Package and deployment wizard within the Toolbar.
Thanks
what version of VB do you have? perhaps it did not come with your version.. anyways.. the path should be something like this
"C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\PDCMDLN.EXE"
you might want to look into CDs versus trying to put your application on disks... because you will have to split the files up.. the VB runtime alone is bigger than 1.44 megs
Thanks bud, However, is the access db also included within the deployment wizard or do i have to manually place it in the correct path.