CommandLine Option Parsing
v1.0, 25 Feb 1999
Troy Engel <tengel@abtcorp.com>

Purpose
-------
This package will allow you to easily accept commandline parameters passed
to setup.exe, which you design.  It was specifically designed to use a
"--key=value" model to avoid InstallShield someday interfering in the future
by taking yet another /param item (they already took all the good ones :-).

Usage
-----
Please read the header file for usage, it's pretty simple. If you've never
used a plug-in script before, just drop these 2 files (.h/.rul) into either
your setup \Scripts directory, or the main InstallShield \Include dir. After
that, #include the header at the top of your setup.rul and #include the
.RUL at the bottom.

Bugs and License
----------------
Any bugs, just email as I'd love to fix them in my own setups. :) These
routines can be used by any one for any reason, I don't care. Just be honest
with yourself and gimme the credit.


DISCLAIMER
----------
This work is in no way authorized nor supported by my employer,
ABT Corporation. Please direct any problems directly at me, personally.

Errata
------
PS: Did you check out my font install package? :) Look for 'tefonts' on the
InstallSite nearest you. Thanks out to Stefan K. for working it.
http://www.installsite.org

