Hi All
I have developed an appon win2000 system using vb6.
I created setup using inno setup and specified MinVersion=4.0,4.0
If target system is xp or 2000, app software working fine but
if target system is win 98, app starts, asks for login check the login within mdb properly and when it comes to display the main form of app, its showing following error..
MyApp caused an invalid page fault in
module MSVBVM60.DLL at 0187:66063fea.

Same app with same setup.exe working fine on XP.

I also tried by registering VB runtimes manually but in vain
Can you please help me on this?
Thank you