when i delete my program (in C#) the database still exists - how to delete him ?
-
hi when i delete my program (in C#) through add/remove programs the database still exists - how to delete him ? thanks in advance
You can create a
custom action
in your installer that runs when the product is uninstalled. The custom action would call a function in one of your DLL's that removes any files created by the program after it was installed.The difficult we do right away... ...the impossible takes slightly longer.
-
hi when i delete my program (in C#) through add/remove programs the database still exists - how to delete him ? thanks in advance
"All your database is belong to us." -- Microsoft
-
You can create a
custom action
in your installer that runs when the product is uninstalled. The custom action would call a function in one of your DLL's that removes any files created by the program after it was installed.The difficult we do right away... ...the impossible takes slightly longer.
-
What are you using to create the install package?
The difficult we do right away... ...the impossible takes slightly longer.
-
"All your database is belong to us." -- Microsoft
What you say?!