more ground work changes for getting an installer going

This commit is contained in:
scott%scott-macgregor.org 2004-02-26 02:36:22 +00:00
Родитель 7ce5402510
Коммит 76dfcf231c
2 изменённых файлов: 3 добавлений и 5 удалений

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

@ -2,6 +2,8 @@
; Base Thunderbird Package File for Win32
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
thunderbird/.autoreg
[langenus]
thunderbird\chrome\en-US-mail.jar
thunderbird\chrome\en-win.jar
@ -88,7 +90,6 @@ thunderbird\components\msgsmime.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
thunderbird\chrome\qute.jar
thunderbird\chrome\overlayinfo\messenger\content\overlays.rdf
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Default Profile Settings
@ -188,7 +189,7 @@ thunderbird\components\appshell.xpt
thunderbird\components\docshell.dll
thunderbird\components\docshell_base.xpt
thunderbird\components\uriloader.xpt
thunderbird\components\chrome.dll
thunderbird\components\chrome.dll
thunderbird\components\webbrwsr.dll
thunderbird\components\webBrowser_core.xpt
thunderbird\components\embedcomponents.dll

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

@ -463,9 +463,6 @@ if(verifyDiskSpace(fProgram, srDest))
resetError();
// register chrome
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome", "mail.jar"), "content/browser/");
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome", "mail.jar"), "content/passwordmgr/");
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome", "mail.jar"), "content/mozapps/");
registerChrome(CONTENT | DELAYED_CHROME, getFolder("Chrome","mail.jar"),"content/autoconfig/");