A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Hi PatchMyPC,
The current way of having to patch this product is horrid. You either have to ask the end user to update providing they have local admin rights or work around with PowerShell scripts which can cause corrupt VS installations is devenv.exe isn't closed properly.
Downloads:
https://my.visualstudio.com/Downloads - These downloads can be accessed with a Dev Essentials account which is free.
Update Documentation:
Update documentation for Microsoft Visual Studio 2019: https://docs.microsoft.com/en-us/visualstudio/install/update-visual-studio?view=vs-2019
Update documentation for Microsoft Visual Studio 2017: https://docs.microsoft.com/en-us/visualstudio/install/update-visual-studio?view=vs-2017
Enterprise 2017 Example Script (Current method):
Start-Process -Wait -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -ArgumentList "update --passive --norestart --installpath ""C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise"""
If there is any possible way of creating this it would be a huge help!
Please let me know if you need anymore information.
Many thanks,
Dan
+1 for this but not just 2017, 2019 but any available/supported version (2017, 2019, 2022 etc.) and edition (Community, Team, Professional, Enterprise etc.)
Also, possible for an admin to merge these requests and their votes into this one?
Microsoft Visual Studio 2022 Professional (https://ideas.patchmypc.com/ideas/PATCHMYPC-I-2370)
Visual Studio Community 2022 (https://ideas.patchmypc.com/ideas/PATCHMYPC-I-2526)
Visual Studio Community 2019 (https://ideas.patchmypc.com/ideas/PATCHMYPC-I-1482)
FYI, MS just announced that WUfB can natively start doing VS updates through the same administrator update functionality that's used by ConfigMgr - https://devblogs.microsoft.com/visualstudio/deploy-visual-studio-updates-to-devices-enrolled-in-windows-update-for-business/
This would be really helpful to get Visual Studio available to patch through InTune.
I would also like to see this.
+1
Second on the vote to get this for the Intune Integration. We only utilize the Intune connection and have many devices that don't ever check into the local WSUS anymore.
Isnt this still relevant as Microsoft only pushes the Security Updates to WSUS and not the feature updates?
Perhaps provide a mechanism by which these updates can be delivered via the Intune integration for cloud managed endpoints that do not have or have inconsistent access to WSUS.
This is now available via Microsoft's updates catalog: https://devblogs.microsoft.com/visualstudio/introducing-visual-studio-administrator-updates/
Marking this one as incompatible, even if we were able to get a full content download of this app, it would be too large to push though WSUS. I would recommend using Dmitry's or a similar approach here.
Need it
I dont belive this cant be correctly done with powershell.
I dont think "required" is good for VS update.
Very simple solution with "available" deployment:
DT\User Experience:
"Install for system" -this grants installer admin privilleges
"Allow users to view and interact with the program installation" -installer gui will be displayed for user
DT\Program:
"Specify the command to repair this application" with path and arguments to vs_installer.exe located under programfilesx86 folder.
Deploy as "available" to user collection with "Allow end users to attempt to repair this application".
Provide users with instructions "how to update visual studio myself with sccm software center".
SCCM CB is required.