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

Unified Diff: installer/win/o3d.wxs

Issue 326001: Adding support for windows safari. This requires registering the o3d plugin w... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | plugin/cross/config_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/win/o3d.wxs
===================================================================
--- installer/win/o3d.wxs (revision 29747)
+++ installer/win/o3d.wxs (working copy)
@@ -76,6 +76,19 @@
<File Id='pu.GoogleNpapiDll.dll' Name='npo3d.dll'
LongName='npo3dautoplugin.dll' DiskId='1'
Source='$(var.NPPluginPath)' Vital='yes' />
+ <Registry Id='pu.NpapiPlugin' Root='HKCU'
+ Key='Software\MozillaPlugins\@google.com/O3DPlugin'>
+ <Registry Id='pu.NpapiPluginPath' Type='string'
+ Action='write' Name='Path' Value='[pu.FirefoxPluginsDir]npo3dautoplugin.dll' />
+ <Registry Id='pu.NpapiPluginName' Type='string'
+ Action='write' Name='ProductName' Value='O3D Plugin' />
+ <Registry Id='pu.NpapiPluginDescription' Type='string'
+ Action='write' Name='Description' Value='O3D Plugin' />
+ <Registry Id='pu.NpapiPluginVendor' Type='string'
+ Action='write' Name='Vendor' Value='Google' />
+ <Registry Id='pu.NpapiPluginVersion' Type='string'
+ Action='write' Name='Version' Value='$(var.NppVersion)' />
+ </Registry>
<Condition>NOT (ALLUSERS)</Condition>
</Component>
<?if $(var.IncludeSoftwareRenderer) = True ?>
« no previous file with comments | « no previous file | plugin/cross/config_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698