Hi Steve,

I've added support for Windows SDK 6.1 to CVS.

I don't think we explicitly need to check the Wow6432Node registry keys.

I tried to run NAnt both compiled targeting .NET 1.0 (which means it will
run in WOW64) and .NET 2.0 on Vista x64, and had no problems.

I'll try to get a new nightly build up tomorrow, but I've been struggling
with cygwin issues uploading files using the new sourceforge shell service.

Best regards,

Gert

-----Original Message-----
From: Steve Wagner [mailto:[email protected]] 
Sent: vrijdag 9 januari 2009 17:13
To: [email protected]
Subject: [nant-dev] NAnt support für 64Bit and new framework sdk version

To support 3.5 builds on 64 bit windows system and also to support the
new framework sdk version, nant needs to change the NAnt.exe.config
Framework name="net-3.5" to:

<project>
 <readregistry
        property="installRoot"
        key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
        hive="LocalMachine" />
 <readregistry
        property="sdkInstallRoot"
        key="SOFTWARE\Microsoft\Microsoft
SDKs\Windows\v6.1\WinSDKNetFxTools\InstallationFolder"
        hive="LocalMachine"
        failonerror="false" />
 <readregistry
        property="sdkInstallRoot"
        key="SOFTWARE\Microsoft\Microsoft
SDKs\Windows\v6.0A\WinSDKNetFxTools\InstallationFolder"
        hive="LocalMachine"
        failonerror="false" />
 <readregistry
        property="sdkInstallRoot"
        key="SOFTWARE\Wow6432Node\Microsoft\Microsoft
SDKs\Windows\v6.1\WinSDKNetFxTools\InstallationFolder"
        hive="LocalMachine"
        failonerror="false" />
 <readregistry
        property="sdkInstallRoot"
        key="SOFTWARE\Wow6432Node\Microsoft\Microsoft
SDKs\Windows\v6.0A\WinSDKNetFxTools\InstallationFolder"
        hive="LocalMachine"
        failonerror="false" />
</project>

Could someone add this to nant and make a new nightly build?

Steve

----------------------------------------------------------------------------
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Internal Virus Database is out of date.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.10.3/1877 - Release Date: 1/5/2009
7:20 PM


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to