Rainmeter silent install inside SetupComplete?

How is written "rainmeter _silent install" ,inside setupcomplete
https://www.rainmeter.net/

Silent Installation

Parameters​

In order to install or update Rainmeter from the command line, execute the installer .exe using one or more of the following case-sensitive parameters on the command line:
  • /S : Required - This tells the installer to execute without opening the normal installation dialog. This is the "silent" in "Silent Install".
  • /PORTABLE= : Optional - This can be set to either the default /PORTABLE=0 or /PORTABLE=1. If a "portable" installation is done, the /D= destination folder must be set.
  • /AUTOSTARTUP= : Optional - This will tell the installer whether or not to add a shortcut to Rainmeter in the Startup folder for your Windows account. On a new installation, this will default to /AUTOSTARTUP=1. On an upgrade of an existing installation, it will default to the current setting, but may be overridden.
    This setting is ignored on a "portable" install, as no registry changes are made and no icons are created with a portable installation.
  • /RESTART= : Optional - By default, Rainmeter will restart after the installation if it was running when the installation was started. This option can override this behavior with /RESTART=1 (restart Rainmeter when done), or /RESTART=0 (do not restart Rainmeter when done).
  • /VERSION= : Optional - This should be set to either /VERSION=64 or /VERSION=32, depending on the architecture of the Windows version you are running. On a new installation, this will default to /VERSION=64 on 64-bit Windows and /VERSION=32 on 32-bit Windows. On an upgrade installation, it will default to the current setting, but may be overridden.
  • /LANGUAGE= : Optional - If defined as a 4-digit numeric code, this sets the installer language and saves it to the registry. Any subsequent non-silent GUI installations will use this language for the installer. Also, on new installations, this language will be saved to Rainmeter.ini as the installed language - but ONLY on new installations. This will default to /LANGUAGE=1033 (English) on new installations.
  • /D= : Defines the installation folder.
    • This is required for "portable" installations. It is ignored on "normal" installations.
    • When installing in "normal" mode this is ignored, and will be forced to the %PROGRAMFILES% (generally C:\Program Files) folder for the account, in a \Rainmeter subfolder.
    • When installing in "portable" mode, the full path to the desired location is required.
    • Important! If defined, /D= must be the LAST parameter on the command line.

Examples​

Rainmeter-4.5.0.exe /S /AUTOSTARTUP=0 /VERSION=32
Rainmeter-4.5.0.exe /S /RESTART=0
Rainmeter-4.5.0.exe /S /PORTABLE=1 /D=E:\MyRainmeter
 
What do I choose?
I want to install the French language x64 version

Code:
Rainmeter-4.5.0.exe /S /AUTOSTARTUP=0 /VERSION=32

Rainmeter-4.5.0.exe /S /RESTART=0

Rainmeter-4.5.0.exe /S /PORTABLE=1 /D=E:\MyRainmeter
 
Back
Top