Are the VB6 runtime librarys available as a separate download?

I am creating an app that is going to be distributed which the client needs to fit on 2 floppy disks.

I can fit all the files that I need by selecting a CAB file size of 2.88MB but the problem there is that the install has the user swap disks anywhere between 6-10 times.

I've noticed that if I create an install with the P & D wizard of just the VB 6 runtime files and then create a Self Extracting Zip file which then executes the setup.exe, I can fit the CAB file and the Setup.exe which the P & D creates, onto 1 floppy disk. This way I can create a setup on disk 2 with just the program file and the dll's that it needs.

However, when it runs on a machine without msvbvm60.dll, an error occurs which says:

A required .dll file, msvbvm60.dll was not found.
It then proceeds with uninstalling whatever it had copied. Thanks in advance for any help.

-Jack Vinitsky