We have several third-party controls that are GAC'd on development machines. They are mentioned in Visual Studio projects. When we used VS configuration projects, he knew how to find the referenced files and include them in MSI. However, I cannot figure out how to include DLL file links from GAc in our new WIX setup. What do I put as a source?
<File Id="MyFile" Name="MyFile" Source="WHAT TO PUT HERE?" DiskId="1" Vital="yes" KeyPath="no"/>
Also a bonus question: how to automatically collect them using heat or other methods?
source share