Diablo I Product Config
Download
{
  "all": {
    "config": {
      "casc_language_agnostic": true,
      "data_dir": "Data/",
      "form": {
        "game_dir": {
          "dirname": "Diablo"
        }
      },
      "product": "drtl",
      "supported_locales": [
        "enUS"
      ],
      "supports_multibox": false,
      "supports_offline": true,
      "switcher": false,
      "title_info": {
        "title_id": "d1"
      },
      "update_method": "containerless ngdp"
    }
  },
  "enus": {
    "config": {
      "install": [
        {
          "start_menu_shortcut": {
            "link": "%commonstartmenu%Diablo/Diablo.lnk",
            "target": "%shortcutpath%",
            "working_dir": "%installpath%"
          }
        },
        {
          "desktop_shortcut": {
            "link": "%desktoppreference%Diablo.lnk",
            "target": "%shortcutpath%",
            "working_dir": "%installpath%"
          }
        },
        {
          "add_remove_programs_key": {
            "display_name": "Diablo",
            "icon_path": "%binarypath%",
            "install_path": "%installpath%",
            "locale": "%locale%",
            "root": "Diablo",
            "uid": "%uid%",
            "uninstall_path": "%uninstallpath%"
          }
        }
      ]
    }
  },
  "platform": {
    "win": {
      "config": {
        "binaries": {
          "game": {
            "launch_arguments": [],
            "regex": "Diablo.exe",
            "relative_path": "Diablo.exe",
            "switcher": false
          }
        },
        "form": {
          "game_dir": {
            "default": "Program Files",
            "required_space": 3000000000
          }
        },
        "install": [
          {
            "create_registry_key": {
              "flags": "WOW_32BIT",
              "key_type": "HKEY_CURRENT_USER",
              "root": "Software",
              "subkeys": [
                {
                  "name": "Battle.net\\D1\\Configuration",
                  "values": [
                    {
                      "name": "Battle.net gateways",
                      "type": "REG_MULTI_SZ",
                      "value": [
                        "2000",
                        "01",
                        "connect-forever.classic.blizzard.com",
                        "8",
                        "Global"
                      ]
                    },
                    {
                      "name": "Client Token",
                      "type": "REG_DWORD",
                      "value": 0
                    },
                    {
                      "name": "Client ID",
                      "type": "REG_DWORD",
                      "value": 0
                    },
                    {
                      "name": "Registration Authority",
                      "type": "REG_DWORD",
                      "value": 0
                    },
                    {
                      "name": "Registration Version",
                      "type": "REG_DWORD",
                      "value": 0
                    }
                  ]
                }
              ]
            }
          }
        ],
        "shortcut_target_path": "Diablo.exe",
        "tags": [],
        "uninstall": [
          {
            "delete_registry_key_list": {
              "flags": "WOW_BOTH",
              "key_type": "HKEY_LOCAL_MACHINE",
              "root": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall",
              "subkeys": [
                "Diablo"
              ]
            }
          },
          {
            "delete_registry_key_list": {
              "flags": "WOW_BOTH",
              "key_type": "HKEY_CURRENT_USER",
              "root": "SOFTWARE\\Blizzard Entertainment",
              "subkeys": [
                "Diablo"
              ]
            }
          },
          {
            "delete_registry_key_list": {
              "flags": "WOW_BOTH",
              "key_type": "HKEY_CURRENT_USER",
              "root": "SOFTWARE",
              "subkeys": [
                "Battle.net\\D1\\Configuration"
              ]
            }
          },
          {
            "delete_folder": {
              "relative_paths": [
                "Data",
                "EXTRAS",
                "HELLFIRE",
                "HELPFILE",
                "MANUAL"
              ],
              "root": "%game%"
            }
          },
          {
            "delete_file": {
              "relative_paths": [
                "BATTLE.snp",
                "BNUpdate.exe",
                "DIABDAT.MPQ",
                "Diablo.exe",
                "diablo.ini",
                "DiabloLauncher.exe",
                "diabloui.dll",
                "License.txt",
                "Modem.doc",
                "Network.doc",
                "Patch.txt",
                "Patch_rt.mpq",
                "Readme.txt",
                "Serial.doc",
                "SMACKW32.DLL",
                "STANDARD.snp",
                "Storm.dll",
                "Update.txt",
                "VidSize.exe"
              ],
              "root": "%game%"
            }
          }
        ]
      }
    }
  }
}