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