Microsoft Visual Studio 2005 Installer Projects — Download

$downloadUrl = "https://download.microsoft.com/download/7/6/9/7695C5DB-71E0-4DCF-98B0-58C2A0640B0F/VS2005InstallerProjects.msi" $backupUrl = "https://web.archive.org/web/20150612000000/https://download.microsoft.com/download/7/6/9/7695C5DB-71E0-4DCF-98B0-58C2A0640B0F/VS2005InstallerProjects.msi" $output = "$env:TEMP\VS2005InstallerProjects.msi"

Write-Host "Installing MSI (silent mode)..." -ForegroundColor Cyan Start-Process msiexec.exe -Wait -ArgumentList "/i "$output " /quiet /norestart" download microsoft visual studio 2005 installer projects

if (Test-Path $installerProjectsKey) { Write-Host "Visual Studio Installer Projects already present." -ForegroundColor Green exit 0 } $downloadUrl = "https://download

<# .SYNOPSIS Restore "Visual Studio 2005 Installer Projects" feature from archived sources .DESCRIPTION Checks for VS2005, downloads the official plug-in (Setup Projects), applies registry fixes. .NOTES Requires admin rights. Run in Windows 7 or older for best compatibility. #> #Requires -RunAsAdministrator downloads the official plug-in (Setup Projects)