I know that the way setup1.vbp is written, if an error occurs during the install of MDAC, the code just drops through. For example, I was attempting to install my app on a machine with an early version of IE and got no notification that MDAC could not be installed.
I want to modify setup1.vbp so that during the install the user would be notified and see any error messages that may occur during the MDAC install. I think this has to do with the command line arguments defined in basCommon:
gstrFILE_MDAGARGS = " /q:a /c:""setup.exe /QN1"""
If anyone knows a way to modify the MDAC install please help. Thanks.
I want to modify setup1.vbp so that during the install the user would be notified and see any error messages that may occur during the MDAC install. I think this has to do with the command line arguments defined in basCommon:
gstrFILE_MDAGARGS = " /q:a /c:""setup.exe /QN1"""
If anyone knows a way to modify the MDAC install please help. Thanks.