Skip to content

Instantly share code, notes, and snippets.

@FrendaWinter
Created May 3, 2024 07:53
Show Gist options
  • Save FrendaWinter/2c7f9bc72191af6a3643484667d88aec to your computer and use it in GitHub Desktop.
Save FrendaWinter/2c7f9bc72191af6a3643484667d88aec to your computer and use it in GitHub Desktop.
Nitro Pro slient installation with language option

Download Link:

Slient install

nitro_pro13_x86.msi /qn /norestart APPLICATION_LANGUAGE=<language_code>

Replace the <language_code> with listed value below

language_code = {"en-US", "fr-FR", "es-ES", "it-IT", "de-DE", "nl-NL"}

Example:

nitro_pro13_x86.msi /qn /norestart APPLICATION_LANGUAGE=fr-FR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment