InstallShield 1.00b
By: Clement Teo
Email: xxxxxabc@hotmail.com

This is basically a program that you call as a subroutine from another program. It has no use at all, except to make a program look cool, to waste time and to reset all the defaults from a program. Still, i had some time, and i have not seen a good program like this made on the web, so i decided to create one. Do give me credit, though, if you do decide to use this program as a subroutine for your program.

How to use it?
At the beginning of your program, type this:

ClrHome
XXXXXXXXXX->A	;where A is the serial number that you want to include
{A}->lPRGD
"Nameoftheprogram"->Str1  ;Max 10 Characters
1->dim(lSTUP  ;l stands for list, and -> is store
lSTUP(1)->A
If A not = 64359232:prgmAINSTALL

This will make prgmAINSTALL run only if a list variable is not found. After it is run, the program automatically makes, that list variable, so you don't have to run is a second time.
Also make a list called lPRGD, and put a serial number that you want setup to prompt for. If the serial number is incorrect, setup will quit, and you will not be able to run the game, if you have locked it.


Please let me know if there are any bugs, espically with the lowercase. I will include you in the credits section.

CREDITS:

Me			For making the InstallShield
Michael Vincent		For the ASM coded programs
Henry Chang		For the idea
John Wu			For debugging and spelling corrections.