Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-02-02 Thread Beth Hechanova
I have been able to resolve this issue by downloading the NAnt and NAntContrib nightly builds from 1/30/09. (and also by downloading the Cabinet SDK, which I originally did not have). Thanks to Gert for his help. Beth [NAnt-users] msi task - 'cabarc' failed to start Beth Hec

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-30 Thread Bill Martin
n Monday. Cheers, Bill _ From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: 30 January 2009 16:09 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task - 'cabarc' failed to start I manually copied cabarc.exe and cabinet.dll to my NAnt

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-30 Thread Beth Hechanova
I manually copied cabarc.exe and cabinet.dll to my NAnt\bin directory and that had no effect. Does your install set any env/registry variables with respect to the cab sdk? Are you using NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)? Thanks, Beth Re: [NAnt-users] msi task - 'cabarc'

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-30 Thread William_Martin
users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task - 'cabarc' failed to start Gert, I tried executing cabarc from my build file - that works (at least I get a .cab file - I'm not sure how the msi file gets generated.) Executing the msi block gives the same error

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-29 Thread Gert Driesen
more tracing to allow me to find the cause. I'll let you know when it's available. Probably in the next day or two. Gert From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: donderdag 29 januari 2009 21:00 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-29 Thread Beth Hechanova
o build Installer database 'C:/BuildArea/ContentManagementTool/Distribute\ContentManagementTool.msi '. C:\content\ContentTrunk\ContentManagementTool\src\ContentManagementTool. build(179,6): Error creating cab file. 'cabarc' failed to start. The director

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-29 Thread Gert Driesen
Beth, No, that should do it. Can you try just executing cabarc from within your build file first? For example: Gert From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: donderdag 29 januari 2009 17:51 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-29 Thread Beth Hechanova
find the Cabinet SDK? Thanks for your help, Beth Re: [NAnt-users] msi task - 'cabarc' failed to start Gert Driesen Wed, 28 Jan 2009 12:07:58 -0800 Beth, Do you have the Cabinet SDK installed? Can you launch cabarc.exe from the command prompt? Gert From: Beth Hechanova [mailto:

Re: [NAnt-users] msi task - 'cabarc' failed to start

2009-01-28 Thread Gert Driesen
Beth, Do you have the Cabinet SDK installed? Can you launch cabarc.exe from the command prompt? Gert From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: woensdag 28 januari 2009 19:30 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msi task - 'cabarc'

[NAnt-users] msi task - 'cabarc' failed to start

2009-01-28 Thread Beth Hechanova
Hi, I saw a thread with the same subject approx a year ago in the mail archive, but I did not see any resolution. I am having the same exact problem. At the end of this email is the output from running the msi task from my nant script. I have not done anything with setting a path (either en

Re: [NAnt-users] msi custom actions

2008-10-08 Thread William_Martin
om <[EMAIL PROTECTED]> 08/10/2008 00:30 To <[EMAIL PROTECTED]>, , <[EMAIL PROTECTED]> cc Subject Re: [NAnt-users] msi custom actions Thanks for your reply. I am not sure if I can implement your suggestion but as a workaround I created a console application that the EntryP

Re: [NAnt-users] msi custom actions

2008-10-07 Thread Fabricio.Santana
@lists.sourceforge.net; [EMAIL PROTECTED] Subject: RE: [NAnt-users] msi custom actions According to MS the target for custom action type 1 is as follows: Target The DLL is called through the entry point named in the Target field of the CustomAction table, passing a single argument that is the handle

Re: [NAnt-users] msi custom actions

2008-10-07 Thread Bob Archer
S.85).aspx BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 2:18 PM To: nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: [NAnt-users] msi custom actions Hey all, I have a .net class library that I

[NAnt-users] msi custom actions

2008-10-07 Thread Fabricio.Santana
Hey all, I have a .net class library that I am trying to configure as a custom action in my build script. The classlibrary contains one InstallerClass that is declared like: Imports System.ComponentModel Imports System.Configuration.Install Public Class Installer1 Inherits Syste

[NAnt-users] msi upgrade

2008-08-21 Thread rkjmailcentre-mailinglists
Hi, I'm trying to get NAnt to build an msi with the exact same settings as what Visual Studio currently spits out for us. As such, I'm trying to work out how to get NAnt to enter data into the Upgrade table so the msi will uninstall previous versions of our product before installing the new vers

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-03-18 Thread Gert Driesen
Try running the build in debug mode (NAnt.exe -debug), and send me the resulting output. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: dinsdag 18 maart 2008 9:50 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-03-18 Thread rkjmailcentre-mailinglists
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29 February 2008 13:08 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msi task - 'cabarc' failed to start Hi all, I'm new to NAnt and I'm trying to set up our project for automate

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread Chris Snider
To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task - 'cabarc' failed to start I think the temp is possible your current folder? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 29, 2008 10:

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread Bob Archer
I think the temp is possible your current folder? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 29, 2008 10:58 AM To: Bob Archer; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task - 'cabarc' failed to st

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread rkjmailcentre-mailinglists
; Could the path to Temp have anything to do with the issue?? (I have no idea where it gets this path from) - K. - Original Message From: Bob Archer <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Friday, 29 February, 2008 3:08:36 P

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread Bob Archer
29, 2008 10:01 AM To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] msi task - 'cabarc' failed to start Hi Bill, Just tried your idea and unfortunately, it made no difference. It's still giving me the exact same error. Regards, K. - Origi

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread rkjmailcentre-mailinglists
9 February, 2008 1:52:48 PM Subject: RE: [NAnt-users] msi task - 'cabarc' failed to start Have you adding it to the Path environment on the machine? I’m not sure, but I believe nant starts a new process to run cabarc, and this would presumably get the default Path from the machine

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread William_Martin
Just a thought. Cheers, Bill _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29 February 2008 13:08 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msi task - 'cabarc' failed to start Hi all, I'm new to NAnt

[NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread rkjmailcentre-mailinglists
Hi all, I'm new to NAnt and I'm trying to set up our project for automated builds but am having no success. I'm currently trying to use the msi task to build the msi for our project but it keeps failing with the following message: [msi] Compressing Files... [exec] Startin

[NAnt-users] MSI

2006-10-04 Thread Eric Lemes
Hello there,   I have some questions about task:   - How can I install .Net Windows Service applications? - How can I create IIS virtual directories? - How can I create "add-ins" (applications that runs inside the installer) or post-install apps?   Thank you for any help.     Eric

Re: [NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-17 Thread Thomas Schroedter
[EMAIL PROTECTED] 10/07/2006 03:03 To cc Subject [NAnt-users] MSI Task: Remove all fil

Re: [NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-17 Thread William_Martin
delete. HTH, Bill From "Thomas Schroedter" <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 10/07/2006 03:03 To cc Subject [NAnt-users] MSI Task: Remove all files/folder during uninstall Hi, I want to add a custom action, which removes all

[NAnt-users] MSI Task: Remove all files/folder during uninstall

2006-07-09 Thread Thomas Schroedter
Title: MSI Task: Remove all files/folder during uninstall Hi, I want to add a custom action, which removes all files and folder of my installation during uninstall. Is there a way to add such a custom action inside the msi task? An example would be great! Thanks, Tom ** IMPORTANT *

Re: [NAnt-users] MSI Task: License Text not displayed!

2006-04-03 Thread William_Martin
sourceforge.net Sent by: [EMAIL PROTECTED] 03/04/2006 00:15 To cc Subject [NAnt-users] MSI Task: License Text not displayed! Hi, I want to display a license agreement text during a setup. But when I ran my setup nothing is displayed in the license aggreement dialog. M

[NAnt-users] MSI Task: License Text not displayed!

2006-04-02 Thread Thomas Schroedter
Title: MSI Task: License Text not displayed! Hi, I want to display a license agreement text during a setup. But when I ran my setup nothing is displayed in the license aggreement dialog. My msi task looks like that: "... sourcedir   = "${release.dir}" output      = "${output.

RE: [NAnt-users] MSI: KeyFile not found in Component

2006-03-30 Thread Rod Ayers
der as the component?   Rod -Original Message-From: Kevin Kirkpatrick [mailto:[EMAIL PROTECTED]Sent: Thursday, March 30, 2006 2:35 PMTo: Rod Ayers; nant-users@lists.sourceforge.netSubject: RE: [NAnt-users] MSI: KeyFile not found in Component Hey Rod, Good question.  I thoug

RE: [NAnt-users] MSI: KeyFile not found in Component

2006-03-30 Thread Kevin Kirkpatrick
:13 PM To: Kevin Kirkpatrick; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSI: KeyFile not found in Component   Hi, Kevin   Does know where to find the dll?  You have a folder specified on the component, and one on the fileset.  Is the value in {build.bin.dir} = C

RE: [NAnt-users] MSI: KeyFile not found in Component

2006-03-30 Thread Rod Ayers
] [mailto:[EMAIL PROTECTED]On Behalf Of Kevin KirkpatrickSent: Thursday, March 30, 2006 1:47 PMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] MSI: KeyFile not found in Component I have been struggling with all day long. I’ve looked through the mail archives and

[NAnt-users] MSI: KeyFile not found in Component

2006-03-30 Thread Kevin Kirkpatrick
I have been struggling with all day long. I’ve looked through the mail archives and couldn’t find a clear answer. Can anyone please tell me why this is failing?  Thanks in advance.   - makeMSI:    

RE: [NAnt-users] MSI Task: Wrong default location/targetdir

2006-03-20 Thread John Cole
-users@lists.sourceforge.net Subject: [NAnt-users] MSI Task: Wrong default location/targetdir Hi, I try to change the default installation location. At the moment it points to "D:\", but it should point to something like C:\Program Files\\. How can I change the default location

Re: [NAnt-users] MSI Task: Wrong default location/targetdir

2006-03-20 Thread William_Martin
AIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 20/03/2006 02:56 To cc Subject [NAnt-users] MSI Task:  Wrong default location/targetdir Hi, I try to change the default installation location. At the moment it points to "D:\", but it should point to something like C:\Pr

[NAnt-users] MSI Task: Wrong default location/targetdir

2006-03-19 Thread Thomas Schroedter
Hi, I try to change the default installation location. At the moment it points to "D:\", but it should point to something like C:\Program Files\\. How can I change the default location of a setup? Thanks, Tom ** IMPORTANT ** This email and any attachments transmitted with it are con

[NAnt-users] msi task fails to add VS2005 msm!

2006-02-01 Thread Canny, James
Title: msi task fails to add VS2005 msm! Hi, I have a grouping of help files (HxC, HxK etc.) already created. I have created a merage module and am attempting to add this msm and its 2 dependencies - HTML Help Registration  RTL X86 ---.msm and VSIPCC Collection Files RTL --- ---.msm. The ms

[Nant-users] MSI Problem with Crystal Reports

2005-11-23 Thread William_Martin
Hi, I'm trying to build an MSI that includes Crystal Reports, but I can't get the regwiz merge module to include properly.  I have the following snipprt in my build script:                                                                                                                      

[Nant-users] MSI questions

2005-11-08 Thread Ryan O'Neill
Hi all, I've managed to get a fair way into creating my MSI and it seems to work well, but I have a few hopefully quick questions that I hope someone can help with. 1) How do I populate a single property (for example, SQLVersion) with the results of two registry searches? I ask because it se

Re: [Nant-users] MSI problem: How to call standard dialog boxes like virtual directory for web.

2005-07-11 Thread Jim Geurts
Sachin, I rolled back the msi faq and related pages... Spam got the best of them.  Those pages should help you with your question(s).  http://nant.sourceforge.net/wiki/index.php/MSITask http://nant.sourceforge.net/wiki/index.php/samples%20for%20install%20tasks Let me know if you still have que

[Nant-users] MSI problem: How to call standard dialog boxes like virtual directory for web.

2005-07-08 Thread Sachin Gedam
Hello Friends,   This is Sachin.   I tried to create MSI file and got a little bit success also but I want to create that MSI file with more user interaction.   I have a query for the same task...   How to work for creating MSI with asking virtual directory name for web application    

[Nant-users] MSI Task: Creating a virtual website

2005-05-26 Thread Alexis Hui
Hi, I need the MSI installer to create a virtual website for various virtual directories to reside in. So, I was hoping the MSI Task can create a brand new virtual website. However, the MSI Task seems to only support creation of virtual directories and assigns these to an existing virtual websit

RE: [Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Byrd, Payton
] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Geurts Sent: Friday, April 22, 2005 8:55 AM To: Hadzramin AR Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] MSI task: virtual folder off c:\inetpub   I'm not sure how to do that with the MSVBDPCA.dll custom action dll.  Your best bet

Re: [Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Jim Geurts
I'm not sure how to do that with the MSVBDPCA.dll custom action dll.  Your best bet is to write your own custom action... On 4/22/05, Hadzramin AR <[EMAIL PROTECTED]> wrote: Hi,     What I try to achive is to allow user to install web application outside c:\inetpub\wwwroot My current msi

[Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Hadzramin AR
Hi,     What I try to achive is to allow user to install web application outside c:\inetpub\wwwroot My current msi build allow user to choose diferrent folder and installation is completed. But the virtual folder got error since it still pointing to the c:\inetpub\wwwroot\anyname   Thanks  

RE: [Nant-users] MSI

2005-02-09 Thread John Cole
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Brunetti Sent: Tuesday, February 08, 2005 12:49 PM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] MSI Hey all, On this, what's worse, is there anyone out there that has success

RE: [Nant-users] MSI

2005-02-08 Thread Craig Brunetti
D] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 11:58 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] MSI I know it's a nant-contrib task really, but does anyone know of where I can get some complete examples of basic tasks. The snippets in the help are sort

[Nant-users] MSI

2005-02-08 Thread Bill.Martin
I know it's a nant-contrib task really, but does anyone know of where I can get some complete examples of basic tasks. The snippets in the help are sort of helpful ,but it's much clearer if you can see the whole thing together (given I'm not exactly familiar with the msi database schema). TIA,

Re: [Nant-users] MSI error

2005-01-17 Thread Jim Geurts
Hi Bala, The error with cabarc is because the build file exists in a directory with spaces. Try moving the build file to C:\Temp or something like that and trying again. This is a bug and I'll look into fixing it soon. The file attribute of the element for components should be set to the name

[Nant-users] MSI error

2005-01-16 Thread Bala
Hi, i using task to make installers for my project.. Under , there is a nested element called it has attribute called file. What actually be the value given to that attrbute ? -- Regards, Bala :) --- The SF.Net email is sponsored by: Bea

Re: [Nant-users] msi and conditional component installation

2004-12-16 Thread Jim Geurts
Hey Ted, To the best of my knowledge, the file search hasn't been implemented w/ the task. I think there was a need to change the syntax of the search element... You can probably still use the msi supported file searching mechanism by just creating a "custom table" representing the DrLocator and

[Nant-users] msi and conditional component installation

2004-12-16 Thread Ted Quinby
I'm trying to conditionally install a component on the target machine -- depending if a file previously exists on the target machine. What is the best way to implement this? I see there is a condition parameter in the element of the msi task.  This seems like the most logical place.  However, I

Re[2]: [Nant-users] MSI task and registering assemblies in COM

2004-12-16 Thread Denis Kruchkov
Hi Jim, It is not clear which tool must setup msi ? If you mean msi task - than it is not the case, because msi task doesn't add appropriate information to Registry, AppId and other tables. JG> Denis, JG> The tool should automatically setup msi to register the assemblies & JG> tlb files... Plea

Re: [Nant-users] MSI task and registering assemblies in COM

2004-12-16 Thread Jim Geurts
Denis, The tool should automatically setup msi to register the assemblies & tlb files... Please let me know if this is not the case. JIm On Mon, 13 Dec 2004 18:28:51 +0200, Denis Kruchkov <[EMAIL PROTECTED]> wrote: > I have assemblies which exposed to COM for using by script language. > Does

[Nant-users] MSI task and registering assemblies in COM

2004-12-14 Thread Denis Kruchkov
I have assemblies which exposed to COM for using by script language. Does anybody know is it possible to build installation by msi task which register assemblies and related tlb in registry (like VS.NET Deployment project do) or it is not supported by current version of NAntContrib ? -- Best rega

RE: [Nant-users] MSI Task Versus WIX

2004-12-02 Thread John Cole
L PROTECTED] On Behalf Of Dan Pupek Sent: Thursday, December 02, 2004 11:50 AM To: NAnt Users List Subject: [Nant-users] MSI Task Versus WIX   Does anyone have any recommendations or comments about using either the MSI task or WiX?   Thanks   Dan Pupek Software Engine

[Nant-users] MSI Task Versus WIX

2004-12-02 Thread Dan Pupek
Does anyone have any recommendations or comments about using either the MSI task or WiX?   Thanks   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Techn

Re: [Nant-users] MSI Task - question

2004-11-11 Thread Roman Semenov
I tried also: and received the same error. Any idea what is wrong? Regards, Roman. - Original Message - From: "James Geurts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 3:29 PM Subject: Re: [Nant-use

[Nant-users] MSI Task - question

2004-11-11 Thread Roman Semenov
Hello, I need an advise... Our company sells software components. Every our customer (depending on his needs) may want to buy different combination of components. I would like to create a script that would include these components into MSI file depending on the value (true / false) of some prope

Re: [Nant-users] MSI Task - question

2004-11-10 Thread James Geurts
Hi Roman, I sort of have an answer for you. The task doesn't directly support if conditions like how you want, but it is possible. If you set the display attribute's value to 0 for a feature, the feature will not be visible to the user. Also, you can add if conditions to the . .

[Nant-users] MSI Task - question

2004-11-10 Thread Roman Semenov
Hello, I need an advise... Our company sells software components. Every our customer (depending on his needs) may want to buy different combination of components. I would like to create a script that would include these components into MSI file depending on the value (true / false) of some property

Re: [Nant-users] MSI task - how to customize SelectionTree control in CustomSetup dialog

2004-11-04 Thread James Geurts
hi Roman, I'm not sure about this, off the top of my head, but if you haven't checked this page out, it might be worth a look. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/feature_table.asp The attributes value for that table is populated by the "attr" attribute from

[Nant-users] MSI task - how to customize SelectionTree control in CustomSetup dialog

2004-11-04 Thread Roman Semenov
Hello, During the installation process the user has three options for the type of installation: typical, full, and custom. When the user selects custom installation a custom setup dialog appears. This dialog has a SelectionTree control that shows a tree of features available for installation. W

[Nant-users] MSI Task - Modify,Mode,Record

2004-11-02 Thread Roman Semenov
Hello, I'm using NAnt and NAntContrib version 0.85 built on 11/01/2004. I can build a MSI file using the script in attachment and default template that comes together with NAntContrib. No problems at all. But I would like to have a template similar to installer produced by VS.NET 2003: the same dia

[Nant-users] MSI Keyfile error

2004-08-18 Thread Dan Pupek
  When I run the MSI task it finds some keyfiles and complains that other are missing. I am using the latest nightly build. Anyone know of an open issue with this?     Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N

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
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 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

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

2004-07-27 Thread James Geurts
Behalf Of Ted Quinby >Sent: Friday, July 23, 2004 4:40 PM >To: [EMAIL PROTECTED] >Subject: [Nant-users] msi-task -- uninstall not uninstalling all components > >I have an msi task that successfully creates an installation >package. Within the package, I have several components

[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

RE: [Nant-users] MSI-Task

2004-06-13 Thread James Geurts
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 11:48 AM To: [EMAIL PROTECTED] Subject: [Nant-users] MSI-Task Hi All I'm trying to use the sample 'VDirSample.build' to generate an msi for a website depoyment, but I'

[Nant-users] MSI-Task

2004-06-10 Thread Simon.Burgess
Hi All I'm trying to use the sample 'VDirSample.build' to generate an msi for a website depoyment, but I'm getting the following error: " Target(s) specified: msi msi: BUILD FAILED Validation Error: Element 'NAnt.Contrib.Tasks.MSITask:msi' has invalid child element 'NAnt.Contrib.Tasks.MS

RE: [Nant-users] MSI TASK and ComboBox Table problem :(

2004-06-01 Thread James Geurts
01, 2004 9:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Nant-users] MSI TASK and ComboBox Table problem :( Piotr: You must install the DataSource in the ODBCDataSourceTable Please review http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/i nstallodbc_action

Re: [Nant-users] MSI TASK and ComboBox Table problem :(

2004-06-01 Thread mail.laconiadatasystems.com
h column is a key into the ODBCDataSource table.Rozumie? -Martin Gaintyhttp://www.laconiadatasystems.com(Boston MA USA) 001-617-852-7822OOA/OOD Instructor/Consultant/Chess Nut - Original Message - From: Piotr Perko To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 4:34

[Nant-users] MSI TASK and ComboBox Table problem :(

2004-06-01 Thread Piotr Perko
Hello, I’m using nant085+nant conntrib0.85. I want to create a ComboBox with List of properties attached to it. Unfortunatelly when I want to create a table, it doesnt creates or is empty without rows :///   The code looks like this :                   

Re: [Nant-users] MSI and Wix

2004-04-23 Thread Gert Driesen
run right now ... Gert - Original Message - From: "Robert MacWilliams" <[EMAIL PROTECTED]> To: "James Geurts" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 3:39 PM Subject: Re: [Nant-users] MSI and Wix > Thanks, Jim.

Re: [Nant-users] MSI and Wix

2004-04-23 Thread Robert MacWilliams
Thanks, Jim. These are hard to find due to the current layout of SF web site - if you go to the NAntContrib page via the link on the NAnt home page, there seems to be no way to get to the nightly builds: http://sourceforge.net/projects/nantcontrib Next, click on the Home Page button and it bri

Re: [Nant-users] MSI and Wix

2004-04-23 Thread James Geurts
At this point, the decision pretty much is up to you. I think that the NAnt msi/msm tasks will continue to be supported to some degree and eventually the WiX tasks will be wrapped. The nightly help files contain documenation for those tasks... you can view it here: http://nantcontrib.sourceforge.

RE: [Nant-users] MSI task problems

2004-04-23 Thread Nicklas Norling
[EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Nant-users] MSI task problems > > > Hi Nicklas, > > I am the author of the VDProjConverter project. I have also > done some work on the msi/msm tasks for NAntContrib. I have > only tested the VDProjConverter

[Nant-users] MSI and Wix

2004-04-23 Thread Robert MacWilliams
I have two related questions - I am trying to decide whether to use the NantContrib MSI task, or the Microsoft WIX tools recently made available. I am already using Nant in conjunction with VS Studio. I've coded in C, C++, and Java for many years. Where to people come down on this? Does it m

Re: [Nant-users] MSI task problems

2004-04-22 Thread James Geurts
Hi Nicklas, I am the author of the VDProjConverter project. I have also done some work on the msi/msm tasks for NAntContrib. I have only tested the VDProjConverter with some mocked up setup projects that I have created, so I'm sure there are bugs in the conversion. Unfortunately, I have yet to

[Nant-users] MSI task problems

2004-04-22 Thread Nicklas Norling
Title: Message Hi.   I'm trying ot get the MSI task to build an MSI we've been having VS.NET 2003 build so far. I've read all documentation I've been able to find, including the WiKi but still have a few questions.   I found the vdproj converter and used it to generate a snipplet of code f

Re: [Nant-users] MSI excpetion problem

2004-04-21 Thread Gert Driesen
- Original Message - From: "Michael A. Angelo" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 8:31 PM Subject: [Nant-users] MSI excpetion problem > Let's back up

[Nant-users] MSI excpetion problem

2004-04-21 Thread Michael A. Angelo
Let's back up a sec...how should I install NAnt and NantContrib? I was just copying the relevant .dll files from NantContrib into the bin directory of Nant. Could this be causing a problem? We are going to try just putting both bin dirs in the path and see what happens. We are still getting the e

[Nant-users] MSI

2004-03-05 Thread Mats Cederholm
Hi, quite new to nant but I'm starting to get the hang of it and I'm very pleased with everything so far. One thing I have a problem with is MSI packages. To define a MSI package for a windows service for example will take alot of work. I would like to know if there is anybody out there who has

RE: [Nant-users] MSI Task - Installing Windows Service

2004-01-21 Thread Frank Tullen
tation. It is straight forward and it works like a gem ! Hope this helps a little bit ;-) Greetings, Frank From: "Eckert, Alexander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Nant-users] MSI Task - Installing Windows Service Date: Wed, 21 Jan 2004 10:59:18 +0100 H

[Nant-users] MSI Task - Installing Windows Service

2004-01-21 Thread Eckert, Alexander
Hi,   another question concerning the msi task. The building of an installer works fine so far. But how can I install/register a windows service with the msi task??? Any help would be nice….   Thx in advance. Greetings   Alex    

Re: [Nant-users] MSI

2004-01-03 Thread Bob Arnson
Saturday, January 3, 2004, 1:04:16 PM, you wrote: > I'm an MSI newbie. Is there a way to have my Foo.msi respond to a command > line parameter at install-time? For example, given this command line: > msiexec.exe /i Foo.msi URL=http://www.markrichman.com > can I have Foo.msi launch internet explo

[Nant-users] MSI

2004-01-03 Thread Mark A. Richman
I'm an MSI newbie. Is there a way to have my Foo.msi respond to a command line parameter at install-time? For example, given this command line: msiexec.exe /i Foo.msi URL=http://www.markrichman.com can I have Foo.msi launch internet explorer with that URL at setup? I'm basically looking for ways

[Nant-users] MSI generation

2002-11-25 Thread Miller, Kevin
I wish to generate an .msi installer for a windows service. We use NAnt in our build process. I noticed that there is an msitask in the NAntContrib project but it seems to be lacking support services. I know little about .msi (Windows installer) generation. If anyone has run into a similar prob