I'm trying to install a program written in VB6 on a computer running windows 98. (Packaged it up with package manager).
Firstly it tried to install MSVCRT.DLL and OLEAUT32.DLL which corrupt the system. I removed those from the install list and the installation is allowed to start. Once all the files are copied it fails registering two DLLs - MSSOAP1.DLL and MSSOAP30.DLL. I tried registering them manually but to no avail.
I have run windows update a hundred times and gotten every critical update that is available.
When I try to manually register the DLLs I get this message:
LoadLibrary ("MSSOAP1.DLL") failed GetLastError returns 0x0000045a
(and the same for MSSOAP30.DLL).
If anyone has any ideas on how I can get this working I would greatly appreciate it - thanks!
Firstly it tried to install MSVCRT.DLL and OLEAUT32.DLL which corrupt the system. I removed those from the install list and the installation is allowed to start. Once all the files are copied it fails registering two DLLs - MSSOAP1.DLL and MSSOAP30.DLL. I tried registering them manually but to no avail.
I have run windows update a hundred times and gotten every critical update that is available.
When I try to manually register the DLLs I get this message:
LoadLibrary ("MSSOAP1.DLL") failed GetLastError returns 0x0000045a
(and the same for MSSOAP30.DLL).
If anyone has any ideas on how I can get this working I would greatly appreciate it - thanks!