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

Side by Side Diff: chrome_frame/chrome_frame_activex.rgs

Issue 7976045: Fix in-use updates for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sanity check before dcommit Created 9 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/work_item_list.cc ('k') | chrome_frame/chrome_frame_elevation.rgs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 %HIVE% { 1 %HIVE% {
2 NoRemove Software { 2 NoRemove Software {
3 NoRemove Classes { 3 NoRemove Classes {
4 ChromeTab.ChromeFrame.1 = s 'Chrome Frame' { 4 ChromeTab.ChromeFrame.1 = s 'Chrome Frame' {
5 CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' 5 CLSID = s '%CHROME_FRAME_CLSID%'
6 } 6 }
7 ChromeTab.ChromeFrame = s 'Chrome Frame' { 7 ChromeTab.ChromeFrame = s 'Chrome Frame' {
8 CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' 8 CLSID = s '%CHROME_FRAME_CLSID%'
9 CurVer = s 'ChromeTab.ChromeFrame.1' 9 CurVer = s 'ChromeTab.ChromeFrame.1'
10 } 10 }
11 NoRemove CLSID { 11 NoRemove CLSID {
12 ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} = s 'Chrome Frame' { 12 ForceRemove %CHROME_FRAME_CLSID% = s 'Chrome Frame' {
13 ProgID = s 'ChromeTab.ChromeFrame.1' 13 ProgID = s 'ChromeTab.ChromeFrame.1'
14 VersionIndependentProgID = s 'ChromeTab.ChromeFrame' 14 VersionIndependentProgID = s 'ChromeTab.ChromeFrame'
15 ForceRemove 'Programmable' 15 ForceRemove 'Programmable'
16 InprocServer32 = s '%MODULE%' { 16 InprocServer32 = s '%MODULE%' {
17 val ThreadingModel = s 'Apartment' 17 val ThreadingModel = s 'Apartment'
18 } 18 }
19 val AppID = s '%APPID%' 19 val AppID = s '%APPID%'
20 ForceRemove 'Control' 20 ForceRemove 'Control'
21 ForceRemove 'Programmable' 21 ForceRemove 'Programmable'
22 ForceRemove 'Insertable' 22 ForceRemove 'Insertable'
23 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1' 23 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
24 'MiscStatus' = s '0' { 24 'MiscStatus' = s '0' {
25 '1' = s '%OLEMISC%' 25 '1' = s '%OLEMISC%'
26 } 26 }
27 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}' 27 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
28 'Version' = s '1.0' 28 'Version' = s '1.0'
29 } 29 }
30 } 30 }
31 } 31 }
32 32
33 NoRemove Microsoft { 33 NoRemove Microsoft {
34 NoRemove Windows { 34 NoRemove Windows {
35 NoRemove CurrentVersion { 35 NoRemove CurrentVersion {
36 NoRemove Ext { 36 NoRemove Ext {
37 NoRemove PreApproved { 37 NoRemove PreApproved {
38 ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' { 38 ForceRemove '%CHROME_FRAME_CLSID%' = s '' {
39 } 39 }
40 } 40 }
41 NoRemove Stats { 41 NoRemove Stats {
42 ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} { 42 ForceRemove %CHROME_FRAME_CLSID% {
43 ForceRemove 'iexplore' { 43 ForceRemove 'iexplore' {
44 val Type = d '1' 44 val Type = d '1'
45 val Flags = d '4' 45 val Flags = d '4'
46 val Count = d '0' 46 val Count = d '0'
47 val Time = b '%SYSTIME%' 47 val Time = b '%SYSTIME%'
48 ForceRemove AllowedDomains { 48 ForceRemove AllowedDomains {
49 ForceRemove '*' { 49 ForceRemove '*' {
50 } 50 }
51 } 51 }
52 } 52 }
53 } 53 }
54 } 54 }
55 } 55 }
56 } 56 }
57 } 57 }
58 } 58 }
59 } 59 }
60 } 60 }
OLDNEW
« no previous file with comments | « chrome/installer/util/work_item_list.cc ('k') | chrome_frame/chrome_frame_elevation.rgs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698