You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have XML for 11 and 12 VS. But only 12 is installed. And got failure. I think it is just warning cause something will install. And I may maintain one single xml for all VS.
Visual Studio is not installed or the specified version is not present.
At C:\ProgramData\chocolatey\helpers\functions\Write-ChocolateyFailure.ps1:24 char:3
+ throw "$failureMessage"
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Visual Studio i...is not present.:String) [], RuntimeException
+ FullyQualifiedErrorId : Visual Studio is not installed or the specified version is not present.
batch-install-vsix install not successful.
Error while running 'C:\ProgramData\chocolatey\lib\batch-install-vsix\tools\chocolateyInstall.ps1'.
See log for details.
<extensionname="SpecFlow integration for Visual Studio 2010 and 2012"version="11"url="https://visualstudiogallery.msdn.microsoft.com/9915524d-7fb0-43c3-bb3c-a8a14fbd40ee/file/79327/7/TechTalk.SpecFlow.Vs2010Integration.vsix" />
<extensionname="SpecFlow integration for Visual Studio 2013"version="12"url="https://visualstudiogallery.msdn.microsoft.com/90ac3587-7466-4155-b591-2cd4cc4401bc/file/112721/3/TechTalk.SpecFlow.Vs2013Integration.vsix" />
The text was updated successfully, but these errors were encountered:
Yet another issue. I started to separate items into different xml to have clear install. Next text becomes repeated
version="11"
If you think that each script should be in different xml for each VS version, then there should be only one version definition on root element. Not sure how chocolatey will work if to run several times same install on different parameters.
I have XML for 11 and 12 VS. But only 12 is installed. And got failure. I think it is just warning cause something will install. And I may maintain one single xml for all VS.
The text was updated successfully, but these errors were encountered: