InstallerFX is a graphical addon program for the standard Commodore Installer program.
I am sure you have seen some installer programs for Machintosh or PC with nice graphics and logos. I though it could be nice to have something similar on the Amiga without rewriting the whole Installer program. My solution was to make a program which works as an addon program for the Installer and that is as flexible as possible.
If the Installer program had an Arexx interface this could be very easy to do, but the Installer program does not have an Arexx port. It had to be done by other means. I also needed to make it work on any Amiga on any AmigaOS without any error reports to the users with old OS or some missing libraries.
Installer and InstallerFX only communicate in one way. Messages go from Installer to InstallerFX with help of the FileNotify() function in dos.library.
Simple Example
If the Installer script is aborted the installer script shall remove the t:mypicture.iff and the InstallerFX is also quitting.
For a real installer script example, look at this example: