{
  "installer": {
    "launchables": [
      {
        "command": {
          "executable": "C:/Windows/System32/msiexec.exe",
          "arguments": [
            "/i",
            "\"{depot}/LogiPluginServiceInstaller.msi\" ",
            "/qn"
          ],
          "isSystem": true
        },
        "conditionalMask": "ANY_INSTALL_UPDATE",
        "type": "PRECONDITION"
      }
    ],
    "uninstallCommands": [
      {
        "command": {
          "executable": "C:/Windows/System32/msiexec.exe",
          "arguments": [
            "/x",
            "\"{depot}/LogiPluginServiceInstaller.msi\" ",
            "/qn"
          ],
          "isSystem": true
        },
        "run_during_the_upgrade": false
      }
    ]
  }
}
