Showing results for 2015 - Visual Studio Setup

Dec 18, 2015
0
0

Get the Windows Installer PowerShell Module easier with WMF 5.0

Heath Stewart
Heath Stewart

Many years ago when PowerShell was first in beta, I saw an opportunity to write cmdlets that I could string together in different ways rather than writing and maintaining a bunch of one-off Windows scripts for various day-to-day tasks and customer diagnostics. I created the Windows Installer PowerShell Module to fill that role. These cmdlets are ...

InstallationPowerShellpsmsi
Dec 17, 2015
0
0

Failure when upgrading from VS2015 RTM to VS2015 with Update 1

Heath Stewart
Heath Stewart

If you have Visual Studio 2015 RTM installed and attempt to install Visual Studio 2015 with Update 1, you may see a failure like the screenshot that reads, KB3022398 This action is only valid for products that are currently installed. This is a fatal error that occurs when upgrading from VS 2015 RTM to the VS 2015 slipstream release. The ...

Jul 17, 2015
0
0

Removing Visual Studio components left behind after an uninstall

Heath Stewart
Heath Stewart

When you install Visual Studio and related content like Windows Kits or some add-ons, most packages that comprise those bundles are reference counted to make sure they are not removed prematurely. Uninstalling Visual Studio and related content should eventually remove those packages (i.e. last one out the door turns off the light). Contrast with ...

InstallationVisual StudioUninstall
Jul 14, 2015
1
0

How to install Visual Studio to another directory when a pre-release is installed

Heath Stewart
Heath Stewart

If you’ve installed pre-release versions of Visual Studio – or even another edition of the same release – you may find you can’t change the installation target directory. This is because once a set of shared components is installed, we install all the other components to the same directory structure. When you have multiple ...

Jun 9, 2015
0
0

Redirect the Package Cache using registry-based policy

Heath Stewart
Heath Stewart

Visual Studio can require a lot of space on the system drive, and previous methods of redirecting the Package Cache can be tricky for some people to set up or even maintain as junctions across volumes may be removed on boot. The cache is there for good reasons and has significantly reduced the failure rate, but for people with smaller system drives...

InstallationVisual StudioWiX
Apr 20, 2015
0
0

Visual Studio 2013 continuously repairs producing many small log files

Heath Stewart
Heath Stewart

If you have Microsoft Visual Studio 2013 Professional, Premium, or Ultimate editions installed and are finding many small MSI*.log files in your %TEMP% directory, you may find you are running low on disk space because of how many of these files are created. While they may only be about 3MB, what causes these files to be produced can do so often ...

InstallationVisual StudioVS2013
Apr 13, 2015
0
0

Detection keys for Visual Studio 2015

Heath Stewart
Heath Stewart

Administrators and developers who need to detect whether Visual Studio 2015 is installed can use similar registry keys as with past releases. This time around, though, we’ve made some changes to the lineup of products but the registry scheme remains the same. Most of the detection keys are found in the 32-bit registry hive – the ones you’ll ...

InstallationVisual StudioDetection