Re: [Nant-users] msi, components, and subdirs

2004-08-06 Thread Ted Quinby
5 Aug 2004 21:28:52 -0500 To: [EMAIL PROTECTED] From: Ted Quinby <[EMAIL PROTECTED]> Subject: Re: [Nant-users] msi, components, and subdirs Cc: [EMAIL PROTECTED] I tracked down the problem although I haven't solved it yet. It's related to the following code in InstallerCreat

Re: [Nant-users] msi, components, and subdirs

2004-08-05 Thread Ted Quinby
I tracked down the problem although I haven't solved it yet. It's related to the following code in InstallerCreationCommand.cs at or around line 2230. if (!IsVersion(ref fileVersion)) { fileVersion = null; } If I comment this out and run my msi task (after rebuilding nantcontrib), the m

Re: [Nant-users] msi, components, and subdirs

2004-08-04 Thread James Geurts
resolved to do. > > Regards, > > Ted > > At 01:57 PM 7/29/2004, Gert Driesen wrote: >>Ted, >> >>Can you run the build in verbose mod (NAnt.exe -verbose ) and send >>us the output ? >> >>Thanks, >> >>Gert >> >>- Ori

Re: [Nant-users] msi, components, and subdirs

2004-08-04 Thread Ted Quinby
Can you run the build in verbose mod (NAnt.exe -verbose ) and send us the output ? Thanks, Gert - Original Message - From: "Ted Quinby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 3:37 PM Subject: [Nant-users] msi, components, and subdir

Re: [Nant-users] msi, components, and subdirs

2004-07-29 Thread Ted Quinby
ds. At 01:57 PM 7/29/2004, you wrote: Ted, Can you run the build in verbose mod (NAnt.exe -verbose ) and send us the output ? Thanks, Gert - Original Message - From: "Ted Quinby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 3:3

Re: [Nant-users] msi, components, and subdirs

2004-07-29 Thread Gert Driesen
Ted, Can you run the build in verbose mod (NAnt.exe -verbose ) and send us the output ? Thanks, Gert - Original Message - From: "Ted Quinby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 3:37 PM Subject: [Nant-users] msi, componen

RE: [Nant-users] msi, components, and subdirs

2004-07-29 Thread Ted Quinby
TED] Subject: [Nant-users] msi, components, and subdirs My installation has the following directory hierarchy/structure: > All files in all components saved to the Main_Install_Folder are added to the MSI without a problem. When the msi task

RE: [Nant-users] msi, components, and subdirs

2004-07-29 Thread Gifford, Noel
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Geurts Sent: Thursday, July 29, 2004 8:14 AM To: 'Ted Quinby'; [EMAIL PROTECTED] Subject: RE: [Nant-users] msi, components, and subdirs Hi Ted, Sorry, I should have mentioned that the xsd file that I pointed you to was the mos

RE: [Nant-users] msi, components, and subdirs

2004-07-29 Thread Ted Quinby
04 9:37 AM To: [EMAIL PROTECTED] Subject: [Nant-users] msi, components, and subdirs My installation has the following directory hierarchy/structure: > All files in all components saved to the Main_Install_Folder are added to the MSI without a

RE: [Nant-users] msi, components, and subdirs

2004-07-29 Thread James Geurts
] Subject: [Nant-users] msi, components, and subdirs My installation has the following directory hierarchy/structure: > All files in all components saved to the Main_Install_Folder are added to the MSI without a problem. When the msi task hits

[Nant-users] msi, components, and subdirs

2004-07-29 Thread Ted Quinby
My installation has the following directory hierarchy/structure: > All files in all components saved to the Main_Install_Folder are added to the MSI without a problem. When the msi task hits one of the subdirectory components (with multiple f