[
https://issues.apache.org/jira/browse/CB-6083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-6083.
---------------------------------
Resolution: Fixed
> [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)