-Original Message-
From: James Geurts [mailto:[EMAIL PROTECTED]
Sent: Friday, July 23, 2004 10:41 AM
To: Gifford, Noel; 'Gert Driesen'; 'Noel Gifford';
[EMAIL PROTECTED]
Subject: RE: [Nant-users] Error with MSI task
Hi Noel,
According to the schema, the msi specific elements ne
MAIL PROTECTED]
Sent: Friday, July 23, 2004 1:18 PM
To: Gert Driesen; Noel Gifford; [EMAIL PROTECTED]
Cc: James Geurts
Subject: RE: [Nant-users] Error with MSI task
Gert,
I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the
specific error with the resources.
The documentation doe
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert
Driesen
Sent: Friday, July 23, 2004 12:28 AM
To: Noel Gifford; [EMAIL PROTECTED]
Cc: James Geurts
Subject: Re: [Nant-users] Error with MSI task
Noel,
The problems was that NAnt now runs o
Noel,
The problems was that NAnt now runs on the .NET Framework 2.0 by default (if
available), and the msi schema was written to a resources file (using the
xsd task, which used ResourceWriter for this). The resulting resources file
was tied to the framework on which NAnt was running (which is .NE