Is it necessary to have assembly = .net in file element?
+3
A:
No, you only specify ".net" or "win32" if you want the file to be added to the Global Assembly Cache. Choose "No" otherwise, this is the default.
fletcher
2010-07-21 14:17:39
A:
The assembly attribute of the file element must either be ".net" or "win32".
See http://wix.sourceforge.net/manual-wix2/wix_xsd_file.htm for more detail.
Kragen
2010-07-21 14:17:51