gecko-dev/xpinstall/packager/windows/talkback.jst
ssu%netscape.com 6ec993d8fc fixing:
bug 68110 - installer fails on proxy support.
bug 64433 - setup.exe contains "netscape.exe" string.
bug 67259 - xpi error should indicate which package failed.
bug 52597 - show license file under mozilla installer.
bug 40707 - create mozilla mail shortcut.
bug 70892 - uninstall not possible after uninstall, install, then reboot.

bug 68053 contains patch for all of above.

r=dveditz,sgehani
sr=mscott

affects only windows platforms.
2001-03-14 00:24:23 +00:00

10 lines
206 B
Plaintext

// main
var err;
err = initInstall("Quality Feedback Agent", "Quality Feedback Agent", "6.5.0.2001012623");
logComment("Talkback place holder .xpi for the real thing.");
cancelInstall(err);
// end main