RE: [Nant-users] modify system path from msi

2004-07-08 Thread John Cole
John Cole Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] modify system path from msi Hi John, I actually do something similar in the NAntContribInstall.include file. This should do the trick: The * prefixing the PATH name means that the install should treat it as a system variable.

Re: [Nant-users] modify system path from msi

2004-07-08 Thread James Geurts
Hi John, I actually do something similar in the NAntContribInstall.include file. This should do the trick: The * prefixing the PATH name means that the install should treat it as a system variable. If you're interested in other prefixes, have a look here: http://msdn.microsoft.com/library/e

[Nant-users] modify system path from msi

2004-07-07 Thread John Cole
James,   How would I modify the system path from an MSI task?  I'd like to add the installation path\bin for the NAnt installation.   Thanks!   John Cole-This email and any files transmitted with it are confidential and intended solely for the use of the indiv