It is trivial to install a component to GAC by using WiX. However, I want exactly opposite. I have some components in GAC on a computer where I build WiX project. I want to make GAC a source for some of my components instead of tricky process of manually extracting them from GAC and storing in a specific folder to give WiX an explicit file path. Is it possible to instruct WiX to take components for setup directly from GAC without supplying full machine specific path to it?
Asked
Active
Viewed 38 times
0
-
Yes. This is the duplicate to another question pointed. Sorry missing it before. Thank you. – Boris Zinchenko Nov 25 '17 at 18:53
-
Especially, the second answer there with a hint for using 'copy local' attribute in project is very useful. – Boris Zinchenko Nov 25 '17 at 18:57