December 17th, 2015

Failure when upgrading from VS2015 RTM to VS2015 with Update 1

Heath Stewart
Principal Software Engineer

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,

Image 0825 Screenshot thumb 2853517B

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 slipsteram is RTM + VSU1 merged together for a faster install – especially for new customers wnated to install the latest VS2015.

Solution

If you encounter this error, you need only repair the product and setup will continue normally.

  1. Click on Start
  2. Type: Add and Remove Programs
  3. Find the edition of Visual Studio 2015 installed
  4. Click on Modify
  5. If prompted to close Visual Studio or other programs, please do (highly recommended)
  6. Click on Repair

Description

The problem is that one of the packages installed with VS2015 is upgraded (Windows Installer major upgrade MSI) but also patched (MSP). Setup determined that the patch applies and also scheduled the MSI to be upgraded, which occured first. By the time the MSP was to be installed, its target product was no longer installed (different ProductCode and ProductVersion) and erred.

This has been fixed for VS2015 Update 2 and we are investigating when we can fix this for future installs of VSU1.

Author

Heath Stewart
Principal Software Engineer

Heath is an application architect and developer, looking to help educate others to learn professional development. Besides designing and developing applications he enjoys writing about intermediate and advanced topics. Heath also consults for deployment packages and scenarios within Microsoft and for external customers.

0 comments

Discussion are closed.