Silent Install HQ
MSI WinGet

Dolt

DoltHub · 1.50.7 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i dolt-windows-amd64.msi /quiet /norestart

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {821CA2BB-D8B6-4D62-B751-3178555A8F91}
Product version operator Greater than or equal to
Product version 1.50.7

MSI Properties

Product Code {821CA2BB-D8B6-4D62-B751-3178555A8F91}

File Identity

SHA256 0749135995b746836974f97a57372eceaa6ebbea6cc5601808fc6328fe878894 VirusTotal ↗
Filename dolt-windows-amd64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID DoltHub.Dolt
Version 1.50.7
Description Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.
License Apache-2.0
Upgrade Behavior install(Install over existing)
Release Notes Merged PRs dolt go-mysql-server - 2898: [memo] variable to disable merge join Use SET @@GLOBAL.disable_merge_join = 1 to prevent join planning from every selecting a merge join. There will always be HASH_JOIN and INNER_JOIN alternatives. - 2896: support for INSERT .. RETURNING, a postgres extension - 2895: Bug fix: resolve column default expressions for ALTER COLUMN nodes When building plan nodes to handle altering a column's nullability or type, without respecifying the full column definiti…