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

Side by Side Diff: installer/win/o3d.wxs

Issue 598075: Removal Of NPObjectProxy ClassId (Closed) Base URL: http://src.chromium.org/svn/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 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 | « no previous file | plugin/npapi_host_control/win/np_browser_proxy.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version='1.0' encoding='windows-1252'?> 1 <?xml version='1.0' encoding='windows-1252'?>
2 2
3 <!-- 3 <!--
4 Copyright 2009, Google Inc. 4 Copyright 2009, Google Inc.
5 All rights reserved. 5 All rights reserved.
6 6
7 Redistribution and use in source and binary forms, with or without 7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions are 8 modification, are permitted provided that the following conditions are
9 met: 9 met:
10 10
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 of running regsvr32 on the dll because otherwise we 136 of running regsvr32 on the dll because otherwise we
137 leave cruft behind if the dll is manually removed 137 leave cruft behind if the dll is manually removed
138 or corrupted. 138 or corrupted.
139 139
140 If COM interfaces are added to the DLL, you can 140 If COM interfaces are added to the DLL, you can
141 recreate this list by running the RegCap.exe tool 141 recreate this list by running the RegCap.exe tool
142 (part of Visual Studio) to extract the list of 142 (part of Visual Studio) to extract the list of
143 registry entries from o3d_host.dll, and then use 143 registry entries from o3d_host.dll, and then use
144 tallow.exe (part of WiX) to convert that .reg file 144 tallow.exe (part of WiX) to convert that .reg file
145 to WiX XML form. --> 145 to WiX XML form. -->
146 <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy .1"
147 Value="NPObjectProxy Class" Type="string" />
148 <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy .1\CLSID"
149 Value="{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" Type="str ing" />
150 <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy .1\Insertable" />
151 <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy "
152 Value="NPObjectProxy Class" Type="string" />
153 <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy \CLSID"
154 Value="{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" Type="str ing" />
155 <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy \CurVer"
156 Value="o3d_host.NPObjectProxy.1" Type="string" />
157 <Registry Root="HKCU" Key="Software\Classes\CLSID" />
158 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}"
159 Value="NPObjectProxy Class" Type="string" />
160 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\ProgID"
161 Value="o3d_host.NPObjectProxy.1" Type="string" />
162 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\VersionIndependentProgID"
163 Value="o3d_host.NPObjectProxy" Type="string" />
164 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\Programmable" />
165 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\InprocServer32"
166 Value="[#pu.GoogleActiveXDll.dll]" Type="string" />
167 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\InprocServer32"
168 Name="ThreadingModel" Value="Apartment" Type="string" />
169 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\Control" />
170 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\Insertable" />
171 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\TypeLib"
172 Value="{D4F6E31C-E952-48FE-9833-6AE308BD79C6}" Type="str ing" />
173 <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4 b61-AE5C-56DBCD8B0E53}\Version"
174 Value="1.0" Type="string" />
175 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}" 146 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}"
176 Value="O3DHostControl Class" Type="string" /> 147 Value="O3DHostControl Class" Type="string" />
177 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\ProgID" 148 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\ProgID"
178 Value="o3d_host.O3DHostControl.1" Type="string" /> 149 Value="o3d_host.O3DHostControl.1" Type="string" />
179 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\VersionIndependentProgID" 150 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\VersionIndependentProgID"
180 Value="o3d_host.O3DHostControl" Type="string" /> 151 Value="o3d_host.O3DHostControl" Type="string" />
181 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\Programmable" /> 152 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\Programmable" />
182 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\InprocServer32" 153 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\InprocServer32"
183 Value="[#pu.GoogleActiveXDll.dll]" Type="string" /> 154 Value="[#pu.GoogleActiveXDll.dll]" Type="string" />
184 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\InprocServer32" 155 <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4 F90-BC37-982E8160EB2D}\InprocServer32"
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 (REMOVE="ALL") OR UPGRADING OR UPGRADING_DEPR 346 (REMOVE="ALL") OR UPGRADING OR UPGRADING_DEPR
376 </UnregisterClassInfo> 347 </UnregisterClassInfo>
377 <RemoveExistingProducts After='InstallInitialize'> 348 <RemoveExistingProducts After='InstallInitialize'>
378 UPGRADING OR UPGRADING_DEPR 349 UPGRADING OR UPGRADING_DEPR
379 </RemoveExistingProducts> 350 </RemoveExistingProducts>
380 <RegisterClassInfo/> 351 <RegisterClassInfo/>
381 </InstallExecuteSequence> 352 </InstallExecuteSequence>
382 353
383 </Product> 354 </Product>
384 </Wix> 355 </Wix>
OLDNEW
« no previous file with comments | « no previous file | plugin/npapi_host_control/win/np_browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698