more installer updates
This commit is contained in:
scott%scott-macgregor.org 2004-02-26 01:01:40 +00:00
Родитель 4b9f9075bb
Коммит 4d66f44ef7
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -223,7 +223,6 @@ thunderbird\components\unicharutil.xpt
thunderbird\components\ucnative.xpt
; dom
thunderbird\components\jsdom.dll
thunderbird\components\dom.xpt
thunderbird\components\dom_base.xpt
thunderbird\components\dom_core.xpt

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

@ -72,11 +72,13 @@ if(verifyDiskSpace(fProgram, srDest))
registerChrome(chromeType, cf, localeName + "messenger-views/");
registerChrome(chromeType, cf, localeName + "messenger-smime/");
registerChrome(chromeType, cf, localeName + "messenger/");
registerChrome(chromeType, cf, localeName + "editor/");
registerChrome(chromeType, pf, localeName + "messenger-mapi/");
registerChrome(chromeType, cf, localeName + "communicator/");
registerChrome(chromeType, pf, localeName + "communicator-platform/");
registerChrome(chromeType, cf, localeName + "navigator/");
registerChrome(chromeType, pf, localeName + "navigator-platform/");
err = performInstall();
logComment("performInstall() returned: " + err);