Manifests/BISF.json

{
    "Name": "Base Image Script Framework",
    "Source": "https://eucweb.com/",
    "Get": {
        "Uri": "https://api.github.com/repos/EUCweb/BIS-F/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$|\\.zip$"
    },
    "Install": {
        "Setup": "setup.*.msi",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/passive /norestart",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "/passive /norestart",
            "PostInstall": [
            ]
        }
    }
}