Can the wix.targets from v3 be ported to v2. The
changed required are:
- Remove 'SuppressWarnings="$(LinkerSuppressWarnings)"'
from the Light section as this option is not
available in v2.
- Change the 4 references
'$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\' to
match the location of the v2 wixtasks.dll
e.g. '$(MSBuildExtensionsPath)\Microsoft\WiX\v2.0\'
Logged In: YES
user_id=26581
Originator: NO
A number of the targets and tasks were back-ported but not all before the lockdown.