From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- browser/installer/windows/docs/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 browser/installer/windows/docs/index.rst (limited to 'browser/installer/windows/docs/index.rst') diff --git a/browser/installer/windows/docs/index.rst b/browser/installer/windows/docs/index.rst new file mode 100644 index 0000000000..5cc72902d9 --- /dev/null +++ b/browser/installer/windows/docs/index.rst @@ -0,0 +1,21 @@ +========= +Installer +========= + +The main role of the Firefox installer is to get a user running Firefox as quickly and reliably as possible, while taking all necessary steps to make Firefox an integrated part of the system. + +It turns out that the only platform where we need an installer in order to accomplish all of that is Windows. So we only develop and ship and installer for Windows, and on other platforms we distribute a package in a non-executable format typical of applications distributed on that platform. + +Currently, the installers are built on the `NSIS `_ installer framework. This is a Windows-only framework which compiles scripts written in its custom language (along with some native plugins) into an executable installer. + +We build four different kinds of installers, the :doc:`Stub Installer `, the :doc:`Full Installer `, an :doc:`MSI package ` which wraps the full installer, and an :doc:`MSIX package `. The stub is the default installer intended for most individual users, the full installer and MSI are aimed at power users and administrators who need more control, and the MSIX is aimed at enterprise users who need to control deployment. + +There's also another installer-related program, which is called :doc:`helper.exe `. It's also written in NSIS and has a few different jobs that involve maintaining things that the installer sets up, including the uninstaller and a post-update routine. + +.. toctree:: + InstallerBuild + StubInstaller + FullInstaller + MSI + MSIX + Helper -- cgit v1.2.3