Hi,

The attached patch fixes some issues I had with the MSI task from
NantContrib:

- Some members of MSIComponent, as defined in the xsd, have changed
type, making it necessary to use setStringData instead of
setIntegerData, or vice-versa.
- The componentFiles fileset requires a Parent, otherwise a null
reference exception will be thrown.
- some local variable where declared twice, resulting in compilation
errors.
- Create a cabinet with a sourcedir which contained an absolute path
resulted in an invalid cabinet, since cabarc.exe only likes relative
paths.

Best,

Arjen

Attachment: nantcontrib.patch
Description: nantcontrib.patch

Reply via email to