EVENTS & HAPPENINGS

Browse our latest city guides and keep scrolling for a highly curated list of the best events, festivals, and happenings in and around Richmond, Virginia. Looking for family-friendly things to do? Hop over to The Family Calendar.

Things to Do:

 

Top Events:

Download Microsoft Visual Studio 2005 Installer Projects | Working |

<# .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

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 } downloads the official plug-in (Setup Projects)