MSI
WinGet
Dokan Library
Dokany Project · 2.3.0.1000 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i Dokan_x64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{9A7325EA-D3C9-0203-0000-250419162816}
Product version operator
Greater than or equal to
Product version
2.3.0.1000
MSI Properties
Product Code
{9A7325EA-D3C9-0203-0000-250419162816}
File Identity
Filename
Dokan_x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
dokan-dev.Dokany
Version
2.3.0.1000
Description
User mode file system library for windows with FUSE Wrapper
License
LGPL/MIT
↗
Homepage
https://dokan-dev.github.io/
Upgrade Behavior
deny(Upgrade denied)
Release Notes
This is a minor version.
The installer will now prevent installation if the driver is already present. Several bug fixes address issues like memory leaks, crashes, and incorrect parameter handling In library. The most impactful change is the deletion semantics that now matches Microsoft expectations #883.
Library breaking change: DOKAN_FILE_INFO.DeleteOnClose was renamed DOKAN_FILE_INFO.DeletePending. Same expectation (remove the object) but is set when last handle on the object is being closed…