Best practice on removing some of the languages or tools #11264
Replies: 4 comments 4 replies
-
Hi @Amna56 , what process you're following currently , could you please provide information ? thank you ! |
Beta Was this translation helpful? Give feedback.
-
in my view, I do not think that is a good idea. Simply deleting the installation from packer can leave behind broken dependencies that cause tests to fail , alternatively, use PowerShell commands to really uninstall the packages, it helps to clean the cache and registry entries as well. |
Beta Was this translation helpful? Give feedback.
-
Wise ppl think a like |
Beta Was this translation helpful? Give feedback.
-
X-Forefront-Antispam-Report |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build a windows 2022 image and since I don't need some of the languages or tools (such as ruby and chrome for example). The build would always fail in the Test step.
My current setup is using packer and powershell to run the window-2022.pkr.hcl
Just asking for the best way to make these edits without the current process.
Beta Was this translation helpful? Give feedback.
All reactions