VB Runtime and Multiple OS installation
I have a program I wrote in VB6 which requires VB runtime files such as OLEAUT32.DLL however when installed on Windows 98 any programs using InstallShield no longer function due to new dll file version. Should I modify script to check if VB runtime files exist and only copy to Windows system if they don't exist ? The only file that appears to be missing from Windows 98 is msvbvm60.dll which should be in system32 folder. I now this is a common problem but doesn't appear to be a simple solution.