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
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user