The documentation says that the ResourceFileDirectory attribute does not need to be specified:
"If not specified, Perfmon will look for the resource file in the same directory of the perfmon counter manifest file."
Reference:
http://wix.sourceforge.net/manual-wix3/util_xsd_perfcountermanifest.htm
But the compiler complains if not specified:
error CNDL0010: The util:PerfCounterManifest/@ResourceFileDirectory attribute was not found; it is required.
And if left empty:
error CNDL0006: The util:PerfCounterManifest/@ResourceFileDirectory attribute's value cannot be an empty string. If you want the value to be null or empty, simply remove the entire attribute.
Originally opened by mberchtold from http://sourceforge.net/p/wix/bugs/2398/
The documentation says that the ResourceFileDirectory attribute does not need to be specified:
"If not specified, Perfmon will look for the resource file in the same directory of the perfmon counter manifest file."
Reference:
http://wix.sourceforge.net/manual-wix3/util_xsd_perfcountermanifest.htm
But the compiler complains if not specified:
error CNDL0010: The util:PerfCounterManifest/@ResourceFileDirectory attribute was not found; it is required.
And if left empty:
error CNDL0006: The util:PerfCounterManifest/@ResourceFileDirectory attribute's value cannot be an empty string. If you want the value to be null or empty, simply remove the entire attribute.