| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |