I ran into an issue with removing languages through the CLI. I have a multilingual installer that I would like to use a script to remove languages to make my debug builds faster. In this scenario, we have a multilingual installer converged into a single installation package with a language selector. Regardless, if I remove all languages but english through the CLI, and generate the build, the package launches than fails without error message or log or event log. It seems the issue (from using a diff tool) is that the following property is not removed when I am left with 1 language.
LangOpt="1" (from <COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">)
When I remove that option, everything seems to work. I would rather not modify the xml. Have you guys seen this before? Do I have any other options to do this through the CLI?