Fix for bug 68643: add talkback to mozilla installer on mac (milestones). r=sgehani, sr=sfraser, a=leaf

This commit is contained in:
jj%netscape.com 2001-06-12 20:54:39 +00:00
parent b335f7cbcc
commit ac9a619419
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,13 @@
var err = initInstall("Talkback", "/FullCircle/TalkBack", "1.0.0.0");
logComment("initInstall: " + err);
if (err==SUCCESS)
{
err = performInstall();
logComment("performInstall() returned: " + err);
}
else
{
cancelInstall(err);
logComment("cancelInstall() returned: " + err);
}

View File

@ -332,3 +332,9 @@ viewer:res:Mailnews:*
[chatzilla]
viewer:Components:chatzilla-service.js
viewer:chrome:chatzilla.jar
[FullCircle]
; Dummy FullCircle.xpi must be generated with the mozilla
; distribution so that it can be seamlessly replaced with a
; legitimate one for milestone builds, without breaking the
; installer nor having to rebuild it.

View File

@ -29,6 +29,7 @@ C3=Component3
C4=Component4
C5=Component5
C6=Component6
C7=Component7
[Setup Type1]
; *** LOCALIZE ME BABY ***
@ -42,6 +43,7 @@ C3=Component3
C4=Component4
C5=Component5
C6=Component6
C7=Component7
[Dialog Select Components]
; *** LOCALIZE ME BABY ***
@ -110,6 +112,16 @@ Install Size=<#regus_actualSize>
Archive Size=<#regus_archiveSize>
Attributes=SELECTED|INVISIBLE
[Component7]
Description Short=Quality Feedback Agent
; *** LOCALIZE ME BABY ***
Description Long=Tool for reporting software crashes to Mozilla
Archive=FullCircle.xpi
Install Size=<#FullCircle_actualSize>
Archive Size=<#FullCircle_archiveSize>
Attributes=SELECTED
[Dialog Start Install]
; *** LOCALIZE ME BABY ***
Message0=Click the Install button to download and install the selected components.