I have multiple "Features" in a setup, each of which corresponds to an executable. These executables use some or all of the dlls defined in my project. If I specify the same dll file in the Files and Folders for two of my Features, does the setup program contain two copies of that dll file or only one? And if installing both features, does the dll file get installed twice?