Self-extracting Delphi program
- by Steve
I'm writing an updater program in Delphi7 which will be run once, but needs many files to run.
What I'd like the achieve:
1, User runs exe
2, Exe unpacks files, runs updater
3, If updater detects and error, prompts the user to send log in e-mail
4, After the updater is run, temporary files are deleted (some of these files are dlls used by the…