c# - .NET Installer - Target Directory is empty -


we trying figure out why our assemblies not being installed gac. have assembly attribute set .net specify gac installation defined here. http://wixtoolset.org/documentation/manual/v3/xsd/wix/file.html

this output our log file -

installfiles: file: myassembly.dll,  directory: ,  size: 108544 

any idea why directory null/empty/not set instead of being set c:\windows\assembly?

we looking because myassembly.dll not being installed anywhere application can find (not local application bin or gac).


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -