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. git-svn-id: svn://10.0.0.236/trunk@89551 18797224-902f-48f8-a5cc-f745e15eee43
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
|