Distributing applications to be run directly from CD
Im designing an application that needs to be run directly from CD ie. NOT INSTALLED. Normally I would put all the boot strap files
and necessary exe's, ocx's & dll's onto the CD in the root, but with this application (which uses a CSV file as a database) I get an error message when installing on a "clean machine"
Couldn't find installable ISAM..... etc.
I realise that certain files need to be registered.
Question: Can I do this programmatically ie. maybe in a form load proceedure? or does the application need to be installed (using the Package & Deployment wizard)?