microsoft / vssetup.powershell

PowerShell module to interact with Visual Studio Setup
MIT License
227 stars 40 forks source link

need -Require SSIS #72

Closed end-user closed 2 years ago

end-user commented 2 years ago

I need a way to -Require SSIS - that is, get whatever instance supports building Integration Services packages. Right now, I have a 2019 and a 2022. My -Latest is failing because 2022 does not yet have support for SSIS. I did a list of the workload/components, but it's not listed. Is there a way to capture these? image

heaths commented 2 years ago

If you don't see it in https://aka.ms/vs/workloads or by saving a .vsconfig file from that instance that has it and can recognize the workload or component ID, it may be an extension which -Require doesn't support.

end-user commented 2 years ago

I don't know how SSIS is found.

heaths commented 2 years ago

That's an extension, which is not supported by the configuration APIs. If the configuration APIs supported extensions, this would just work in vswhere and vssetup.powershell. Please file a feedback ticket at https://developercommunity.visualstudio.com/search?space=8. There's one or two already about supporting extensions for .vsconfig, for example.