Anyone:
I am using Visual Basic Installer to create my installation package (.msi). However, I need to check 3 things and run some programs outside the installer before installing the main application. It goes as follows:
1) check for mdac version
2) install correct/newer version of mdac (if needed)
3) check for dcom
4) install correct/newer version of dcom (if needed)
5) check for Microsof Windows Installer (if present or version)
6) install MS Installer.
I've searched the MS kb and came up with a few things.
For starters, I have the wrappersetup.exe which will check and install the mdac and dcom, but I have no idea how to get Visual Basic Installer to do this. Then there is the issue with the MS Windows Installer to run the .msi package.
HELP!!!!!
Thanks,
Roy H.


Reply With Quote