want to make an uninstaller
-
Hi I have developed an application in C#. I have made installer in .NET, but i am not able to make the uninstaller.exe to uninstall the application. Thanks
Devesh Mishra
-
Hi I have developed an application in C#. I have made installer in .NET, but i am not able to make the uninstaller.exe to uninstall the application. Thanks
Devesh Mishra
The installer is also the uninstaller. Once you've installed the app, you can go to Add/remove programs and uninstall it.
Cheers, Vıkram.
After all is said and done, much is said and little is done.
-
The installer is also the uninstaller. Once you've installed the app, you can go to Add/remove programs and uninstall it.
Cheers, Vıkram.
After all is said and done, much is said and little is done.
Thanks for ur reply... But i dont want to uninstall the applicaton from control panel. Because Its a time consuming process. As i am a programmer. So i want to do it programatially. Thanks
Devesh Mishra
-
Thanks for ur reply... But i dont want to uninstall the applicaton from control panel. Because Its a time consuming process. As i am a programmer. So i want to do it programatially. Thanks
Devesh Mishra
devesh_code wrote:
But i dont want to uninstall the applicaton from control panel. Because Its a time consuming process. As i am a programmer. So i want to do it programatially.
What on earth does that mean? You, as the developer, create an installer and give it to your user. Just as he runs the setup file to install the program, he has to use the Add/remove programs applet to uninstall it. I really, really don't understand what you want.
Cheers, Vıkram.
After all is said and done, much is said and little is done.
-
devesh_code wrote:
But i dont want to uninstall the applicaton from control panel. Because Its a time consuming process. As i am a programmer. So i want to do it programatially.
What on earth does that mean? You, as the developer, create an installer and give it to your user. Just as he runs the setup file to install the program, he has to use the Add/remove programs applet to uninstall it. I really, really don't understand what you want.
Cheers, Vıkram.
After all is said and done, much is said and little is done.
No need to understand much more. Thanks
Devesh Mishra
-
No need to understand much more. Thanks
Devesh Mishra
sorry i don't know the solution either. But i really liked your comment and i would like to develop an uninstaller.exe too. It's quite a hazard to go to control panel every time i need to uninstall a sw. Specially it is disgusting for developers who need to test their project again and again. Hope someone can give a solution.... i believe many people like me, will be happy to find a proper solution... thanks
Chayan
-
sorry i don't know the solution either. But i really liked your comment and i would like to develop an uninstaller.exe too. It's quite a hazard to go to control panel every time i need to uninstall a sw. Specially it is disgusting for developers who need to test their project again and again. Hope someone can give a solution.... i believe many people like me, will be happy to find a proper solution... thanks
Chayan
Hi Chayan Thanks for ur comments...I have made an uninstaller.exe. Now just i have integrate it with my application. Thanks
Devesh Mishra
-
Hi Chayan Thanks for ur comments...I have made an uninstaller.exe. Now just i have integrate it with my application. Thanks
Devesh Mishra
Can you please tell me how you did that ? I am really curious to know this. thanks
Chayan
-
Can you please tell me how you did that ? I am really curious to know this. thanks
Chayan
Yah sure.... http://www.codeproject.com/useritems/NET\_Uninstaller.asp Try to understand it.....
Devesh Mishra
-
Yah sure.... http://www.codeproject.com/useritems/NET\_Uninstaller.asp Try to understand it.....
Devesh Mishra
Devesh, thank you very much for being so much helpful. I simply loved the article that you suggested. I can't believe it can be so simple and so cool. thanks my friend. Now i will use it and surprise my friends and colleagues:-D....
Chayan