onlyutkarsh / ExportImportBuildDefinition

Export and Import your build definitions. Useful for recreating all the build steps, variables, schedules, etc in a different team project/account.
http://bit.ly/exportimportbuild
Other
17 stars 8 forks source link

Install on AWS w/ TFS Server Error #25

Closed zerosnap closed 6 years ago

zerosnap commented 6 years ago

Installed product versions

Description

Install errors, saying products are missing.

Steps to recreate

  1. Download extension
  2. Transfer to AWS server through RDP
  3. Install extension

Current behavior

Error on install.

From log:

9/19/2017 4:16:46 PM - Searching for applicable products... 9/19/2017 4:16:46 PM - Found installed product - Microsoft Visual Studio Professional 2013 9/19/2017 4:16:46 PM - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated) 9/19/2017 4:16:46 PM - Found installed product - Microsoft Visual Studio Enterprise 2015 9/19/2017 4:16:46 PM - Found installed product - Microsoft Visual Studio Professional 2015 9/19/2017 4:16:46 PM - Found installed product - Microsoft Visual Studio Community 2015 9/19/2017 4:16:46 PM - Found installed product - Microsoft Visual Studio 2015 Shell (Integrated) 9/19/2017 4:16:46 PM - Found installed product - Global Location 9/19/2017 4:16:46 PM - Found installed product - Visual Studio Enterprise 2017 9/19/2017 4:16:46 PM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. at VSIXInstaller.App.GetInstallableData(String vsixPath, Boolean isRepairSupported, IEnumerable1& skuData) at VSIXInstaller.App.Initialize(Boolean isRepairSupported) at VSIXInstaller.App.Initialize() at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute()

Expected behavior

The install should complete successfully since TFS Server 2017 IS installed there.

onlyutkarsh commented 6 years ago

Seems duplicate of #12 - Please see my response.

zerosnap commented 6 years ago

This solved my problem. Thank you, @onlyutkarsh