I'm using the version of WixCop which shipped with the final build of
WiX v3.0, passing it a single settings file and a single source file.
If the settings file is not found, WixCop displays an error and exits
returning 1, "fatal error", as expected. However, if the source file
is not found, WixCop silently exits returning 0, "success".

This was making me think that I had no violations, when in fact I did
- WixCop was trying to load my source file from the wrong directory.

Is this the intended behavior?

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to