MSI
WinGet
Nextcloud
Nextcloud GmbH · 3.14.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i Nextcloud-3.14.0-x64.msi /quiet /norestart
Custom
msiexec /i Nextcloud-3.14.0-x64.msi /quiet /norestart Reboot=ReallySuppress
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{61B30375-3900-4E09-9859-5FC8A27EDA9B}
Product version operator
Greater than or equal to
Product version
3.14.0
MSI Properties
Product Code
{61B30375-3900-4E09-9859-5FC8A27EDA9B}
File Identity
Filename
Nextcloud-3.14.0-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Nextcloud.NextcloudDesktop
Version
3.14.0
Description
The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer.
License
GPL-2.0
↗
Homepage
https://nextcloud.com/
Installer URL
https://github.com/nextcloud-releases/desktop/releases/download/v3.14.0/Nextcloud-3.14.0-x64.msi
Upgrade Behavior
install(Install over existing)
Success Codes
3010(Reboot required)
Release Notes
List of supported platforms by this release: System RequirementsWhat's Changed
- Add cmake NEXTCLOUD_DEV so debug client can run in parallel to release client. by @camilasan in nextcloud/desktop#6472
- Feature/office files lock newly created. Plus refactoring. by @allexzander in nextcloud/desktop#6613
- Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS) by @claucambra in nextcloud/desktop#6635
- File sharing for macOS VFS (File Provider Module) by @cl…