mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
6ec993d8fc
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.
10 lines
206 B
Plaintext
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
|