Tagged Questions
The uninstallstring tag has no wiki summary.
3
votes
2answers
2k views
HowTo: Parse the UninstallString reg entry
In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ is the list of installed programs in my machine (at least most of them).
There, there's a String Value called UninstallString ...
1
vote
1answer
493 views
Custom uninstaller for a WIX generated MSI
I have an MSI that is being generated from WIX scripts.
My question is similar to this question.
I want to create a custom uninstaller instead of using the default MSI uninstaller.
I am thinking of ...
0
votes
2answers
299 views
Executing UninstallString using c#
I have a problem to execute uninstallString using process, it wont work in all cases.
I need a generic procedure that will run in any case.
one of my ideas was to parse uninstall string
Code:
int ...
0
votes
1answer
426 views
uninstall string
I am developing an desktop based application using VB.NET, similar to add/remove program. everything was working fine until i start working on uninstall feature.
Now what am i doing is that i get ...