Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: dev_query.cmd

Issue 11058028: Developer installation, gyp version
Patch Set: Created July 2, 2013, 3:13 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 @echo off
2 if /i %PROCESSOR_ARCHITECTURE% equ x86 (
3 set REG="%WINDIR%\sysnative\reg.exe"
4 :: For the 32 bit OS case
5 if not exist %REG% set REG="%WINDIR%\system32\reg.exe"
6 ) else (
7 set REG="%WINDIR%\system32\reg.exe"
8 )
9
10 echo REG=%REG%
11 %REG% query "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Hel per Objects\{FFCB3198-32F3-4E8B-9539-4324694ED664}" 2>nul
12 %REG% query HKLM\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} / ve 2>nul
13 %REG% query HKLM\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\I nprocServer32 2>nul
14 %REG% query HKCU\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} / ve 2>nul
15 %REG% query HKCU\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\I nprocServer32 2>nul
16
17 %REG% query "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer \Browser Helper Objects\{FFCB3198-32F3-4E8B-9539-4324694ED664}" 2>nul
18 %REG% query HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3 -4E8B-9539-4324694ED664} /ve 2>nul
19 %REG% query HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3 -4E8B-9539-4324694ED664}\InprocServer32 2>nul
20 %REG% query HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3- 4E8B-9539-4324694ED664} /ve 2>nul
21 %REG% query HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3- 4E8B-9539-4324694ED664}\InprocServer32 2>nul
OLDNEW
« adblockplus.gyp ('K') | « dev_install.cmd ('k') | dev_uninstall.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld