зеркало из https://github.com/mozilla/gecko-dev.git
Bug 295187 Sometimes, the installer creates "[random]uninstall" folder(e.g., created "!uninstall" by Firefox on WinXP) r=benjamin, a=shaver
This commit is contained in:
Родитель
3561900b87
Коммит
1563c088c4
|
@ -1951,7 +1951,6 @@ LRESULT CALLBACK DlgProcInstalling(HWND hDlg, UINT msg, WPARAM wParam, LONG lPar
|
|||
BOOL InstallFiles(HWND hDlg)
|
||||
{
|
||||
HRESULT err;
|
||||
char szDestPath[MAX_PATH];
|
||||
|
||||
// Clean up old versions of GRE previously installed.
|
||||
// These GREs should only be fully uninstalled if they were only
|
||||
|
@ -2004,9 +2003,6 @@ BOOL InstallFiles(HWND hDlg)
|
|||
// PRE_SMARTUPDATE process file manipulation functions
|
||||
ProcessFileOpsForAll(T_PRE_SMARTUPDATE);
|
||||
|
||||
lstrcat(szDestPath, "uninstall\\");
|
||||
CreateDirectoriesAll(szDestPath, ADD_TO_UNINSTALL_LOG);
|
||||
|
||||
//XXXben TODO - process this return result!
|
||||
err = SmartUpdateJars(hDlg);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче