Templates/MobileApps/Windows/WinGet/Apps/everything-search.json
|
{
"$schema": "../Schemas/winGetAppTemplate.schema.json", "schemaVersion": "1.0.0", "templateId": "everything-search", "packageIdentifier": "voidtools.Everything", "displayName": "Everything", "publisher": "voidtools", "description": "Starter-pack WinGet template for Everything Search Win32 packaging.", "package": { "source": "WinGet", "match": { "packageIdentifier": "voidtools.Everything", "architectures": [ "x64", "x86", "arm64" ], "installerTypes": [ "msi", "exe", "zip", "portable" ], "scope": "machine", "locale": "en-US", "channel": null } }, "install": { "command": "winget install --id voidtools.Everything --exact --silent --scope machine --accept-package-agreements --accept-source-agreements", "experience": "system", "restartBehavior": "suppress" }, "uninstall": { "command": "winget uninstall --id voidtools.Everything --exact --scope machine --silent", "behavior": "allow" }, "detection": { "strategy": "generated" }, "requirements": { "minimumSupportedWindowsRelease": "W10_22H2", "architectures": [ "x64", "x86", "arm64" ], "minimumFreeDiskSpaceInMB": null, "minimumMemoryInMB": null }, "icon": { "sourceType": "file", "fileName": "../Icons/everything-search.png", "notes": "Bundled from IntuneGet public icons." }, "metadata": { "categories": [ "StarterPack", "Utilities" ], "tags": [ "starter-pack", "search", "files", "utilities" ], "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/v/voidtools/Everything", "versionPath": "manifests/v/voidtools/Everything", "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": [] } } } |