From 10f085cb6d621550dc3134a6e6ca202723da35f1 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 12 Oct 2005 20:13:27 +0000 Subject: [PATCH] Bug 311423 - uninstall doesn't remove all files r=darin git-svn-id: svn://10.0.0.236/trunk@182119 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/installer/windows/browser.jst | 4 ++++ mozilla/mail/installer/windows/mail.jst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/mozilla/browser/installer/windows/browser.jst b/mozilla/browser/installer/windows/browser.jst index 9bd5b21152c..f9606391777 100644 --- a/mozilla/browser/installer/windows/browser.jst +++ b/mozilla/browser/installer/windows/browser.jst @@ -141,6 +141,10 @@ if(verifyDiskSpace(fProgram, srDest)) logComment("Installing: " + fProgram + "components\\Netscape\\MozillaTrunk\\Talkback.ini"); logComment("Create Folder: " + fProgram + "chrome"); logComment("Create Folder: " + fProgram + "uninstall"); + logComment("Installing: " + fProgram + "active-update.xml"); + logComment("Installing: " + fProgram + "updates.xml"); + logComment("Installing: " + fProgram + "last-update.log"); + logComment("Create Folder: " + fProgram + "updates"); err = getLastError(); if (err == SUCCESS) diff --git a/mozilla/mail/installer/windows/mail.jst b/mozilla/mail/installer/windows/mail.jst index 33c38630f9d..884b2afeb3a 100644 --- a/mozilla/mail/installer/windows/mail.jst +++ b/mozilla/mail/installer/windows/mail.jst @@ -246,6 +246,10 @@ if(verifyDiskSpace(fProgram, srDest)) logComment("Installing: " + fProgram + "components\\compreg.dat"); logComment("Create Folder: " + fProgram + "chrome"); logComment("Create Folder: " + fProgram + "uninstall"); + logComment("Installing: " + fProgram + "active-update.xml"); + logComment("Installing: " + fProgram + "updates.xml"); + logComment("Installing: " + fProgram + "last-update.log"); + logComment("Create Folder: " + fProgram + "updates"); // log comments for uninstalling the registry keys created by mail for setting // itself up in WinXP's Start menu