/option Options: /features - Installs the specified features. Use the plus sign (+) to specify all features. If you use /uninstall ...

{0} [/option]

Options:
    /features   -- Installs the specified features. 
        Use the plus sign (+) to specify all features. If you use /uninstall with /features, setup uninstalls the specified features.
    /forcerestart -- Automatically restarts the computer without prompting the user when setup requires 
        to restart the computer.
    /help, /h, /? -- Show this help information.
    /installpath  -- Path where you want to install the features to. If /installpath and /layout are omitted, 
        default behavior is to install to {1}.
    /layout [] -- Path where you want to download the features to copy and install on another computer. 
        This options only downloads the installation features and does not install to the local computer. 
        Default path is {2}.
    /list -- Lists the available features.    
    /log, /l \ -- Creates the log file in the specified path with the specified file name. 
        The default behavior is to write the log file to %TEMP%\{3}.
    /norestart -- Does not prompt for restart and exits, even if an operation requires a restart.
    /promptrestart -- Prompts the user when setup requires to restart the computer.
    /quiet, /q -- Setup runs without displaying information. Error messages are added to the log file. 
    /repair -- Reinstalls all of the features that are already installed to the computer.    
    /uninstall -- Removes features from the computer.
    /ceip  -- Opts in or out of the customer experience improvement program (CEIP), which sends anonymous 
        usage data to Microsoft. If /layout is specified, only data about the current download is sent to Microsoft. 
        Otherwise, this setting applies to all Windows kits installed to this computer.
    
Examples:
    {0} /repair /q -- Reinstalls all of the features are already installed, without showing the graphical user interface.
    {0} /uninstall /forcerestart -- Uninstalls all of the installed features, and then restarts the computer 
        if required to complete the uninstallation.
    {0} /installpath "c:\MyTools\mykit" -- Installs the kit to the specified path.
    {0} /features + /q -- Installs all features without showing the graphical user interface.