Hi Curtis,
I tried exporting the registry key into a .reg file (manually), which I added 
to my libs directory and then added the following to my nant script but to be 
honest, it didn't work :/ Maybe you'll have better luck or maybe someone else 
on here knows what I was doing wrong?
- K.   

<exec program="regedit.exe" failonerror="true">
      <arg line=" /s ${libs.dir}\software\Install\Registry Settings.reg" />
</exec>
    <readregistry property="software.dir" key="SOFTWARE\Some Software\License\"
            hive="LocalMachine" />
    <echo>Does registry entry exist?: ${software.dir}</echo>


      Get the name you always wanted with the new y7mail email address.
www.yahoo7.com.au/y7mail

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to