[Nant-users] VSConvert and vc++ support

2005-05-11 Thread Ted Quinby
Does anyone have a modified version of vsconvert.xsl that supports conversion of c++ projects (.vcproj)? If not, any other suggestions on how to generate a build file for a c++ project? Thanks! Ted Ted Quinby Soil & Topography Information, LLC Madison, Wisconsin (() phone:  (608) 442-

[Nant-users] msi and conditional component installation

2004-12-16 Thread Ted Quinby
can search for a file or directory but the required 'root' parameter confuses me and leads me to believe that it only searches registry values. Thanks in advance! Ted Ted Quinby Earth Information Technologies, Corp. 2453 Atwood Avenue Madison, WI  53704 Ph: 608-442-0656    Cell: 608-335-31

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 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 Ted Quinby
Contrib. Is there any way you could provide the build script that you are using? Also, could you provide the entire output w/ error? Thanks Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Quinby Sent: Thursday, July 29, 2004 9:37 AM To: [EMAIL PROTEC

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

2004-07-29 Thread Ted Quinby
t nightly build of NAntContrib. Is there any way you could provide the build script that you are using? Also, could you provide the entire output w/ error? Thanks Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Quinby Sent: Thursday, July 29, 20

[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

[Nant-users] problem with msi when upgrading from 0.84 to 0.85 Nightly

2004-07-28 Thread Ted Quinby
I'm trying to upgrade my build process from NAnt 0.84 to the nightly build of 0.85. I'm using the following versions (both have built successfully on my machine): NAntNant-0.85-20040722 NAntContrib nantcontrib-0.85-20040723 I've used this combination of NAnt/NAntCo

[Nant-users] msi-task -- uninstall not uninstalling all components

2004-07-23 Thread Ted Quinby
I have an msi task that successfully creates an installation package. Within the package, I have several components that install vtk (third-party) dlls. The installation executes just fine -- everything in the right place. However, when I uninstall the application, one out of 11 or so files f