C++ redist on Azure DevTest Lab VM

Ahmed Madhun 72 Reputation points
2021-08-12T11:00:20.643+00:00

I am deploying a Virtual machine in an Azure DevTest lab environment from Azure-DevOps ARM templates.
I need the VM to have C++ redist 2010, 2012, 2013, 2019 installed.

What is the best way to install it?

Any pre-build task in Azure DevOps pipelines that do the job and helps to automate the process ?
Same for other MSI and artifacts that does not exist by default in Azure.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,255 questions
Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
281 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,443 questions
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,311 Reputation points Microsoft Employee
    2021-08-17T04:55:15.087+00:00

    @Anonymous ,

    From a DevTest Labs standpoint typically you are going to set up a lab leveraging images, artifacts, and quickstart templates. It's also worth mentioning the Custom Script Extension tool.

    (Edit - @Anonymous )
    You can create custom artifacts as well as leverage the artifact "Install Chocolatey Packages", which can install a wide variety of packages from the Chocolatey community (including C++ redistributables):

    https://community.chocolatey.org/packages/vcredist-all

    128991-image.png

    128920-image.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.