Installation directory: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Finding the installation directory: how to find icon properties)
(→‎Linux: not consistent among distros)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The ''installation directory'' is the directory where a Mozilla application stores its program files.  It is usually a directory on your own computer.  This applies to all Mozilla applications: Firefox, Thunderbird, Mozilla Suite, ''etc.''
The ''installation directory'' is the directory where a Mozilla application stores its program files.  It is usually a directory on your own computer.  This applies to all Mozilla applications, including Firefox, Thunderbird, Mozilla Suite and SeaMonkey.  


The installation directory is also known by other terms—''program installation directory'', ''application installation directory'', ''program folder'', and other similar phrases.
The installation directory is also known by the terms "program directory", "application directory", "program folder", and similar phrases.


'''Note: ''' The installation directory is normally separate from your [[profile folder]], which is another place where a Mozilla application stores files.
'''Important:''' The installation directory does not include your preference settings or user data such as passwords, cookies, bookmarks or  address books.  That information  is normally stored in the [[profile folder]] for your Mozilla application, in a separate location.


==Finding the installation directory==
==Finding the installation directory==
If you can start a Mozilla application by using a shortcut or launcher icon, then you can usually see where its installation directory is by right-clicking the icon and looking at the properties.
If you can start a Mozilla application by using a shortcut or launcher icon, then you can usually see where its installation directory is located by context-clicking (right-clicking) the icon and looking at the properties.


The following sections give examples of the ''default'' installation directory for various operating systems and applications,
The following sections give examples of the ''default'' installation directory for various operating systems and applications
but the actual directory on your system might not be the default.  This is because you might have chosen a different installation directory when you installed the application.
The actual directory on your system might not be the default if you chose a different installation directory when you installed the application.


If you cannot find the installation directory in either of these ways, then you can try searching your computer's file system.  The following sections also give examples of names to search for.
If you cannot find the installation directory in either of these ways, then you can try searching your computer's file system.  The following sections also give examples of names to search for.
Line 16: Line 16:
Examples of default installation directories:
Examples of default installation directories:
{|style="padding-left:2em;"
{|style="padding-left:2em;"
|Firefox||<tt>C:\Program Files\Mozilla Firefox\</tt>
|Firefox||C:\Program Files\Mozilla Firefox\
|-
|-
|Thunderbird||<tt>C:\Program Files\Mozilla Thunderbird\</tt>
|Firefox (64-bit Windows) ||C:\Program Files (x86)\Mozilla Firefox\
|-
|-
|Mozilla Suite||<tt>C:\Program Files\mozilla.org\Mozilla\</tt>
|Thunderbird||C:\Program Files\Mozilla Thunderbird\
|-
|-
|Firefox (Spanish)||<tt>C:\Archivos de programa\Mozilla Firefox\</tt>
|Mozilla Suite||C:\Program Files\mozilla.org\Mozilla\
|-
|SeaMonkey 1.x ||C:\Program Files\mozilla.org\SeaMonkey\
|-
|SeaMonkey 2.0 ||C:\Program Files\SeaMonkey\
|}
|}


Example search for Firefox: <tt>firefox.exe</tt>
Example search for Firefox: firefox.exe


===Linux===
===Linux===
Examples of default installation directories:
Examples of default installation directories (32-bit Linux):
{|style="padding-left:2em;"
|style="vertical-align:top;"|Firefox||/usr/lib/firefox-''<version>''<br>For example, if using Firefox 1.0: /usr/lib/firefox-1.0
|-
|style="vertical-align:top;"|Mozilla Suite||/usr/lib/mozilla-''<version>''<br>For example: /usr/lib/mozilla-1.7.3
|}
 
Examples of default installation directories (64-bit Linux):
{|style="padding-left:2em;"
{|style="padding-left:2em;"
|style="vertical-align:top;"|Firefox||<tt>/usr/lib/firefox-''<version>''</tt><br>For example, if using Firefox 1.0 it would be: <tt>/usr/lib/firefox-1.0</tt>
|style="vertical-align:top;"|Firefox||/usr/lib64/firefox-''<version>''<br>For example: /usr/lib64/firefox-3.0.9
|-
|-
|style="vertical-align:top;"|Mozilla Suite||<tt>/usr/lib/mozilla-''<version>''</tt><br>For example: <tt>/usr/lib/mozilla-1.7.3</tt>
|style="vertical-align:top;"|Thunderbird||/usr/lib64/thunderbird-''<version>''<br>For example: /usr/lib64/thunderbird-2.0.0.21
|}
|}


Example search for Firefox (searching from <tt>/</tt>): <tt>firefox</tt>
The installation directory path may vary depending on the distribution if you use a package manager to install the application from their repository.
 
Example search for Firefox (searching from / ): firefox


===Mac OS X===
===Mac OS X===
Examples of default installation directories (folders):
Examples of default installation directories (folders):
{|style="padding-left:2em;"
{|style="padding-left:2em;"
|Firefox||<tt>/Applications/Firefox.app</tt>
|Firefox||/Applications/Firefox.app
|-
|-
|Thunderbird||<tt>/Applications/Thunderbird.app</tt>
|Thunderbird||/Applications/Thunderbird.app
|-
|-
|Mozilla Suite||<tt>/Applications/Mozilla.app</tt>
|Mozilla Suite||/Applications/Mozilla.app
|}
|}


'''Note:&nbsp;''' To open one of these folders, Ctrl-click it and select Show Package Contents.  If you simply click it, you will start the application.
To open one of these folders, Ctrl-click it and select Show Package Contents.  If you simply click it, you will start the application.


Example search for Firefox: <tt>Firefox.app</tt>
Example search for Firefox: Firefox.app


[[Category:Installation and update (Firefox)]]
[[Category:Installation and update (Firefox)]]
[[Category:Mozilla Suite]]
[[Category:Mozilla Suite]]
[[Category:Installation and update (Thunderbird)]]
[[Category:Installation and update (Thunderbird)]]

Latest revision as of 14:18, 13 December 2009

The installation directory is the directory where a Mozilla application stores its program files. It is usually a directory on your own computer. This applies to all Mozilla applications, including Firefox, Thunderbird, Mozilla Suite and SeaMonkey.

The installation directory is also known by the terms "program directory", "application directory", "program folder", and similar phrases.

Important: The installation directory does not include your preference settings or user data such as passwords, cookies, bookmarks or address books. That information is normally stored in the profile folder for your Mozilla application, in a separate location.

Finding the installation directory

If you can start a Mozilla application by using a shortcut or launcher icon, then you can usually see where its installation directory is located by context-clicking (right-clicking) the icon and looking at the properties.

The following sections give examples of the default installation directory for various operating systems and applications. The actual directory on your system might not be the default if you chose a different installation directory when you installed the application.

If you cannot find the installation directory in either of these ways, then you can try searching your computer's file system. The following sections also give examples of names to search for.

Windows

Examples of default installation directories:

Firefox C:\Program Files\Mozilla Firefox\
Firefox (64-bit Windows) C:\Program Files (x86)\Mozilla Firefox\
Thunderbird C:\Program Files\Mozilla Thunderbird\
Mozilla Suite C:\Program Files\mozilla.org\Mozilla\
SeaMonkey 1.x C:\Program Files\mozilla.org\SeaMonkey\
SeaMonkey 2.0 C:\Program Files\SeaMonkey\

Example search for Firefox: firefox.exe

Linux

Examples of default installation directories (32-bit Linux):

Firefox /usr/lib/firefox-<version>
For example, if using Firefox 1.0: /usr/lib/firefox-1.0
Mozilla Suite /usr/lib/mozilla-<version>
For example: /usr/lib/mozilla-1.7.3

Examples of default installation directories (64-bit Linux):

Firefox /usr/lib64/firefox-<version>
For example: /usr/lib64/firefox-3.0.9
Thunderbird /usr/lib64/thunderbird-<version>
For example: /usr/lib64/thunderbird-2.0.0.21

The installation directory path may vary depending on the distribution if you use a package manager to install the application from their repository.

Example search for Firefox (searching from / ): firefox

Mac OS X

Examples of default installation directories (folders):

Firefox /Applications/Firefox.app
Thunderbird /Applications/Thunderbird.app
Mozilla Suite /Applications/Mozilla.app

To open one of these folders, Ctrl-click it and select Show Package Contents. If you simply click it, you will start the application.

Example search for Firefox: Firefox.app