Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: recovery/repair_exe/msp/testApplying300Patches.bat

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recovery/repair_exe/msp/setup_env.bat ('k') | recovery/repair_exe/mspexecutableelevator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recovery/repair_exe/msp/testApplying300Patches.bat
diff --git a/recovery/repair_exe/msp/testApplying300Patches.bat b/recovery/repair_exe/msp/testApplying300Patches.bat
deleted file mode 100644
index db59a5b76fd6b1f78c6e92783152ab76430ee0ae..0000000000000000000000000000000000000000
--- a/recovery/repair_exe/msp/testApplying300Patches.bat
+++ /dev/null
@@ -1,23 +0,0 @@
-@echo off
-
-rem normally, only 127 patches can be applied to an msi
-
-set /A ii=0
-
-rem msiexec /i GoogleUpdateHelper.msi /qn
-rem echo original product installed
-
-:repeat
-
-msiexec /update GoogleUpdateHelperPatch.msp REINSTALL=ALL /qn /L*v patchapply%ii%.log
-echo patch %ii% applied
-if %ii% GEQ 127 pause
-msiexec /uninstall {E0D0D2C9-5836-4023-AB1D-54EC3B90AD03} /package {A92DAB39-4E2C-4304-9AB6-BC44E68B55E2} /qn /L*v patchremove%ii%.log
-echo patch %ii% removed
-
-set /A ii=%ii%+1
-
-if %ii% NEQ 300 goto repeat
-rem if %ii% NEQ 127 goto repeat
-
-set ii=
« no previous file with comments | « recovery/repair_exe/msp/setup_env.bat ('k') | recovery/repair_exe/mspexecutableelevator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698