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

Side by Side Diff: base/generic_reg_file_local_server_w_appid.rgs

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 unified diff | Download patch
« no previous file with comments | « base/generic_reg_file_local_server.rgs ('k') | base/generic_reg_file_localservice.rgs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 HKCR
2 {
3 '%PROGID%.%VERSION%' = s '%DESCRIPTION%'
4 {
5 CLSID = s '%CLSID%'
6 }
7 '%PROGID%' = s '%DESCRIPTION%'
8 {
9 CLSID = s '%CLSID%'
10 CurVer = s '%PROGID%.%VERSION%'
11 }
12 NoRemove CLSID
13 {
14 ForceRemove '%CLSID%' = s '%DESCRIPTION%'
15 {
16 ProgID = s '%PROGID%.%VERSION%'
17 VersionIndependentProgID = s '%PROGID%'
18 ForceRemove 'Programmable'
19 LocalServer32 = s '%MODULE%'
20 {
21 val ThreadingModel = s '%THREADING%'
22 }
23 val AppID = s '%APPID%'
24 'TypeLib' = s '%LIBID%'
25 }
26 }
27 NoRemove AppID
28 {
29 ForceRemove '%APPID%' = s '%DESCRIPTION%'
30 {
31
32 }
33 ForceRemove '%OBJECTFILENAME%'
34 {
35 val AppID = s '%APPID%'
36 }
37 }
38 }
39 HKLM
40 {
41 NoRemove SOFTWARE
42 {
43 NoRemove Microsoft
44 {
45 NoRemove 'Internet Explorer'
46 {
47 NoRemove 'Low Rights'
48 {
49 NoRemove ElevationPolicy
50 {
51 ForceRemove '%APPID%'
52 {
53 val AppName = s '%OBJECTFILENAME%'
54 val AppPath = s '%MODULEPATH%'
55 val Policy = d '3'
56 }
57 }
58 }
59 }
60 }
61 }
62 }
OLDNEW
« no previous file with comments | « base/generic_reg_file_local_server.rgs ('k') | base/generic_reg_file_localservice.rgs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698