How to make Winget Batch Commands not stop if one of the applications is already installed?

W

wadid

I am trying to install several apps with winget in a command for cmd.Example:winget install --id=Google.Chrome -e && winget install --id=Obsidian.Obsidian -eProblem:if google chrome would be installed already then it stops with a message that the application is already installed and the following commands (installation of obsidian) are not executed anymore.Are there any parameters that make sure that in case of error the full command is executed?Also another issue I have is that one application installation fails because of some problem with incorrect hash.... why is that?

Continue reading...
 
Back
Top Bottom