diff options
author | twiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 20:48:29 +0000 |
---|---|---|
committer | twiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 20:48:29 +0000 |
commit | bbd493e26d755bb4740dd11eba1f46a83782ba43 (patch) | |
tree | 6a10d4222014cc2f2b98f960da16501fc7c08d48 /o3d/installer | |
parent | 21a99ca2af8e66e3d8f8f93788aab966515bf62d (diff) | |
download | chromium_src-bbd493e26d755bb4740dd11eba1f46a83782ba43.zip chromium_src-bbd493e26d755bb4740dd11eba1f46a83782ba43.tar.gz chromium_src-bbd493e26d755bb4740dd11eba1f46a83782ba43.tar.bz2 |
Clone of issue 598075. See: http://codereview.chromium.org/598075
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/593083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer')
-rw-r--r-- | o3d/installer/win/o3d.wxs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/o3d/installer/win/o3d.wxs b/o3d/installer/win/o3d.wxs index 9fe28e9..645cb89 100644 --- a/o3d/installer/win/o3d.wxs +++ b/o3d/installer/win/o3d.wxs @@ -143,35 +143,6 @@ Wix script for building o3d installer. registry entries from o3d_host.dll, and then use tallow.exe (part of WiX) to convert that .reg file to WiX XML form. --> - <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy.1" - Value="NPObjectProxy Class" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy.1\CLSID" - Value="{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy.1\Insertable" /> - <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy" - Value="NPObjectProxy Class" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy\CLSID" - Value="{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy\CurVer" - Value="o3d_host.NPObjectProxy.1" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" - Value="NPObjectProxy Class" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\ProgID" - Value="o3d_host.NPObjectProxy.1" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\VersionIndependentProgID" - Value="o3d_host.NPObjectProxy" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Programmable" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\InprocServer32" - Value="[#pu.GoogleActiveXDll.dll]" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\InprocServer32" - Name="ThreadingModel" Value="Apartment" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Control" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Insertable" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\TypeLib" - Value="{D4F6E31C-E952-48FE-9833-6AE308BD79C6}" Type="string" /> - <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Version" - Value="1.0" Type="string" /> <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4F90-BC37-982E8160EB2D}" Value="O3DHostControl Class" Type="string" /> <Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4F90-BC37-982E8160EB2D}\ProgID" |