Uninstalling Multiple Features
Hello all,
I have created a MSI package, with WPS 7 SP3, with multiple features. Everything with the package is fine, except when I go to do a uninstall removing just one or two of the features. I can uninstall, using "modify" or "remove", but with modify I have to do one feature at a time and remove catches the "REMOVE~="ALL"" and will remove everything. What I am looking for is a way to use the modfiy area, in maintenance mode, to select only one or two features and have it remove just those. If I use "REMOVE~="Feature_name"", doing one IF for each feature name, it does not catch every feature name in it's own IF. What appears to be happening is all the names of the features being removed are put in the comma delineated line, and this is too much for the "REMOVE~="Feature_name"" qualifier.
Thank you in advance for any assistance provided.
Regards,
Brian M.
Comments
If I am missing something,
If I am missing something, please feel free to point me in the right direction. I have also attempted "IF &Feature_name=2" with no success. Thanks again.
I am installing multiple MSIs
I am installing multiple MSIs using IF Feature_NAME=3. From this condition, a MSI will fire to install the feature selected. Once the MSI is installed and the parent package completes, I am going back into the parent and attempting to uninstall just one of the child MSI features, which is what is failing. PLEASE HELP! Thank you.
Would you like to reply?
Login or Register to post your comment.