fixing bug #7874 (on going). this file is not part of tinderbox build. would affect windows platforms only.

This commit is contained in:
ssu%netscape.com 2000-04-17 05:11:34 +00:00
parent f615030afd
commit 0064f3a84f

View File

@ -67,6 +67,13 @@ szUninstall = fCommunicator + "\\Uninstall";
fUninstall = getFolder("file:///", szUninstall);
File.dirCreate(fUninstall);
// Log component.reg and xpcom.log files so it can be deleted by
// the uninstaller.
// These two files are created after installation is done, thus
// are normally not logged for uninstall.
logComment("[0/0] Installing: " + fCommunicator + "\\component.reg");
logComment("[0/0] Installing: " + fCommunicator + "\\xpcom.log");
if(verifyDiskSpace(fCommunicator, srDest) == true)
{
setPackageFolder(fCommunicator);