|
Burgerlib Python
|
Package that locates all Windows SDKs. More...
Functions | |
| _find_windows5_sdks (installed_roots) | |
| Scan the system for all copies of the Windows 5 SDKs. | |
| _find_windows6_7_sdks (installed_roots) | |
| Scan the system for all copies of the Windows 6 and 7 SDKs. | |
| _find_windows8_sdks (installed_roots) | |
| Scan the system for all copies of the Windows 8 SDKs. | |
| _find_windows10_sdks (installed_roots) | |
| Scan the system for all copies of the Windows 10 SDKs. | |
Package that locates all Windows SDKs.
|
protected |
Scan the system for all copies of the Windows 10 SDKs.
The SDKs are found by looking at the registry key Software\Microsoft\Windows Kits\Installed Roots\KitsRoot10
| installed_roots | Open registry key "Software\\Microsoft" |
|
protected |
Scan the system for all copies of the Windows 5 SDKs.
Windows 5 is Windows XP.
The SDKs are found by looking at the registry key Software\Microsoft\Microsoft SDKs\Windows
| installed_roots | Open registry key "Software\\Microsoft" |
|
protected |
Scan the system for all copies of the Windows 6 and 7 SDKs.
Windows 6 is Vista, Windows 7 is.. well, you know.
The SDKs are found by looking at the registry key Software\Microsoft\Microsoft SDKs\Windows
| installed_roots | Open registry key "Software\\Microsoft" |
|
protected |
Scan the system for all copies of the Windows 8 SDKs.
The SDKs are found by looking at the registry key Software\Microsoft\Windows Kits\Installed Roots\KitsRoot8 and KitsRoot81
| installed_roots | Open registry key "Software\\Microsoft" |