Proper AnyDesk Exe Manifest (#10184)
* Add NZXT CAM v4.22.0 * Revert "Add NZXT CAM v4.22.0" This reverts commit c181784da181c4601f4df36f375e9fc9e99904f0. * Revert "Revert "Add NZXT CAM v4.22.0"" This reverts commit 16c5afba3e288aba992262665b29fb3fe602e033. * Revert "Revert "Revert "Add NZXT CAM v4.22.0""" This reverts commit c0d5f8d6032dea1b4f3e0b1534ead60d6598d4f7. * AnyDesk Again * Exe Only
This commit is contained in:
@@ -1,16 +1,30 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||
PackageIdentifier: AnyDeskSoftwareGmbH.AnyDesk
|
||||
PackageVersion: 6.2.3
|
||||
FileExtensions:
|
||||
# -
|
||||
Protocols:
|
||||
# -
|
||||
Commands:
|
||||
# -
|
||||
MinimumOSVersion: 10.0.0.0
|
||||
InstallModes:
|
||||
- interactive
|
||||
- silent
|
||||
- silentWithProgress
|
||||
Installers:
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://download.anydesk.com/AnyDesk.msi
|
||||
InstallerSha256: 9CB76DCE2D2178EA68056F414456E8118D5BECB868924C8A603DE685787078D0
|
||||
Scope: machine
|
||||
InstallerType: msi
|
||||
InstallModes:
|
||||
- interactive
|
||||
- silent
|
||||
- silentWithProgress
|
||||
UpgradeBehavior: uninstallPrevious
|
||||
- Architecture: x86
|
||||
InstallerType: exe
|
||||
InstallerUrl: https://download.anydesk.com/AnyDesk.exe
|
||||
InstallerSha256: 1C702E234542E2BB53E45211CC3AE4426A5088DE9510DAE58A9FF8B7A65E294F
|
||||
Scope: machine
|
||||
InstallerLocale: en-US
|
||||
# ProductCode:
|
||||
InstallerSwitches:
|
||||
Custom: --install "C:\Program Files (x86)\AnyDesk" --update-auto --create-desktop-icon --create-shortcuts
|
||||
Silent: --silent
|
||||
SilentWithProgress: --silent
|
||||
UpgradeBehavior: install
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user