Uninstall components
- by prashant
I am building the .msi which contains 3 features.
feature1
feature2
feature3
While installing the product, the user has the choice to install feature1, f2, f3 or f1, f2 as per user requirement. He can install successfully.
I am facing problem while deinstalling.
My .msi file deinstalls all the installed components (ie f1,f2,f3).
Here I want to provide UI to user where he can select the component(s) which he wants to uninstall.
Can you pelase help me how to achieve the same?