|
If you know what these reg keys are, it shouldn't be too hard to add something to the uninstall script to remove them...
If you don't know what they are but your program does, you could get your uninstall to shell your program with a command line parameter (perhaps "/uninstall") to which your program would then react by removing all reg keys then unloading itself.
You can check command line parameters passed to your program via the Command$ function.
|
__________________
Chuck Norris ordered a Big Mac at Burger King, and got one.
|