Inno Setup and the VB Dll's...(and the common dialog ocx)
Hey,
When must I install the VB dll's with my application? I heard the WinXP + include them so it's not necessary. If I want to make it compatible on 98, etc, must I include them? What about the common dialog OCX? Is that already on any target computers? Should I always just include it in the setup?
Thanks,
Tronman
Re: Inno Setup and the VB Dll's...(and the common dialog ocx)
Maybe this will help. Read installation Problems in my signature.
And no all the dependency files will need to be found and put in your setup file. ********** can find all the dependencies that you app needs (it's free for three days) it will also create your Inno Setup script for you.