gdt-retail-rc Product Config
Download
{
  "all": {
    "config": {
      "casc_language_agnostic": true,
      "data_dir": "Data/",
      "decryption_key_name": "gdt-live-rc",
      "form": {
        "game_dir": {
          "dirname": "game_distro_test"
        }
      },
      "product": "gdt-retail-rc",
      "shared_container_default_subfolder": "_gdt-rc_",
      "supported_locales": [
        "enUS"
      ],
      "supports_multibox": false,
      "supports_offline": true,
      "title_info": {
        "title_id": "gdt"
      },
      "update_method": "ngdp"
    }
  },
  "enus": {
    "config": {
      "install": [
        {
          "start_menu_shortcut": {
            "icon_path": "%binarypath%",
            "link": "%commonstartmenu%GDT RC/GDT RC.lnk",
            "target": "battlenet://game/%product%",
            "working_dir": "%installpath%"
          }
        },
        {
          "desktop_shortcut": {
            "icon_path": "%binarypath%",
            "link": "%desktoppreference%GDT RC.lnk",
            "target": "battlenet://game/%product%",
            "working_dir": "%installpath%"
          }
        },
        {
          "add_remove_programs_key": {
            "display_name": "GDT RC",
            "icon_path": "%binarypath%",
            "install_path": "%installpath%",
            "locale": "%locale%",
            "root": "GDT RC",
            "uid": "%uid%",
            "uninstall_path": "%uninstallpath%"
          }
        }
      ]
    }
  },
  "platform": {
    "win": {
      "config": {
        "binaries": {
          "game": {
            "launch_arguments": [],
            "relative_path": "gdt_client.exe",
            "switcher": true
          }
        },
        "binary_launch_path": "gdt_client.exe",
        "binary_version_path": "gdt_client.exe",
        "form": {
          "game_dir": {
            "default": "Program Files",
            "required_space": 10500000
          }
        },
        "shared_container_delete_list": [],
        "shared_container_move_list": [],
        "tags": [
          "Win64"
        ],
        "uninstall": [
          {
            "delete_registry_key_list": {
              "flags": "WOW_BOTH",
              "key_type": "HKEY_LOCAL_MACHINE",
              "root": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall",
              "subkeys": [
                "GDT RC"
              ]
            }
          },
          {
            "delete_file": {
              "relative_paths": [
                "gdt_client.exe"
              ],
              "root": "%game%"
            }
          }
        ]
      }
    }
  }
}