[
https://issues.apache.org/jira/browse/CB-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908342#comment-13908342
]
Sergey Grebnov commented on CB-6083:
------------------------------------
Here is the fix
https://github.com/apache/cordova-windows/pull/17
> [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)