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

This commit is contained in:
Robert Strong 2008-07-02 13:08:12 -07:00
Родитель d93e50752b
Коммит 05df0fea4d
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"