зеркало из https://github.com/mozilla/pjs.git
fixing bug 207978 - Setup.exe crashes only with 1.4 (Windows 2000). r=sgehani, sr=dveditz. this is to get the code in sync with the branch. it's just a minor change since the main fix is already checked in.
This commit is contained in:
Родитель
6d2025a98e
Коммит
89f850f107
|
@ -2152,7 +2152,7 @@ void UpdateGreInstallerCmdLine(greInfo *aGre, char *aParameter, DWORD aParameter
|
|||
*
|
||||
* This path should be guaranteed to be writable because the user had
|
||||
* already created the parent path ([product path]). */
|
||||
if(CreateDirectoriesAll(aGre->homePath, ADD_TO_UNINSTALL_LOG) != WIZ_OK)
|
||||
if(DirHasWriteAccess(aGre->homePath) != WIZ_OK)
|
||||
{
|
||||
int rv = WIZ_OK;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче