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:08:22 UTC

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

     [ https://issues.apache.org/jira/browse/CB-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Grebnov updated CB-6083:
-------------------------------

    Assignee: Jesse MacFadyen  (was: Sergey Grebnov)

> [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: Jesse MacFadyen
>
> 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)