cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
PysnLiu
Level 3

How to create uninstall shortcuts for each feature?

I have an installation including several features,and I want to create an uninstall shortcuts for each feature.
How can i implement this?
Labels (1)
0 Kudos
(3) Replies
RobertDickau
Flexera Alumni

Perhaps create a bunch of shortcuts, each running a command like:

msiexec.exe /i [ProductCode] /qb REMOVE=FeatureToRemove
0 Kudos
PysnLiu
Level 3

RobertDickau wrote:
Perhaps create a bunch of shortcuts, each running a command like:

msiexec.exe /i [ProductCode] /qb REMOVE=FeatureToRemove


The project i've created is an installscript,not a mis.
0 Kudos
RobertDickau
Flexera Alumni

I haven't tried it, but perhaps shortcuts that launch \ plus a command-line argument referring to the feature to remove; where you read the data from CMDLINE and call FeatureSelectItem to remove the feature you don't want?
0 Kudos