Searched full:hklm (Results 1 – 25 of 33) sorted by relevance
12
| /external/libwebsockets/win32port/ |
| D | libwebsockets.nsi | 69 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "DisplayName"… 70 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "UninstallStr… 71 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "QuietUninsta… 72 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "HelpLink" "h… 73 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "URLInfoAbout… 74 …WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "DisplayVersi… 75 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "NoModify" … 76 …WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "NoRepair" … 111 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets"
|
| /external/python/cpython2/PC/VS7.1/ |
| D | python.iss | 238 Root: HKLM; Subkey: SOFTWARE\Python; Flags: uninsdeletekeyifempty; Check: IsAdminLoggedOn 239 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore; Flags: uninsdeletekeyifempty 240 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2; Flags: uninsdeletekeyifempty 241 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath; ValueData: "{app}\Lib;{app}\DLLs"; F… 242 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath\tk; ValueData: {app}\Lib\lib-tk; Flag… 243 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath\win32; ValueData: "{app}\lib\site-pac… 244 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\PythonPath\win32com; ValueData: C:\Python\lib\si… 245 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Modules; Flags: uninsdeletekeyifempty 246 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Modules\pythoncom; ValueData: {sys}\pythoncom22.… 247 Root: HKLM; Subkey: SOFTWARE\Python\PythonCore\2.2\Modules\pywintypes; ValueData: {sys}\PyWinTypes2… [all …]
|
| D | Uninstal.wse | 28 Text=uninstall info under HKCU instead of HKLM if our DOADMIN var is false. 441 Text=Write uninstall info under HKLM. This if/else/end block added by Tim.
|
| D | python20.wse | 63 Variable Description7=When 0, we never try to write under HKLM, 1160 …Text=By default, the install records settings in the per-machine area of the registry (HKLM), and … 1464 Text=it writes to HKCU (instead of HKLM) if the user doesn't have admin privs. 2702 Text=Write to HKLM for admin, else HKCU. Keep these blocks otherwise identical! 2792 Text=Write to HKLM for admin, else HKCU. Keep these blocks otherwise identical! 2830 Text=As usual, write to HKLM or HKCU depending on Admin privs.
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_msvc.py | 20 def mock_reg(hkcu=None, hklm=None): argument 31 winreg.HKEY_LOCAL_MACHINE: hklm or {}, 103 hklm={ 126 hklm={ 150 hklm={
|
| /external/python/cpython3/Tools/msi/ |
| D | testrelease.bat | 77 @reg query HKLM\Software\Python /reg:32 /s > "%~2\hklm.txt" 2>&1 78 @reg query HKLM\Software\Python /reg:64 /s >> "%~2\hklm.txt" 2>&1
|
| D | sdktools.psm1 | 4 $kitroot = (gp 'HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots\').KitsRoot10 in Find-Tool()
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-test-msi.yml | 77 gci -r "HKLM:\Software\WOW6432Node\Python" 80 gci -r "HKLM:\Software\Python"
|
| D | find-sdk.yml | 10 $kitroot = (gp 'HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots\').KitsRoot10
|
| D | build-steps.yml | 36 $kitroot = (gp 'HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots\').KitsRoot10
|
| /external/parameter-framework/upstream/ |
| D | appveyor.yml | 14 - reg add "HKLM\SYSTEM\CurrentControlSet\Control\Windows" /f /v ErrorMode /d 2 21 - reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /d 1
|
| /external/python/cpython2/PC/bdist_wininst/ |
| D | install.c | 146 /* Either HKLM or HKCU, depending on where Python itself is registered, and 1422 HKEY hkey; // Is this Python in HKCU or HKLM? 1500 // Check the root registry key to use - either HKLM or HKCU. 1504 // If Python is installed in HKLM, then we will also prefer to use HKLM, but 1513 // Python in HKLM, but we may or may not have permissions there. in CheckRootKey() 1521 /* Default to wherever they can, but preferring HKLM */ in CheckRootKey() 1729 checked if they have permissions in HKLM, and all users in OpenLogfile() 2145 // HKLM, and we are not current administrator, then 2165 // Python is installed in HKLM - we must elevate. in NeedAutoUAC() 2556 // HKLM - check they have permissions. in DoUninstall()
|
| /external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
| D | DotZLib.csproj | 86 AssemblyFolderKey = "hklm\dn\nunit.framework"
|
| /external/flatbuffers/android/jni/ |
| D | build_flatc.bat | 35 reg query HKLM\SOFTWARE\Microsoft\VisualStudio\%%a.0 /ve 1>NUL 2>NUL
|
| /external/python/cpython3/Tools/msi/path/ |
| D | path.wxs | 25 <RegistryKey Root="HKLM" Key="[REGISTRYKEY]">
|
| /external/libchrome/build/ |
| D | vs_toolchain.py | 102 assert root == 'HKLM' # Only need HKLM for now.
|
| /external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/ |
| D | Dockerfile | 42 RUN New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled…
|
| /external/python/cpython2/PC/ |
| D | getpathp.c | 21 (Note that all known installers only use HKLM, so HKCU is typically 31 and both HKLM and HKCU are combined to form the path)
|
| /external/python/cpython2/Lib/ctypes/ |
| D | util.py | 69 # - OEM specified search path: HKLM\Loader\SystemPath
|
| /external/python/cpython3/Lib/test/ |
| D | audit-tests.py | 325 raise RuntimeError("Expected EnumKey(HKLM, 10000) to fail")
|
| D | test_winreg.py | 408 # HKLM\Software is redirected but not reflected in all OSes
|
| /external/python/cpython2/PC/os2emx/ |
| D | getpathp.c | 23 and both HKLM and HKCU are combined to form the path)
|
| /external/python/cpython3/PC/ |
| D | getpathp.c | 23 (Note that all known installers only use HKLM, so HKCU is typically 33 and both HKLM and HKCU are combined to form the path)
|
| /external/python/cpython2/Doc/using/ |
| D | windows.rst | 177 HKLM, so HKCU is typically empty.)
|
| /external/python/cpython2/Lib/test/ |
| D | test_winreg.py | 387 # HKLM\Software is redirected but not reflected in all OSes
|
12