Showing results for Visual Studio Archives - Page 11 of 11 - Visual Studio Setup

Nov 28, 2006
0
0

Save Time and Space for VS 2005 SP1 by Disabling the Patch Cache

Heath Stewart
Heath Stewart

The upcoming Visual Studio 2005 Service Pack 1 can take a while to install and can require a lot of disk installed, and even more disk space while installing the patch. You can save a little of both by disabling the Windows Installer patch caching feature. Before doing so, understand that this patch cache contains copies of the files that were repl...

InstallationVisual StudioVS2005SP1
Sep 26, 2006
0
0

Custom Actions under UAC in Vista

Heath Stewart
Heath Stewart

Visual Studio 2005 works for the most part on Windows Vista, but there are some known issues being addressed beyond SP1. One compatibility issue when running on Vista with UAC enabled may actually occur when installing the recently released SP1 beta on certain editions of Visual Studio 2005. User Account Control, or UAC, basically prevents even use...

InstallationVisual StudioVS2005SP1
Apr 7, 2006
0
0

Detecting Patches in .NET 2.0 and Visual Studio 2005

Heath Stewart
Heath Stewart

Aaron Stebner posted some sample code to detect whether the .NET Framework 1.0, 1.1, or 2.0 were installed and at what service pack level they are. Basically, the .NET Framework installation writes a common, version-specific registry key in the following location along with an SP level registry value. The sample below for an English (United States)...

InstallationVisual StudioDevelopment