Skip to content

Update-ElvUI

SYNOPSIS

Updates the ElvUI addon to the latest version.

SYNTAX

__AllParameterSets

Update-ElvUI [[-WoWPath] <string>] [[-Flavor] <string>] [-Force] [-WhatIf] [-Confirm]
 [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Checks the installed ElvUI version against the latest available version from the Tukui API. If an update is available (or -Force is used), downloads and installs the new version. If ElvUI is not installed, performs a fresh install.

EXAMPLES

EXAMPLE 1

Update-ElvUI

Updates ElvUI in the default retail WoW installation.

EXAMPLE 2

Update-ElvUI -WoWPath 'D:\Games\World of Warcraft'

Updates ElvUI using a custom WoW installation path.

EXAMPLE 3

Update-ElvUI -Flavor 'classic'

Updates ElvUI in the Classic WoW AddOns folder.

EXAMPLE 4

Update-ElvUI -Force

Reinstalls ElvUI even if the installed version matches the latest.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- cf
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Flavor

WoW game flavor to target.

Type: System.String
DefaultValue: _retail_
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 1
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Force

Force reinstall even if the installed version matches the latest.

Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-WhatIf

Runs the command in a mode that only reports what would happen without performing the actions.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- wi
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-WoWPath

Path to the World of Warcraft installation folder.

Type: System.String
DefaultValue: C:\Program Files (x86)\World of Warcraft
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

{{ Fill in the related links here }}