Q:
I have all the installation packages in emails, but no floppy disks. How do I install the software from the .pkg files?
A:
Be sure to check the timestamps on the mail to make sure the order is correct.
You should have something that looks like this:
WetPaint/WetPaintDisk1/WetPaint.pkg
WetPaint/WetPaintDisk2/WetPaint.pkg
WetPaint/WetPaintDisk3/WetPaint.pkg
WetPaint/WetPaintDisk4/WetPaint.pkg
cat WetPaint/WetPaintDisk?/WetPaint.pkg/WetPaint.tar.Z.? | zcat | tar xvf - cd <return>
This will print a list of information in the Terminal window and when it's done you should have WetPaint.app installed in your home directory.