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
Post a Comment