vdiclient/dist/vdiclient.json
2023-11-24 17:44:44 -06:00

29 lines
867 B
JSON

{
"upgrade_guid" : "46cbad92-353e-4b28-9bee-83950991dad8",
"version" : "2.0.2",
"product_name" : "VDI Client",
"manufacturer" : "Josh Patten",
"name" : "VDI Client",
"name_base" : "vdiclient",
"arch": 64,
"comments" : "This is the Proxmox VDI client. This client interfaces with Proxmox requires that virt-viewer be installed.",
"installdir" : "VDIClient",
"installscope" : "perMachine",
"license_file" : "License.rtf",
"startmenu_shortcut": "vdiclient.exe",
"desktop_shortcut": "vdiclient.exe",
"parts" : [
{
"id" : "MainProgram",
"title" : "VDI Client",
"description" : "Proxmox VDI Client",
"absent" : "disallow",
"staged_dir" : "vdiclient"
}
],
"major_upgrade": {
"Schedule": "afterInstallInitialize",
"DowngradeErrorMessage": "A later version of [ProductName] is already installed",
"AllowSameVersionUpgrades": "yes"
}
}