Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
Blech, not what I was hoping. Oh well, off to build a 64 bit binary to see if that solves my problem (perhaps both versions should be made available as downloadable binaries?). Thanks all. -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: April-04-12 1:3

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Chad Petersen
32-bit binaries don't generally know anything about 64-bit Windows (registry, folders, ODBC, etc) and will resolve to (be redirected to) Wow6432Node for registry reads and writes. That is the 32-bit registry locations. On 64-bit Windows the System32 folder is the 64-bit location and SysWOW64 is

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
Now I'm wondering.. I'm running from downloaded binaries (which seem to be 32bit). Could there be some MS magic going on where using 32 bit binary (and hive) results in resolving to Wow6432Node? -Original Message- From: Demian Brecht Sent: April-04-12 11:55 AM To: 'Ryan Boggs' Cc: nant-

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
Thanks for the follow up. I had included the hive in one of my many variations in trying to get it to work (it defaults to "LocalMachine" according to the docs, so I assumed that I wouldn't need to set it explicitly). According to regedit, the path is correct: HKEY_LOCAL_MACHINE\SOFTWARE\Pytho

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Ryan Boggs
I should note that I tested on a Win32 machine. I am not sure if the reg path is different on a Win64 system for Python. Thanks, Ryan On Wed, Apr 4, 2012 at 11:29 AM, Ryan Boggs wrote: > I'm not sure where the "3D" prefixes came from in your original > posting but this is working for me (just t

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Ryan Boggs
I'm not sure where the "3D" prefixes came from in your original posting but this is working for me (just tested): I am hoping that the above line isn't mangled in the email. Don't forget to include the hive in Thanks, Ryan On Wed, Apr 4, 2012 at 11:22 AM, Demian Brecht wrote: > Sorry, should

[NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
Sorry, should have also mentioned that the task call is: -Original Message- From: Demian Brecht Sent: April-04-12 11:17 AM To: 'nant-users@lists.sourceforge.net' Subject: [NAnt-users] readregistry issue I'm sure that there's something silly that I'm missing here.. I'm trying to query

[NAnt-users] readregistry issue

2012-04-04 Thread Demian Brecht
I'm sure that there's something silly that I'm missing here.. I'm trying to query the registry (Windows 7 64bit) to get my Python install path. For some reason, I'm getting: Registry Path Not Found! - key=3D'SOFTWARE\Python\PythonCore\2.7\InstallPath\';hive=3D'LocalMachine' However, if I repla

[NAnt-users] Powershell hangs when called from NAnt?

2012-04-04 Thread LLCard
We are calling powershell from Nant to execute a deploy script. The script executes properly but it never returns after completion. I am calling this nant script from Bamboo but I have tried directly from the command line and it hangs as well. Any ideas? Thanks in advance.