Wintellect / WintellectPowerShell

PowerShell scripts for better debugging and life
http://www.wintellect.com
Other
178 stars 41 forks source link

64-Bit support for Import-VisualStudioEnvironment #1

Closed RalfHeitmann closed 11 years ago

RalfHeitmann commented 11 years ago

On 64-Bit machines starting a 64-Bit Powershell process the $versionSearchKey links into the 64-Bit part of the Registry on HKLM. Because VisualStudio is a 32-Bit Project a "Wow6432Node" Search key is neccessary.

JohnWintellect commented 11 years ago

Thanks! Great catch. I fixed the bug a slightly different way and upgraded the Import-VisualStudioEnvironment cmdlets for VS 2013 while I was at it.