Name
setupwiz — MiKTeX setup wizard
Synopsis
basic-miktex-25.2-next.exe []options
setup-25.2-next.exe []options
Description
MiKTeX Setup Wizard is used to install MiKTeX.
There a two instances of the installer:
- Basic MiKTeX Installer (basic-miktex-25.2-next.exe)
Basic MiKTeX Installer is used to set up a basic MiKTeX system. All required resources are embedded in the installer, i.e., nothing else needs to be downloaded from the Internet.
- MiKTeX Net Installer (setup-25.2-next.exe)
MiKTeX Net Installer is used to set up a complete MiKTeX system. In a first step, all required resources will be downloaded from the Internet. In a second step, a complete MiKTeX system is installed.
Both installers read command-line options from the file
setupwiz.opt, if it exists.
Options
--allow-unattended-rebootRestart the system, if necessary.
--common-config=dirSet the location of the common configuration directory. This option requires administrator privileges.
--common-data=dirSet the location of the common data directory. This option requires administrator privileges.
--common-install=dirSet the common installation directory. This option requires administrator privileges.
--common-roots=dirsRegister additional directories for all users.
dirsmust be a semicolon-separated list of fully qualified path names. This option requires administrator privileges.Environment variables (<VARNAME>) can be used.
--download-onlyDownload all required packages, but do not otherwise install MiKTeX.
--dry-runSimulate. No files shall be downloaded and/or installed.
--install-from-local-repositoryInstall MiKTeX from a directory (to be specified with the
--local-package-repositoryoption).--local-package-repository=dirDownload into (Install from) the specified directory.
--no-additional-rootsDo not integrate additional TEXMF root directories into the MiKTeX setup.
--no-registryDo not store path information in the Windows Registry but write the startup configuration file (
miktexstartup.ini).--package-set=setDownload/Install the specified package set. This must be one of
basic,complete.--portableSetup MiKTeX Portable.
--private--program-folder=nameAdd shortcuts to the specified program folder.
--remote-package-repository=urlDownload from the specified the URL.
--sharedInstall MiKTeX for everyone using this computer. This option requires administrator privileges.
--unattended--user-config=dirSet the location of the configuration directory for the current user.
Environment variables (<VARNAME>) can be used. See the example below.
--user-data=dirSet the location of the data directory for the current user.
Environment variables (<VARNAME>) can be used. See the example below.
--user-install=dirSet the user installation directory.
Environment variables (<VARNAME>) can be used. See the example below.
--user-roots=dirsRegister additional directories for the current user.
dirsmust be a semicolon-separated list of fully qualified path names.Environment variables (<VARNAME>) can be used.
Examples
In this example, MiKTeX is installed from a network share (\\server\miktex\repository). User
directories are specified by using environment variables (<VARNAME>) which are expanded at run-time.
>setupwiz --install-from-local-repository ^ --local-package-repository=\\server\miktex\repository ^ --package-set=complete ^ --shared ^ --user-config=^<APPDATA^>\MiKTeX ^ --user-data=^<LOCALAPPDATA^>\MiKTeX ^ --user-install=^<APPDATA^>\MiKTeX