Skip to content

Install-ElvUI

SYNOPSIS

Downloads and installs ElvUI to the WoW AddOns folder.

SYNTAX

__AllParameterSets

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

ALIASES

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

DESCRIPTION

Fetches the latest ElvUI release from the Tukui API, downloads the ZIP archive, and installs it to the World of Warcraft AddOns directory. Any existing ElvUI folders are removed before the new version is copied into place.

EXAMPLES

EXAMPLE 1

Install-ElvUI

Installs ElvUI to the default retail WoW AddOns folder.

EXAMPLE 2

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

Installs ElvUI using a custom WoW installation path.

EXAMPLE 3

Install-ElvUI -Flavor 'classic'

Installs ElvUI to the Classic WoW AddOns folder.

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: ''

-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 }}