You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2014/02/21 15:02:19 UTC

[jira] [Created] (CB-6083) [windows8] Use registry to read msbuild tools path

Sergey Grebnov created CB-6083:
----------------------------------

             Summary: [windows8] Use registry to read msbuild tools path
                 Key: CB-6083
                 URL: https://issues.apache.org/jira/browse/CB-6083
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Windows 8
            Reporter: Sergey Grebnov
            Assignee: Sergey Grebnov


Right now we require to have 'msbuild' tools folder in the path. But we can retrieve tools location from registry
REG QUERY HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0\ /v MSBuildToolsPath Will return the path for VS 2013 (msbuild 12.0)

REG QUERY HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0\ /v MSBuildToolsPath Will return the path for VS 2012 (msbuild 4.0)




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)