Skip to content

Instantly share code, notes, and snippets.

# ============================================
# World of Warcraft 3.3.5a Client Installer
# ============================================
# Complete installer with progress bars for all operations
# Unblock this script if downloaded from internet
if ($MyInvocation.MyCommand.Path) {
try {
Unblock-File -Path $MyInvocation.MyCommand.Path -ErrorAction SilentlyContinue
} catch { }