Replies: 2 comments
-
Have you verified that VCTools are not actually installed? Is that why you're looking at the logs and finding this? I don't know specifically what this log message means. We might need to get some VS setup experts here. But it does indicate that it's a warning so I'm not sure if it's relevant or not. If you do a search for "VCTools" in this project, you can see various issues that have been logged for installing it which also describe solutions for doing that. |
Beta Was this translation helpful? Give feedback.
-
When I run the following command in the built container I can confirm that there are no VS tools installed (imho they should be located in that folder):
I've also checked #904 and #847 and I don't see what they are doing different?! And the warning should be an error, because of it the installation seems to be failing. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to add workloads and components into one of these images.
The command executed successfully and there is no error log written in %TMP%. But when I look into any of the
dd_installer_*.log
I can see the following error:So is the file
"%ProgramFiles(x86)%\Microsoft Visual Studio\installer\setup.exe"
outdated or in the wrong version?Output of
setup.exe --version
Output of
docker version
Output of
docker info
Beta Was this translation helpful? Give feedback.
All reactions