This one app provides data by state. A customer orders a state(s). I have
a routine that pulls the states ordered from a database of over a million
records and creates a new TPS file.

I call up SetupBuilder and recompile the project which pick up the new data
along with the rest of the app and uploads to the web site. Works great.
Next order that comes in the above is repeated.

This has to be repeated each time since the state file will always be
different. Someone may order Missouri one day and the next order may be for
Texas and Arkansas.

This has worked well and only takes minutes to complete. However, now I
have a stumbling block. My associate in Florida is taking orders when I am
unavailable. I have the app to create the ordered state file, we use
virtual terminal from PayPal or online PayPal to accept the funds.

But no way to create the install exe for uploading to the web. The only
thing that changes in the install is the one TPS that holds the new data.

Any thoughts on how to accomplish this. I also use Armadillo but I have a
'stock' registration code for these times when I am not here. Orders for
all states are shipped out on CD.

Don Harvey