*** NOT PART OF THE BUILD PROCESS
bug # 163739 - XPI Packager adding the xpi packager to the mozilla tree. this is a windows only app used to build the xpi packager for building self installing xpi files. git-svn-id: svn://10.0.0.236/trunk@134725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
22
mozilla/modules/plugin/tools/XPIPackager/header.js
Normal file
22
mozilla/modules/plugin/tools/XPIPackager/header.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
|
||||
Doron Rosenberg -- doronAtNoSpamAllowedHerenetscape.com
|
||||
Arun K. Ranganathan -- arunerAtNoSpamAllowedHerenetscape.com
|
||||
Petter Ericson -- petterAtNoSpamAllowedHerecycore.com
|
||||
Anthony Davis -- anthonydAtNoSpamAllowedHerenetscape.com
|
||||
|
||||
This is an install.js file that does the following --
|
||||
|
||||
1. Installs to the current browser that is invoking the installation
|
||||
2. Additionally installs to a secondary location on the Windows desktop,
|
||||
in this case C:\WINNT\System32\MyPlugin\
|
||||
3. Writes registry keys exposing the above secondary install location for
|
||||
other browsers to find. The keys are written according to the specification:
|
||||
http://mozilla.org/projects/plugins/first-install-problem.html and follows the
|
||||
PLID specification: http://mozilla.org/projects/plugins/plugin-identifier.html
|
||||
|
||||
**/
|
||||
|
||||
// Define some global variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user