Skip to content

NoMoreCookies Installer Arguments

AdvDebug edited this page Nov 10, 2023 · 2 revisions

as of NoMoreCookies update version 2.3 the installer started accepting arguments that makes it easier to do tasks in the installer, and here we will list all of those arguments in addition to what each one does.

Arguments

  • To ignore checking for updates: --ignore-updates

  • To ignore warnings of the installer (like SecureBoot is enabled, etc): --ignore-warnings

  • To directly install NoMoreCookies with a specific mode: --direct-install=MiniMode or --direct-install=NormalMode or --direct-install=XMode

  • To show no output in the console (which can be used in combination with --direct-install): --no-output

  • To show the browsers detection view in the startup of the installer: --show-browsers

Examples:

  • NoMoreCookiesInstaller.exe --direct-install=NormalMode --ignore-updates --no-output

  • NoMoreCookiesInstaller.exe --ignore-updates --no-warnings

  • NoMoreCookiesInstaller.exe --show-browsers

there's also another option which is not officially enabled which is "--direct-uninstall" which does exactly as suggested and can be enabled only if you edited the source code for obvious security reasons.

Clone this wiki locally