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
23 lines
837 B
JavaScript
23 lines
837 B
JavaScript
/**
|
|
|
|
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
|
|
|
|
|