Re: [Nant-users] task requires mergemod.dll

2004-11-19 Thread Roman Semenov
he dll). John Cole -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman Semenov Sent: Friday, November 19, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: [Nant-users] task requires mergemod.dll Hello, The documentation for NAnt says "To use NAnt you need the

[Nant-users] task - using of C# script for id property of component

2004-11-19 Thread Roman Semenov
Hello, Probably I'm doing something stupid... The script in attachment works fine. However if I replace the following line: id="{3408735E-EA0B-4FBA-9C1E-D520179F400A}" with id="${script::CreateRegistryGuid()}" it fails with the next log: D:\BuildSc

[Nant-users] task requires mergemod.dll

2004-11-19 Thread Roman Semenov
Hello, The documentation for NAnt says "To use NAnt you need the Microsoft .NET Framework SDK". The documentation for task says "Requires cabarc.exe in the path". Unfortunately this is not the whole truth. Yesterday I moved my build script from computer which has Visual Studio .NET installed to

[Nant-users] is unable to load assembly

2004-11-17 Thread Roman Semenov
Hello, recently I noticed one interesting problem with task. In my build script this task sometimes fails with the next message: == [ndoc] Writing project settings to 'C:\DOCUME~1\ADMINI~1.ROC\LOCALS~1\Temp\tmp11CB.tmp'. [ndoc] NDoc pr

Re: [Nant-users] MSI Task - question

2004-11-11 Thread Roman Semenov
Hello Jim, Thank you for your help. I'm trying to make changes in my script according to your hint. I found one problem. The next script: results to the error: "Validation error: The "display" attribute has an invalid value according to its data type." I tried also: and recei

[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

[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

[Nant-users] property::exists bug?

2004-11-05 Thread Roman Semenov
Hello, I have a question. Why the script below prints out "Property exists = False"? I use NAnt 0.85 built on 01-Nov-2004. Regards, Roman. == --- This SF.Net email is spons

[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