Hi,
I have written multiple applications in VB6. We send these applications to customers for my companies product configuration in the field.
I use the package and deployment wizard in VB6 SP6
When customers in the field run the setup.exe, they get the error-
An error occurred while registering the file 'C:\Windows\System32\hid.dll'
This happens for many files - such as Ws32_32.dll, setupapi.dll, mswinsck.ocx...
I have read that this has to do with SysWOW64 having pre-compiled drivers in it that are an older revision than VB6 has access to, and that the vb6 setup.exe that is part of the package cannot update the SysWOW64 drivers.
Is there a way to make a vb6 package that installs on Windows 7? If not is there at least a way to suppress the errors so that customers do not see them, the application does run.
Thanks,
Martin