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
Родитель f615030afd
Коммит 0064f3a84f
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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);