Before building, we customize the project and remove some features if necessary. We use a C# program for this, which is supposed to remove the feature via the COM interface of AdvancedInstaller. First, all file components of the feature are removed, and then the feature itself. The problem is that we have file components that are also linked to one or more registry values.
Best regards,
René
However, I cannot find a way to determine these values via the file component and therefore cannot delete them. When I try to delete the feature anyway, I get the following error message.
Attached ( ) you will find the test project and C# tool.