We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62b2ca commit 47c20dcCopy full SHA for 47c20dc
images/win/scripts/Installers/Install-MongoDB.ps1
@@ -3,7 +3,7 @@
3
## Desc: Install MongoDB
4
####################################################################################
5
6
-Choco-Install -PackageName mongodb
+Choco-Install -PackageName mongodb -ArgumentList "--version=4.4.7"
7
$mongoPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'mongodb'").PathName
8
$mongoBin = Split-Path -Path $mongoPath.split('"')[1]
9
Add-MachinePathItem "$mongoBin"
0 commit comments