I created an installer using the VB6 Package and Deployment Wizard and stared testing on both Windows 10 32bit and Windows 10 64bit. The apps seen to behave as expected. Development environment includes SP6. I'm a little concerned about the deployment of msvbvm60.dll on the 64bit version. The setup program version is 6.0.98.48 but it is not getting copied to SysWOW64. The existing version, 6.0.98.15, does not get updated. When I look at ST6UNST.LOG I see this:
ACTION: SystemFile: "C:\Windows\System32\msvbvm60.dll" (File was not found or was an older version -- new file copied)
The other files, e.g., MSCOMM32.OCX, get copied to SysWOW64 and registered.
This does not happen on Windows 10 32Bit, The updated msvbvm60.dll exists in windows\system32.
Anyone understand what's going on here?