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

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
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 to the current install session. The entry point name specified in the table m

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: 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
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:\Automation\Common\Assemblies?  f not, might you need to code it as ?   Rod   -Original Message-From: [EMAIL PROTECTED]

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

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

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
Hey all, On this, what's worse, is there anyone out there that has successfully used the MSI task to take care of project types (like Setup Projects in VS.NET 2003) that are not handled by the task? -Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

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

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

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, 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
Hi Ted, Sorry... I just got done with a move and have not had access to my normal development machines/email. If you can, please email me your build script so that I can have a look at it. I do have access to a machine so that I can "hopefully" help you solve the problem. Thanks Jim > Just c

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

2004-08-04 Thread Ted Quinby
Just curious if anyone has had the opportunity to look into this issue. I downloaded the latest nightly build of nantcontrib (8/3) and am still getting the same error. Is anybody else experiencing an error when including multiple files within an MSI component or can anyone else replicate this

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

2004-07-29 Thread Ted Quinby
NAnt 0.85 (Build 0.85.1670.0; net-1.1.win32; nightly; 7/28/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Framework 'mono-1.0' is invalid and has not been loaded : Registry Path Not Found! - key='SOFTWARE\Mono\1.0\';hive='Microsoft.Win32.RegistryHive[]'; Framework 'sscli-1.0

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, components, and subdirs > My in

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

2004-07-29 Thread Ted Quinby
Here is a more accurate output of the msi task that I sent earlier -- I had an additional SIS directory in the ProgramMenuFolder that I forgot to comment out and it showed up in the output (no big deal but I didn't want to send anyone on the wrong track) Ted NAnt 0.85 (Build 0.85.1670.0; net-1.

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
Thanks for the response. I guess I neglected to mention that I am using the nightly build of NAntContrib. A related process question here. I downloaded the xsd you pointed me to and copied it to my nantcontrib src directory (wherever the other version of the older xsd was), rebuilt nantcontr

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

2004-07-29 Thread James Geurts
Hi Ted, Sorry, I should have mentioned that the xsd file that I pointed you to was the most recent version, thus only valid for a nightly build of NAntContrib. Also, the keepsubdirs attribute was just recently added, so it would only be valid in a very recent nightly build of NAntContrib. Is ther

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

2004-07-27 Thread James Geurts
esn't allow overriding the language. If you're forced to use the 0.84 code, I could show you where you would need to modify the task to get it working... Jim -Original Message- From: Ted Quinby [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 2:36 PM To: James Geurts Sub

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

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 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 a sec...how should I install NAnt and NantContrib? I was j

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

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