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:
masayuki%d-toybox.com 2005-06-02 01:29:08 +00:00
Родитель 3561900b87
Коммит 1563c088c4
1 изменённых файлов: 0 добавлений и 4 удалений

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

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