https://github.com/Microsoft/CNTK
Revision 641c48377e9d999319fef203ed73efc2bc619235 authored by Wolfgang Manousek on 28 October 2016, 14:11:27 UTC, committed by Wolfgang Manousek on 28 October 2016, 14:12:43 UTC
 (1) checks that a specific product string (regular expressions supported) can be found in the WMIObject -Win32_Product. If the not found, it will trigger the install option
 (2) checks that a specific product string (regular expressions supported) and version can be found in the WMIObject -Win32_Product. If the not found, or an older version is only installed, the install option is triggered
first method is used for the vc runtime
the second method is used for MPI install
1 parent 07fa4b3
Raw File
Tip revision: 641c48377e9d999319fef203ed73efc2bc619235 authored by Wolfgang Manousek on 28 October 2016, 14:11:27 UTC
added two new verification methods for the installer
Tip revision: 641c483
CONTRIBUTING.md
You want to contribute to CNTK? We're really excited to work together!

Please, follow the steps from the Wiki Article at

https://github.com/Microsoft/CNTK/wiki/Contributing-to-CNTK

Your CNTK team.
back to top