Templates/MobileApps/Windows/WinGet/Apps/7-zip.json

{
    "$schema": "../Schemas/winGetAppTemplate.schema.json",
    "schemaVersion": "1.0.0",
    "templateId": "7-zip",
    "packageIdentifier": "7zip.7zip",
    "displayName": "7-Zip",
    "publisher": "Igor Pavlov",
    "description": "Starter-pack WinGet template for 7-Zip Win32 packaging.",
    "package": {
        "source": "WinGet",
        "match": {
            "packageIdentifier": "7zip.7zip",
            "architectures": [
                "x64"
            ],
            "installerTypes": [
                "msi",
                "exe"
            ],
            "scope": "machine",
            "locale": "en-US",
            "channel": null
        }
    },
    "install": {
        "command": "winget install --id 7zip.7zip --exact --silent --scope machine --accept-package-agreements --accept-source-agreements",
        "experience": "system",
        "restartBehavior": "suppress"
    },
    "uninstall": {
        "command": "winget uninstall --id 7zip.7zip --exact --scope machine --silent",
        "behavior": "allow"
    },
    "detection": {
        "strategy": "generated"
    },
    "requirements": {
        "minimumSupportedWindowsRelease": "W10_22H2",
        "architectures": [
            "x64"
        ],
        "minimumFreeDiskSpaceInMB": null,
        "minimumMemoryInMB": null
    },
    "icon": {
        "sourceType": "file",
        "fileName": "../Icons/7-zip.png",
        "notes": "Bundled from IntuneGet public icons."
    },
    "metadata": {
        "categories": [
            "StarterPack",
            "Utilities"
        ],
        "tags": [
            "starter-pack",
            "utility",
            "archive"
        ],
        "notes": [],
        "placeholders": {
            "customNotes": [],
            "owner": "",
            "scopeTagIds": []
        },
        "markers": {
            "hydration": "Imported by Intune Hydration Kit",
            "source": "Imported from WinGet"
        }
    },
    "resolvedPackage": {
        "packageVersion": "latest",
        "manifestSource": {
            "repository": "microsoft/winget-pkgs",
            "ref": "master",
            "packagePath": "manifests/7/7zip/7zip",
            "versionPath": "manifests/7/7zip/7zip",
            "installerFile": null,
            "localeFile": null
        },
        "selectedInstaller": {
            "Architecture": "x64",
            "Scope": "machine",
            "InstallerLocale": "en-US",
            "InstallerType": "msi",
            "InstallerUrl": null,
            "InstallerSha256": null,
            "ProductCode": null,
            "PackageFamilyName": null,
            "NestedInstallerType": null,
            "AppsAndFeaturesEntry": []
        }
    }
}