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

Unified Diff: dev_uninstall.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_query.cmd ('k') | installer/adblockplusie.wxs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dev_uninstall.cmd
===================================================================
--- a/dev_uninstall.cmd
+++ b/dev_uninstall.cmd
@@ -26,5 +26,7 @@
:regend
echo REG=%REG%
-%REG% delete HKCU\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /f >nul
-echo Done
+%REG% delete HKCU\Software\Classes\CLSID\{FFCB3198-32F3-4E8B-9539-4324694ED664} /f >nul 2>&1
+%REG% delete "HKCU\Software\Adblock Plus for IE" /f >nul 2>&1
+echo Done
+exit /b 0
« no previous file with comments | « dev_query.cmd ('k') | installer/adblockplusie.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld