зеркало из https://github.com/mozilla/pjs.git
Родитель
b5219decb0
Коммит
d8c3a57c56
|
@ -156,16 +156,17 @@ C0=Component XPCOM
|
|||
C1=Component Navigator
|
||||
C2=Component MailNews
|
||||
C3=Component PSM
|
||||
C4=Component Chatzilla
|
||||
C5=Component Venkman
|
||||
C6=Component US English Profile Defaults
|
||||
C7=Component En US lang pack
|
||||
C8=Component US region pack
|
||||
C9=Component DOM Inspector
|
||||
C10=Component Uninstaller
|
||||
C4=Component Spellchecker
|
||||
C5=Component Chatzilla
|
||||
C6=Component Venkman
|
||||
C7=Component US English Profile Defaults
|
||||
C8=Component En US lang pack
|
||||
C9=Component US region pack
|
||||
C10=Component DOM Inspector
|
||||
C11=Component Uninstaller
|
||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||
; this component can easily remove it.
|
||||
;C11=Component QFA
|
||||
;C12=Component QFA
|
||||
|
||||
[Setup Type2]
|
||||
;*** LOCALIZE ME BABY ***
|
||||
|
@ -182,16 +183,17 @@ C0=Component XPCOM
|
|||
C1=Component Navigator
|
||||
C2=Component MailNews
|
||||
C3=Component PSM
|
||||
C4=Component Chatzilla
|
||||
C5=Component Venkman
|
||||
C6=Component US English Profile Defaults
|
||||
C7=Component En US lang pack
|
||||
C8=Component US region pack
|
||||
C9=Component DOM Inspector
|
||||
C10=Component Uninstaller
|
||||
C4=Component Spellchecker
|
||||
C5=Component Chatzilla
|
||||
C6=Component Venkman
|
||||
C7=Component US English Profile Defaults
|
||||
C8=Component En US lang pack
|
||||
C9=Component US region pack
|
||||
C10=Component DOM Inspector
|
||||
C11=Component Uninstaller
|
||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||
; this component can easily remove it.
|
||||
;C11=Component QFA
|
||||
;C12=Component QFA
|
||||
|
||||
|
||||
|
||||
|
@ -456,6 +458,17 @@ Attributes=SELECTED|FORCE_UPGRADE
|
|||
Force Upgrade File0=[SETUP PATH]\msgbsutl.dll
|
||||
|
||||
|
||||
[Component Spellchecker]
|
||||
Description Short=Spellchecker
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Description Long=for spellchecking
|
||||
Archive=spellcheck.xpi
|
||||
$InstallSize$:spellcheck
|
||||
$InstallSizeArchive$:spellcheck.xpi
|
||||
Attributes=SELECTED|FORCE_UPGRADE
|
||||
Force Upgrade File0=[SETUP PATH]\myspell.dll
|
||||
|
||||
|
||||
[Component Uninstaller]
|
||||
Description Short=$CompanyName$ Uninstaller
|
||||
*** LOCALIZE ME BABY ***
|
||||
|
@ -534,7 +547,7 @@ Description Long=for secure browsing and email; required for SSL(https) and S/MI
|
|||
Archive=psm.xpi
|
||||
$InstallSize$:psm
|
||||
$InstallSizeArchive$:psm.xpi
|
||||
Attributes=SELECTED|FORCE_UPGRADE
|
||||
Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
|
||||
Force Upgrade File0=[SETUP PATH]\Components\pipnss.dll
|
||||
Force Upgrade File1=[SETUP PATH]\psm.exe
|
||||
|
||||
|
|
|
@ -135,6 +135,7 @@ if(!(-d "$inStagePath"))
|
|||
@gComponentList = ("xpcom",
|
||||
"browser",
|
||||
"mail",
|
||||
"spellcheck",
|
||||
"psm",
|
||||
"chatzilla",
|
||||
"deflenus",
|
||||
|
|
|
@ -32,7 +32,7 @@ Message=$ProductName$ is detected to be currently running. Please quit $Product
|
|||
|
||||
; These keys are not normally necessary for checking instances. They are
|
||||
; set here because Mozilla requires a way to shut down it's turbo mode.
|
||||
Extra Cmd Parameter=-kill
|
||||
Extra Cmd0 Parameter=-kill
|
||||
|
||||
[Check Instance1]
|
||||
Process Name=mozturbo.exe
|
||||
|
|
|
@ -461,6 +461,12 @@ bin/defaults/pref/inspector.js
|
|||
bin/res/inspector/viewer-registry.rdf
|
||||
bin/res/inspector/search-registry.rdf
|
||||
|
||||
[spellcheck]
|
||||
bin\components\myspell.dll
|
||||
bin\components\spellchk.dll
|
||||
bin\components\spellchecker.xpt
|
||||
bin\components\myspell\*
|
||||
|
||||
;Things that aren't packaged and why (or not why)
|
||||
;accproxy.dll - I don't know
|
||||
;accessproxy.xpt - I don't know
|
||||
|
|
|
@ -439,3 +439,9 @@ bin/defaults/pref/inspector.js
|
|||
bin/res/inspector/viewer-registry.rdf
|
||||
bin/res/inspector/search-registry.rdf
|
||||
bin/chrome/icons/default/winInspectorMain*.xpm
|
||||
|
||||
[spellchecker]
|
||||
bin/components/libmyspell.so
|
||||
bin/components/libspellchecker.so
|
||||
bin/components/spellchecker.xpt
|
||||
bin/components/myspell/*
|
||||
|
|
|
@ -353,3 +353,9 @@ bin\chrome\icons\default\winInspectorMain.ico
|
|||
bin\defaults\pref\inspector.js
|
||||
bin\res\inspector\viewer-registry.rdf
|
||||
bin\res\inspector\search-registry.rdf
|
||||
|
||||
[spellcheck]
|
||||
bin\components\myspell.dll
|
||||
bin\components\spellchk.dll
|
||||
bin\components\spellchecker.xpt
|
||||
bin\components\myspell\*
|
||||
|
|
Загрузка…
Ссылка в новой задаче