The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
I think Windows Installer keeps ComponentId as the GUID in the MSI Component table, and Visual Studio’s vdproj already stores that GUID for each component. So matching VS and Jenkins just means reading that ComponentId from the vdproj and using the same GUID when you build ur MSI. Visual Studio does not compute ComponentId during the build; it simply copies the GUID already stored in the vdproj into the MSI Component table.