-
If I write a value to the registry during the runtime of an application how can I be sure that the key is deleted when the application is uninstalled? Say I write a bit of software that is unstalled using the standard VB6 package & deployment route. The software stores permanent values in the registry eg last run date, form positions. These were not present at the packaging phase . . . how do I auto delete them from the registry? :confused:
------------------
Matt G
Either [email protected]] or [email protected]
-
the standard vb-setup kit do not delete any registry entrys, created by you're programm. (i think)
better you use third party installer... the are working much better *g*
taLON