Uninstall components
Posted
by prashant
on Stack Overflow
See other posts from Stack Overflow
or by prashant
Published on 2010-02-11T07:27:40Z
Indexed on
2010/05/01
21:47 UTC
Read the original article
Hit count: 257
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?
© Stack Overflow or respective owner