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
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
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'
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
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
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
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
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:
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
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
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
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:
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
;
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
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
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
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
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-
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
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
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-
Tom,
Try adding a Custom Action to set the TARGETDIR property.
Something like:
Cheers,
Bill
From "Thomas Schroedter" <[EMAIL PROTECTED]>@lists.sourceforge.net
]
[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
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
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
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
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
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
.
.
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
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
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
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
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
[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
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
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
36 matches
Mail list logo