

Override_args ( bool) - True will override the original install arguments (for the Pre_versions ( bool) - True will nclude pre-release packages. If the version is greater than the one installed then theįorce ( bool) - True will reinstall an existing package with the same version. Default is None.Īllow mulitiple versions of the package to be installed. Package_args ( str) - Arguments you want to pass to the package. This is set to False install_args will be appended to the end of theįorce_x86 ( bool) - Force x86 (32bit) installation on 64 bit systems. (for the native installer) in the package and use your own. Override_args ( bool) - Set to True if you want to override the original install arguments Install_args ( str) - Install arguments you want to pass to the installation process, i.e Pre_versions ( bool) - Include pre-release packages. Default is None.įorce ( bool) - Reinstall the current version of an existing package. Source ( str) - Chocolatey repository (directory, share or remote URL, feed).ĭefaults to the official Chocolatey feed. If the version is different to the one installed then the Version ( str) - Install a specific version of the package. Name ( str) - The name of the package to be installed. Installs a package if not already installed Parameters installed ( name, version = None, source = None, force = False, pre_versions = False, install_args = None, override_args = False, force_x86 = False, package_args = None, allow_multiple = False, execution_timeout = None ) ¶ Operation and may be optimized by specifying a local, smaller chocolatey Chocolatey pulls data from the Chocolatey internet database to determineĬurrent versions, find available versions, etc.
