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
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
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
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'
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
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
@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
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
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
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
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
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
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
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
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
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
[EMAIL PROTECTED]
10/07/2006 03:03
To
cc
Subject
[NAnt-users] MSI Task: Remove all fil
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
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 *
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
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.
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
: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
]
[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
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:
-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
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
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
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
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:
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
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
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
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
]
[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
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
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
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
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,
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
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
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
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
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
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 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
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
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
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
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
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
.
.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
]
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
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
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
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
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'
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
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
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
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 :
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.
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
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.
[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
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
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
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
- 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
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
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
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
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
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
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
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
99 matches
Mail list logo