Help me uninstall in C# window form application
-
I am boring with instantly going inside Add/Remove Program, selecting my uncomplete program and removing. When making Setup file, I can't find any item mentioning Uninstall in Program Files . Someone help me solving my problem. How should I do ? Thanks in advance
It seem to be a solution or an answer.
-
I am boring with instantly going inside Add/Remove Program, selecting my uncomplete program and removing. When making Setup file, I can't find any item mentioning Uninstall in Program Files . Someone help me solving my problem. How should I do ? Thanks in advance
It seem to be a solution or an answer.
There are installers that create an uninstall exe, but msi's do not, AFAIK.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I am boring with instantly going inside Add/Remove Program, selecting my uncomplete program and removing. When making Setup file, I can't find any item mentioning Uninstall in Program Files . Someone help me solving my problem. How should I do ? Thanks in advance
It seem to be a solution or an answer.
Try to change the current version of your exe. Then you can set the option "remove previous versions" to true. The system will automatically replace your previous application
My small attempt...
-
There are installers that create an uninstall exe, but msi's do not, AFAIK.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
What are some installers you mentioned ? Thanks
It seem to be a solution or an answer.
-
Try to change the current version of your exe. Then you can set the option "remove previous versions" to true. The system will automatically replace your previous application
My small attempt...
How do I change my current version of exe ?
It seem to be a solution or an answer.
-
How do I change my current version of exe ?
It seem to be a solution or an answer.
you can it will be 1.0.0 you can change it to 1.0.1 or more
My small attempt...