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 Hechanova Wed, 2

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
to configure something else in order to 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 comma

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' failed to start

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
Does anyone else have any ideas? I've got verbose=true switched on and I've tried setting the path to cabarc and mergemod in the Path system variable on my machine (as opposed to setting it in NAnt) but I'm still getting the same error. My NAnt script resides in C:/code/Project/trunk, which is

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
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 settings, not from your current process, and so wouldn't include the value you have just set. Just a t

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

2006-07-17 Thread Thomas Schroedter
Thanks, Bill!   That helps me quit a lot! - I'll try both ways.   Regards, Tom     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Tuesday, 18 July 2006 12:20 AMTo: Thomas SchroedterCc: nant-users@lists.sourceforge.netSubject: Re: [NAnt-

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

2006-07-17 Thread William_Martin
Hi Tom, There are two ways to do this.  One is to use the RemoveFile table, and the other is to use a custom action.  The RemoveFile table is probably simpler as it links to the conponents you are installing, but unfortunately it's not directly supported by the task so you have to use the elem

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

2006-04-03 Thread William_Martin
Hi Tom, To include a license file, all you need to do is (as you have done) set the license attribute on the task and point it to an RTF file.  If this doesn't work, check that the location pointed to by ${license.rtf} is definately valid.  Try ssomething like to print out where the script thin

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

2006-03-20 Thread John Cole
Could you post your msi target? I posted an example MSI/MSM target that put a program into a similar directory structure last week. John Cole -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Schroedter Sent: Sunday, March 19, 2006 8:57 PM To: nant-

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

2006-03-20 Thread William_Martin
Tom, Try adding a Custom Action to set the TARGETDIR property.  Something like:                                                                                                                   Cheers, Bill From "Thomas Schroedter" <[EMAIL PROTECTED]>@lists.sourceforge.net

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

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

RE: [Nant-users] MSI Task Versus WIX

2004-12-02 Thread John Cole
I really like having my MSI tasks 'in' NAnt.  I don't have a list of things that WiX does vs NAnt, but just having my build system integrated into my setup package system is a real plus for me  I've looked at WiX briefly, and didn't want to learn yet another syntax.  Add to that, if you hac

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

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

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

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

2004-07-27 Thread James Geurts
ject: RE: [Nant-users] msi-task -- uninstall not uninstalling all components Jim I really appreciate you getting back to me. Attached are vtkzlib.dll and our msi. Let me know if you have any additional questions. Ted At 04:35 PM 7/24/2004, you wrote: >Can you send me the msi that you

RE: [Nant-users] MSI-Task

2004-06-13 Thread James Geurts
Hi Simon, Please make sure that you are using a nightly build of NAntContrib. You'll need to also use a relatively new nightly build of NAnt to build the NAntContrib tasks. The msi/msm task schema changed between 0.84 and the current builds, giving you the error that you see. Otherwise, you c

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
Piotr: You must install the DataSource in the ODBCDataSourceTablePlease reviewhttp://msdn.microsoft.com/library/default.asp?url="">Then later within nant script refer to the installed ODBCDataSourceTable in your constructed http://nantcontrib.sourceforge.net/nightly/help/tasks/msi.html (whic

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

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

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

2004-01-21 Thread Frank Tullen
Alexander, Within .NET, the Windows Installer can be foreseen to run basically '.NET installation procedures'. This maps directly onto the System.Configuration.Install.Installer and its descendents. For your case, you'll have to use System.ServiceProcess.ServiceInstaller and System.ServiceProces