adtimg
05-07-03, 16:32
I'm wondering if someone could direct me to a tutorial on software installation.
I'd like to learn how to make VB installer check whether some software or files that may be necessary to run an app exist on a target machine and then install them or update them if my supplied files are newer versions.
For instance, I made an app in VB6 that uses an Access database and connects using jet. I get a message stating that, for my app to work on a machine running Windows98, DCOM 98 must be installed.
Currently, I just include the file and tell users to install it if they meet the criteria. This doesn't seem professional and I'm reasonably sure there's a way to script an install sequence to take care of that for me. I'd like to learn a whole bunch of other things like manipulating registry entries etc., but for now just file installs is cool.
TIA
Tim Garrison
I'd like to learn how to make VB installer check whether some software or files that may be necessary to run an app exist on a target machine and then install them or update them if my supplied files are newer versions.
For instance, I made an app in VB6 that uses an Access database and connects using jet. I get a message stating that, for my app to work on a machine running Windows98, DCOM 98 must be installed.
Currently, I just include the file and tell users to install it if they meet the criteria. This doesn't seem professional and I'm reasonably sure there's a way to script an install sequence to take care of that for me. I'd like to learn a whole bunch of other things like manipulating registry entries etc., but for now just file installs is cool.
TIA
Tim Garrison