Manifests/Wireshark.json

{
    "Name": "Wireshark",
    "Source": "https://www.wireshark.org/#download",
    "Get": {
        "Update": {
            "Uri": {
                "x64": "https://www.wireshark.org/update/0/Wireshark/3.4.5/Windows/x86-64/en-US/stable.xml",
                "x86": "https://www.wireshark.org/update/0/Wireshark/3.4.5/Windows/x86/en-US/stable.xml"
            },
            "UserAgent": "Wireshark/3.4.5 WinSparkle/0.5.7 (Win64)"
        },
        "Download": {
            "Uri": "",
            "FileTypes": [
                "exe",
                "msi"
            ]
        }
    },
    "Install": {
        "Setup": "Wireshark*.exe",
        "Physical": {
            "Arguments": "/S",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/S",
            "PostInstall": []
        }
    }
}