nant / nantcontrib

NAntContrib is the project for tasks and tools that haven't made it into the main NAnt distribution yet or for whatever reason don't belong there.
nantcontrib.sourceforge.net
GNU Lesser General Public License v2.1
51 stars 35 forks source link

Registry path to vb6.exe incorrect for x64 #34

Closed Bryce-L closed 9 years ago

Bryce-L commented 9 years ago

See the third comment under the http://stackoverflow.com/a/19402156/154637 answer for more details.

In Vb6Task.cs, nantcontrib is looking for vb6.exe under: SOFTWARE\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic

On x64 platforms, it is located under: SOFTWARE\Wow6432Node\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic

rmboggs commented 9 years ago

Merged. Thanks for the contribution.