[
https://issues.apache.org/jira/browse/CB-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909250#comment-13909250
]
ASF subversion and git services commented on CB-6083:
-----------------------------------------------------
Commit b4c4f2324d3f05625ed31e9200b172896fa65e94 in cordova-windows's branch
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=b4c4f23 ]
Merge branch 'CB-6083' of https://github.com/sgrebnov/cordova-windows
> [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)