Wix Harvest: Same Component/File ID when files are in different folders
问题 So I may not be doing this correct, but here it goes: I have one application with references to 4 SQL Server assemblies App must work against SQL 2008 and 2010. The only way I've gotten this to work is, to have my app reference a 'generic' path for my SQL Assemblies. Then in my MSBuild project, I copy the 2008 assemblies to the 'generic' folder and compile my app. I do this again for the 2012. I have a folder like Tools\Release\V2008 and Tools\Release\V2010. These folders have all the EXE and