Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distribution Questions

Status
Not open for further replies.

innmedia

Programmer
Mar 24, 2000
108
US
Hi,

I am working on an app for commercial use, using VB6. What files do I need to ship with the app? Is there concern for the OS - will the app run on Win95 right up to WIndowsXP?

THanks
 
You should be able to use the package and deployment wizard (or visual studio installer) to assemble the files into a setup program without having to know which files are needed (you may need to add a few files that the wizard misses, but in most cases you won't have to). As for the different OS's if you access databases it will be a good idea to add mdac_typ.exe (downloadable from MS) for 95 and 98 installations and DCOM98.exe for 95 installs. Both of these are self-extracting exe's that take care of their own setup when added to your setup package. Everything else should be the same for all OS's (unless you want to take advantage of Win2K and higher's side by side versioning capabilities for dll's, this allows you to have different copies of the same-named dll for different applications. you can look up how to do this on MS's site, search on 'side by side dll' ).
Ruairi

Could your manufacturing facility benefit from real time process monitoring? Would you like your employees to be able to see up to the minute goal and actual production?
For innovative, low cost solutions check out my website.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top