aussiecyclone
March 17th, 2001, 09:49 PM
Hi,
I am testing installation for a VB5 app on PC’s. On the welcome form in Setup1, I added some code to search for a previous installation and remove it if it exits.
From an installation disk, this loads fine on Win Me and Win 95. On Win 98 I get error 430. The 98 computer does not have MSPP32.dll, I believe I need this on the computer so I can install the app with the search feature.
I put the dll on a floppy with regsvr32.exe and a Bat file with one line of code.
regsvr32.exe MSPP32.dll. It would not install the dll.
Does anyone have a sample code to install this DLL and where do I put it in Setup1 so the DLL will be registered before the installation starts searching.
Without the search feature I can load the app on the Win 98 computer ok.
Any help appreciated.
Regards,
Alan.
I am testing installation for a VB5 app on PC’s. On the welcome form in Setup1, I added some code to search for a previous installation and remove it if it exits.
From an installation disk, this loads fine on Win Me and Win 95. On Win 98 I get error 430. The 98 computer does not have MSPP32.dll, I believe I need this on the computer so I can install the app with the search feature.
I put the dll on a floppy with regsvr32.exe and a Bat file with one line of code.
regsvr32.exe MSPP32.dll. It would not install the dll.
Does anyone have a sample code to install this DLL and where do I put it in Setup1 so the DLL will be registered before the installation starts searching.
Without the search feature I can load the app on the Win 98 computer ok.
Any help appreciated.
Regards,
Alan.