I have a VB6 application that my customer has been using for a decade. She recently got a laptop running Windows 8.1 (64-bit). Whenever we attempt to run the installer it fails to load key VB6 runtime files.
This message is in the log file:
[03/06/2015 14:42:03] Info
VB6 SP6 Module: Current version of MSVBVM60.DLL detected.
The VB6 SP6 runtime is already installed.
Dependency Walker, the application breaks saying it cannot find the file MSVBVM60.DLL. I looked for the file and sure enough there it is:
C:\Windows\WinSxS\x86_...[boring stuff]...\msvbvm60.dll
How do I properly install this app when I cannot even get passed the preinstalled runtimes...? I am using Setup Factory 9.1 and have attached the installation log and Dependency Walker's results. For this test I chose to include only the first runtime file - msvbvm60.dll. It never gets passed this...
Any help would be appreciated...
This message is in the log file:
[03/06/2015 14:42:03] Info
VB6 SP6 Module: Current version of MSVBVM60.DLL detected.
The VB6 SP6 runtime is already installed.
Dependency Walker, the application breaks saying it cannot find the file MSVBVM60.DLL. I looked for the file and sure enough there it is:
C:\Windows\WinSxS\x86_...[boring stuff]...\msvbvm60.dll
How do I properly install this app when I cannot even get passed the preinstalled runtimes...? I am using Setup Factory 9.1 and have attached the installation log and Dependency Walker's results. For this test I chose to include only the first runtime file - msvbvm60.dll. It never gets passed this...
Any help would be appreciated...
Comment