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

Unified Diff: dev_query.cmd

Issue 11254007: Installation with registry keys
Patch Set: Created July 25, 2013, 9:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dev_install.cmd ('k') | dev_uninstall.cmd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dev_query.cmd
===================================================================
--- a/dev_query.cmd
+++ b/dev_query.cmd
@@ -11,11 +11,16 @@
%REG% query "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{FFCB3198-32F3-4E8B-9539-4324694ED664}" 2>nul
%REG% query HKLM\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /ve 2>nul
%REG% query HKLM\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\InprocServer32 2>nul
+%REG% query "HKLM\Software\Adblock Plus for IE" 2>nul
%REG% query HKCU\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /ve 2>nul
%REG% query HKCU\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\InprocServer32 2>nul
+%REG% query "HKCU\Software\Adblock Plus for IE" 2>nul
%REG% query "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{FFCB3198-32F3-4E8B-9539-4324694ED664}" 2>nul
-%REG% query HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /ve 2>nul
-%REG% query HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\InprocServer32 2>nul
-%REG% query HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /ve 2>nul
-%REG% query HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\InprocServer32 2>nul
+%REG% query HKLM\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /ve 2>nul
+%REG% query HKLM\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\InprocServer32 2>nul
+%REG% query "HKLM\Software\Wow6432Node\Adblock Plus for IE" 2>nul
+%REG% query HKCU\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /ve 2>nul
+%REG% query HKCU\Software\Classes\Wow6432Node\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664}\InprocServer32 2>nul
+:: This key may never exist, because HKCU behaves differently. It's here for safety.
+%REG% query "HKCU\Software\Wow6432Node\Adblock Plus for IE" 2>nul
« no previous file with comments | « dev_install.cmd ('k') | dev_uninstall.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld