We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6f380 commit 159ece1Copy full SHA for 159ece1
manifests/f/FusionInventory/FusionInventoryAgent/2.6/FusionInventory.FusionInventoryAgent.installer.yaml
@@ -5,6 +5,8 @@ PackageIdentifier: FusionInventory.FusionInventoryAgent
5
PackageVersion: '2.6'
6
InstallerLocale: en-US
7
InstallerType: nullsoft
8
+InstallModes:
9
+- silent
10
Scope: machine
11
UpgradeBehavior: install
12
ReleaseDate: 2021-12-08
@@ -15,7 +17,6 @@ Installers:
15
17
InstallerUrl: https://github.com/fusioninventory/fusioninventory-agent/releases/download/2.6/fusioninventory-agent_windows-x64_2.6.exe
16
18
InstallerSha256: 56482BD4EA451526F59D13C776D6BDA2E066B887BD5A8C97F54A375B5DB5B340
19
InstallerSwitches:
- Silent: "/S /acceptlicense"
20
+ Silent: /S /acceptlicense
21
ManifestType: installer
22
ManifestVersion: 1.10.0
-
0 commit comments