mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
fixing bug #7874 (on going). this file is not part of tinderbox build. would affect windows platforms only.
This commit is contained in:
parent
f615030afd
commit
0064f3a84f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user