Bug 440704 - Installer sets Firefox 3 as default browser and there's no silent unattend switch. r=ted.mielczarek, approval1.9.0.2=samuel.sidler

This commit is contained in:
rob_strong%exchangecode.com 2008-07-20 20:32:15 +00:00
Родитель a53d90fd47
Коммит 791ad14fa6
1 изменённых файлов: 7 добавлений и 5 удалений

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

@ -489,11 +489,13 @@ Section "-InstallEndCleanup"
DetailPrint "$(STATUS_CLEANUP)"
SetDetailsPrint none
${MUI_INSTALLOPTIONS_READ} $0 "options.ini" "Field 6" "State"
${If} "$0" == "1"
${LogHeader} "Setting as the default browser"
${SetAsDefaultAppUser}
${EndIf}
${Unless} ${Silent}
${MUI_INSTALLOPTIONS_READ} $0 "options.ini" "Field 6" "State"
${If} "$0" == "1"
${LogHeader} "Setting as the default browser"
${SetAsDefaultAppUser}
${EndIf}
${EndUnless}
${LogHeader} "Updating Uninstall Log With Previous Uninstall Log"