Problem with appconfig while uninstalling project
-
Hi, am creating appconfig file dynamically to my application folder. it is working fine but while am uninstalling my application, everything unstalled but that appconfig not uninstalled why this is happening? how can i uninstall appconfig also? Thanks InAdvance
-
Hi, am creating appconfig file dynamically to my application folder. it is working fine but while am uninstalling my application, everything unstalled but that appconfig not uninstalled why this is happening? how can i uninstall appconfig also? Thanks InAdvance
The logic seems to be clear, uninstall removes all it knows about, if you create the config file manually how is the uninstaller gong to know about it? Try including an empty config file in the project and edit it, I'm betting the uninstall will find it then.
Never underestimate the power of human stupidity RAH
-
The logic seems to be clear, uninstall removes all it knows about, if you create the config file manually how is the uninstaller gong to know about it? Try including an empty config file in the project and edit it, I'm betting the uninstall will find it then.
Never underestimate the power of human stupidity RAH
yes, you are correct. cant we delete that app.config file during uninstallation?