Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.60 KB | None | 0 0
  1. CURL *hnd = curl_easy_init();
  2.  
  3. curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
  4. curl_easy_setopt(hnd, CURLOPT_URL, "http://helpdesk.us-east-2.elasticbeanstalk.com/api/v1/dispositivos");
  5.  
  6. struct curl_slist *headers = NULL;
  7. headers = curl_slist_append(headers, "cache-control: no-cache");
  8. headers = curl_slist_append(headers, "Connection: keep-alive");
  9. headers = curl_slist_append(headers, "Content-Length: 59667");
  10. headers = curl_slist_append(headers, "Accept-Encoding: gzip, deflate");
  11. headers = curl_slist_append(headers, "Host: helpdesk.us-east-2.elasticbeanstalk.com");
  12. headers = curl_slist_append(headers, "Postman-Token: 5cc43745-2240-47bd-8a3c-983c49b644bd,50228233-308e-4dc0-be33-1bb69b6654e8");
  13. headers = curl_slist_append(headers, "Cache-Control: no-cache");
  14. headers = curl_slist_append(headers, "Accept: */*");
  15. headers = curl_slist_append(headers, "User-Agent: PostmanRuntime/7.15.2");
  16. headers = curl_slist_append(headers, "hash-tenant: d3a7966e-3090-4b73-b345-3b423c2a5485");
  17. headers = curl_slist_append(headers, "X-Requested-With: XMLHttpRequest");
  18. headers = curl_slist_append(headers, "Content-Type: application/json");
  19. curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);
  20.  
  21. curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "{\n \"computerSystem\": [\n {\n \"identifyingNumber\": \"0000-0002-8440-9843-5658-5668-64\",\n \"name\": \"Virtual Machine\",\n \"SKUNumber\": null,\n \"vendor\": \"Microsoft Corporation\",\n \"version\": \"7.0\",\n \"UUID\": \"27784475-63AC-4CD0-BD35-BFD56649024D\"\n }\n ],\n \"motherBoard\": [\n {\n \"name\": \"Base Board\",\n \"product\": \"Virtual Machine\",\n \"serialNumber\": \"0000-0013-6340-1437-0199-0446-85\"\n }\n ],\n \"networkInterface\": [\n {\n \"description\": \"Microsoft Hyper-V Network Adapter\",\n \"defaultIPGateway\": [\n \"10.0.1.1\"\n ],\n \"DHCPEnabled\": true,\n \"DNSHostName\": [\n \"168.63.129.16\"\n ],\n \"ip\": [\n \"fe80::91cc:3623:7409:80ae%4\",\n \"10.0.1.4\"\n ],\n \"IPSubnet\": [\n \"0.0.0.0\",\n \"255.255.255.0\"\n ],\n \"MACAddress\": \"000D3A96F9B2\"\n },\n {\n \"description\": \"Software Loopback Interface 1\",\n \"defaultIPGateway\": [],\n \"DHCPEnabled\": false,\n \"DNSHostName\": [\n \"fec0:0:0:ffff::1%1\",\n \"fec0:0:0:ffff::2%1\",\n \"fec0:0:0:ffff::3%1\"\n ],\n \"ip\": [\n \"::1\",\n \"127.0.0.1\"\n ],\n \"IPSubnet\": [\n \"0.0.0.0\",\n \"255.0.0.0\"\n ],\n \"MACAddress\": \"\"\n }\n ],\n \"operatingSystem\": [\n {\n \"bootDevice\": \"\\\\Device\\\\HarddiskVolume1\",\n \"freePhysicalMemory\": 4.679412,\n \"name\": \"Microsoft Windows 10 Pro|C:\\\\windows|\\\\Device\\\\Harddisk0\\\\Partition2\",\n \"organization\": null,\n \"OSArchitecture\": \"64-bit\",\n \"registeredUser\": null,\n \"productID\": \"00331-10000-00001-AA794\",\n \"productKey\": \"W269N-WFGWX-YVC9B-4J6C9-T83GX\",\n \"servicePackMajorVersion\": 0,\n \"servicePackMinorVersion\": 0,\n \"systemDevice\": \"\\\\Device\\\\HarddiskVolume2\",\n \"systemDirectory\": \"C:\\\\windows\\\\system32\",\n \"systemDrive\": \"C:\",\n \"totalVisibleMemorySize\": 8.388148,\n \"version\": \"10.0.17134\",\n \"windowsDirectory\": \"C:\\\\windows\"\n }\n ],\n \"processor\": [\n {\n \"loadPercentage\": 1,\n \"name\": \"Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz\",\n \"numberOfCores\": 1\n }\n ],\n \"diskDrives\": [\n {\n \"description\": \"Microsoft Hyper-V Accelerated Disk Drive\",\n \"deviceID\": \"\\\\\\\\.\\\\PHYSICALDRIVE0\",\n \"firmwareRevision\": \"1.1.0\",\n \"maxMediaSize\": 0,\n \"mediaType\": \"Fixed hard disk media\",\n \"model\": \"Virtual HD ATA Device\",\n \"name\": \"\\\\\\\\.\\\\PHYSICALDRIVE0\",\n \"partitions\": 2,\n \"serialNumber\": null,\n \"size\": 136366917120\n },\n {\n \"description\": \"Microsoft Hyper-V Accelerated Disk Drive\",\n \"deviceID\": \"\\\\\\\\.\\\\PHYSICALDRIVE0\",\n \"firmwareRevision\": \"1.1.0\",\n \"maxMediaSize\": 0,\n \"mediaType\": \"Fixed hard disk media\",\n \"model\": \"Virtual HD ATA Device\",\n \"name\": \"\\\\\\\\.\\\\PHYSICALDRIVE0\",\n \"partitions\": 2,\n \"serialNumber\": null,\n \"size\": 136366917120\n }\n ],\n \"logicalDisks\": [\n {\n \"deviceID\": \"A:\",\n \"fileSystem\": null,\n \"freeSpace\": 0,\n \"size\": 0,\n \"volumeName\": null,\n \"volumeSerialNumber\": null\n },\n {\n \"deviceID\": \"C:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n },\n {\n \"deviceID\": \"D:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 52.237565952000004,\n \"size\": 53.684989952,\n \"volumeName\": \"Temporary Storage\",\n \"volumeSerialNumber\": \"8EA6D9BE\"\n },\n {\n \"deviceID\": \"X:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n },\n {\n \"deviceID\": \"Y:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n },\n {\n \"deviceID\": \"Z:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n }\n ],\n \"mappedLogicalDisks\": [\n {\n \"compressed\": false,\n \"deviceID\": \"X:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"providerName\": \"\\\\\\\\ProjetoRMM\\\\teste3\",\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n },\n {\n \"compressed\": false,\n \"deviceID\": \"Y:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"providerName\": \"\\\\\\\\ProjetoRMM\\\\teste2\",\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n },\n {\n \"compressed\": false,\n \"deviceID\": \"Z:\",\n \"fileSystem\": \"NTFS\",\n \"freeSpace\": 90.07482470400001,\n \"providerName\": \"\\\\\\\\ProjetoRMM\\\\teste1\",\n \"size\": 135.8388224,\n \"volumeName\": \"Windows\",\n \"volumeSerialNumber\": \"3E4916FB\"\n }\n ],\n \"printers\": [\n {\n \"location\": null,\n \"name\": \"Send To OneNote 2016\",\n \"printerState\": 0,\n \"printerStatus\": 3,\n \"shareName\": null,\n \"systemName\": \"ProjetoRMM\"\n },\n {\n \"location\": null,\n \"name\": \"OneNote\",\n \"printerState\": 0,\n \"printerStatus\": 3,\n \"shareName\": null,\n \"systemName\": \"ProjetoRMM\"\n },\n {\n \"location\": null,\n \"name\": \"Microsoft XPS Document Writer\",\n \"printerState\": 0,\n \"printerStatus\": 3,\n \"shareName\": null,\n \"systemName\": \"ProjetoRMM\"\n },\n {\n \"location\": null,\n \"name\": \"Microsoft Print to PDF\",\n \"printerState\": 0,\n \"printerStatus\": 3,\n \"shareName\": null,\n \"systemName\": \"ProjetoRMM\"\n },\n {\n \"location\": null,\n \"name\": \"Fax\",\n \"printerState\": 0,\n \"printerStatus\": 3,\n \"shareName\": null,\n \"systemName\": \"ProjetoRMM\"\n }\n ],\n \"products\": [\n {\n \"caption\": \"Office 16 Click-to-Run Extensibility Component\",\n \"description\": \"Office 16 Click-to-Run Extensibility Component\",\n \"name\": \"Office 16 Click-to-Run Extensibility Component\",\n \"packageName\": \"C2RInt.16.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Office 16 Click-to-Run Localization Component\",\n \"description\": \"Office 16 Click-to-Run Localization Component\",\n \"name\": \"Office 16 Click-to-Run Localization Component\",\n \"packageName\": \"C2RIntLoc.pt-br.16.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Office 16 Click-to-Run Extensibility Component 64-bit Registration\",\n \"description\": \"Office 16 Click-to-Run Extensibility Component 64-bit Registration\",\n \"name\": \"Office 16 Click-to-Run Extensibility Component 64-bit Registration\",\n \"packageName\": \"C2RInt64.16.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Office 16 Click-to-Run Licensing Component\",\n \"description\": \"Office 16 Click-to-Run Licensing Component\",\n \"name\": \"Office 16 Click-to-Run Licensing Component\",\n \"packageName\": \"SPPRedist64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.5.1 Multi-Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4.5.1 Multi-Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4.5.1 Multi-Targeting Pack\",\n \"packageName\": \"netfx_451mtpack.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"MSI Development Tools\",\n \"description\": \"MSI Development Tools\",\n \"name\": \"MSI Development Tools\",\n \"packageName\": \"MSI Development Tools-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps DirectX x86 Remote\",\n \"description\": \"Windows SDK for Windows Store Apps DirectX x86 Remote\",\n \"name\": \"Windows SDK for Windows Store Apps DirectX x86 Remote\",\n \"packageName\": \"Windows SDK for Windows Store Apps DirectX x86 Remote-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense Mobile - en-us\",\n \"description\": \"WinRT Intellisense Mobile - en-us\",\n \"name\": \"WinRT Intellisense Mobile - en-us\",\n \"packageName\": \"WinRT Intellisense Mobile - en-us-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_minshellmsi\",\n \"description\": \"vs_minshellmsi\",\n \"name\": \"vs_minshellmsi\",\n \"packageName\": \"Microsoft.VisualStudio.MinShell.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK EULA\",\n \"description\": \"Windows SDK EULA\",\n \"name\": \"Windows SDK EULA\",\n \"packageName\": \"Windows SDK EULA-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporations\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.6.1 SDK\",\n \"description\": \"Microsoft .NET Framework 4.6.1 SDK\",\n \"name\": \"Microsoft .NET Framework 4.6.1 SDK\",\n \"packageName\": \"sdk_tools461.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense PPI - en-us\",\n \"description\": \"WinRT Intellisense PPI - en-us\",\n \"name\": \"WinRT Intellisense PPI - en-us\",\n \"packageName\": \"WinRT Intellisense PPI - en-us-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft System CLR Types for SQL Server 2019 CTP2.2\",\n \"description\": \"Microsoft System CLR Types for SQL Server 2019 CTP2.2\",\n \"name\": \"Microsoft System CLR Types for SQL Server 2019 CTP2.2\",\n \"packageName\": \"SQLSysClrTypes.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"icecap_collection_x64\",\n \"description\": \"icecap_collection_x64\",\n \"name\": \"icecap_collection_x64\",\n \"packageName\": \"Microsoft.Icecap.Collection.Msi.x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"VS JIT Debugger\",\n \"description\": \"VS JIT Debugger\",\n \"name\": \"VS JIT Debugger\",\n \"packageName\": \"jitdebugger_x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.5 Multi-Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4.5 Multi-Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4.5 Multi-Targeting Pack\",\n \"packageName\": \"netfx45_dtp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows App Certification Kit SupportedApiList x86\",\n \"description\": \"Windows App Certification Kit SupportedApiList x86\",\n \"name\": \"Windows App Certification Kit SupportedApiList x86\",\n \"packageName\": \"Windows App Certification Kit SupportedApiList x86-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Headers arm\",\n \"description\": \"Windows SDK Desktop Headers arm\",\n \"name\": \"Windows SDK Desktop Headers arm\",\n \"packageName\": \"Windows SDK Desktop Headers arm-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"icecap_collectionresourcesx64\",\n \"description\": \"icecap_collectionresourcesx64\",\n \"name\": \"icecap_collectionresourcesx64\",\n \"packageName\": \"Microsoft.Icecap.Collection.Msi.Resources.x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET CoreRuntime For CoreCon\",\n \"description\": \"Microsoft .NET CoreRuntime For CoreCon\",\n \"name\": \"Microsoft .NET CoreRuntime For CoreCon\",\n \"packageName\": \"netfx_CoreRuntimeForCoreCon.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT ARM64 Appx Package\",\n \"description\": \"Visual C++ Library CRT ARM64 Appx Package\",\n \"name\": \"Visual C++ Library CRT ARM64 Appx Package\",\n \"packageName\": \"VC_CRT.Appx.ARM64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Managed Apps Libs\",\n \"description\": \"Windows SDK for Windows Store Managed Apps Libs\",\n \"name\": \"Windows SDK for Windows Store Managed Apps Libs\",\n \"packageName\": \"Windows SDK for Windows Store Managed Apps Libs-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.7.2 SDK\",\n \"description\": \"Microsoft .NET Framework 4.7.2 SDK\",\n \"name\": \"Microsoft .NET Framework 4.7.2 SDK\",\n \"packageName\": \"sdk_tools472.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_BlendMsi\",\n \"description\": \"vs_BlendMsi\",\n \"name\": \"vs_BlendMsi\",\n \"packageName\": \"Microsoft.VisualStudio.Blend.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"icecap_collectionresourcesx64\",\n \"description\": \"icecap_collectionresourcesx64\",\n \"name\": \"icecap_collectionresourcesx64\",\n \"packageName\": \"Microsoft.Icecap.Collection.Msi.Resources.x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows IoT Extension SDK\",\n \"description\": \"Windows IoT Extension SDK\",\n \"name\": \"Windows IoT Extension SDK\",\n \"packageName\": \"Windows IoT Extension SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft Monitoring Agent\",\n \"description\": \"Microsoft Monitoring Agent\",\n \"name\": \"Microsoft Monitoring Agent\",\n \"packageName\": \"MOMAgent.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"IntelliTraceProfilerProxy\",\n \"description\": \"IntelliTraceProfilerProxy\",\n \"name\": \"IntelliTraceProfilerProxy\",\n \"packageName\": \"Microsoft.IntelliTrace.ProfilerProxy.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_clickoncebootstrappermsires\",\n \"description\": \"vs_clickoncebootstrappermsires\",\n \"name\": \"vs_clickoncebootstrappermsires\",\n \"packageName\": \"Microsoft.ClickOnce.BootStrapper.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Appx Package\",\n \"description\": \"Visual C++ Library CRT Appx Package\",\n \"name\": \"Visual C++ Library CRT Appx Package\",\n \"packageName\": \"VC_CRT.Appx.120.Universal.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft System CLR Types for SQL Server 2019 CTP2.2\",\n \"description\": \"Microsoft System CLR Types for SQL Server 2019 CTP2.2\",\n \"name\": \"Microsoft System CLR Types for SQL Server 2019 CTP2.2\",\n \"packageName\": \"SQLSysClrTypes.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_FileTracker_Singleton\",\n \"description\": \"vs_FileTracker_Singleton\",\n \"name\": \"vs_FileTracker_Singleton\",\n \"packageName\": \"Microsoft.Build.FileTracker.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_tipsmsi\",\n \"description\": \"vs_tipsmsi\",\n \"name\": \"vs_tipsmsi\",\n \"packageName\": \"Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.7.1 Targeting Pack (ENU)\",\n \"description\": \"Microsoft .NET Framework 4.7.1 Targeting Pack (ENU)\",\n \"name\": \"Microsoft .NET Framework 4.7.1 Targeting Pack (ENU)\",\n \"packageName\": \"netfx_471mtpacklp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"SDK do Microsoft .NET Framework 4.7.2 SDK (Portuguˆs (Brasil))\",\n \"description\": \"SDK do Microsoft .NET Framework 4.7.2 SDK (Portuguˆs (Brasil))\",\n \"name\": \"SDK do Microsoft .NET Framework 4.7.2 SDK (Portuguˆs (Brasil))\",\n \"packageName\": \"sdk_tools472res.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Universal CRT Headers Libraries and Sources\",\n \"description\": \"Universal CRT Headers Libraries and Sources\",\n \"name\": \"Universal CRT Headers Libraries and Sources\",\n \"packageName\": \"Universal CRT Headers Libraries and Sources-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK DirectX x86 Remote\",\n \"description\": \"Windows SDK DirectX x86 Remote\",\n \"name\": \"Windows SDK DirectX x86 Remote\",\n \"packageName\": \"Windows SDK DirectX x86 Remote-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinAppDeploy\",\n \"description\": \"WinAppDeploy\",\n \"name\": \"WinAppDeploy\",\n \"packageName\": \"WinAppDeploy-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK DirectX x64 Remote\",\n \"description\": \"Windows SDK DirectX x64 Remote\",\n \"name\": \"Windows SDK DirectX x64 Remote\",\n \"packageName\": \"Windows SDK DirectX x64 Remote-x64_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Universal CRT Extension SDK\",\n \"description\": \"Universal CRT Extension SDK\",\n \"name\": \"Universal CRT Extension SDK\",\n \"packageName\": \"Universal CRT Extension SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"description\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"name\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"packageName\": \"VC_CRT.Desktop.Appx.120.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps Contracts\",\n \"description\": \"Windows SDK for Windows Store Apps Contracts\",\n \"name\": \"Windows SDK for Windows Store Apps Contracts\",\n \"packageName\": \"Windows SDK for Windows Store Apps Contracts-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense IoT - en-us\",\n \"description\": \"WinRT Intellisense IoT - en-us\",\n \"name\": \"WinRT Intellisense IoT - en-us\",\n \"packageName\": \"WinRT Intellisense IoT - en-us-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Modern Non-Versioned Developer Tools\",\n \"description\": \"Windows SDK Modern Non-Versioned Developer Tools\",\n \"name\": \"Windows SDK Modern Non-Versioned Developer Tools\",\n \"packageName\": \"Windows SDK Modern Non-Versioned Developer Tools-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows IoT Extension SDK Contracts\",\n \"description\": \"Windows IoT Extension SDK Contracts\",\n \"name\": \"Windows IoT Extension SDK Contracts\",\n \"packageName\": \"Windows IoT Extension SDK Contracts-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_communitymsires\",\n \"description\": \"vs_communitymsires\",\n \"name\": \"vs_communitymsires\",\n \"packageName\": \"Microsoft.VisualStudio.Community.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Core Runtime - 2.1.11 (x64)\",\n \"description\": \"Microsoft .NET Core Runtime - 2.1.11 (x64)\",\n \"name\": \"Microsoft .NET Core Runtime - 2.1.11 (x64)\",\n \"packageName\": \"dotnet-runtime-2.1.11-win-x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Pacote de Direcionamento do Microsoft .NET Framework 4.7.2 (Portuguˆs (Brasil))\",\n \"description\": \"Pacote de Direcionamento do Microsoft .NET Framework 4.7.2 (Portuguˆs (Brasil))\",\n \"name\": \"Pacote de Direcionamento do Microsoft .NET Framework 4.7.2 (Portuguˆs (Brasil))\",\n \"packageName\": \"netfx_472mtpacklp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)\",\n \"description\": \"Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)\",\n \"name\": \"Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)\",\n \"packageName\": \"netfx_472mtpacklp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Tools x86\",\n \"description\": \"Windows SDK Desktop Tools x86\",\n \"name\": \"Windows SDK Desktop Tools x86\",\n \"packageName\": \"Windows SDK Desktop Tools x86-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps\",\n \"description\": \"Windows SDK for Windows Store Apps\",\n \"name\": \"Windows SDK for Windows Store Apps\",\n \"packageName\": \"Windows SDK for Windows Store Apps-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Entity Framework 6.2.0 Tools for Visual Studio 2019\",\n \"description\": \"Entity Framework 6.2.0 Tools for Visual Studio 2019\",\n \"name\": \"Entity Framework 6.2.0 Tools for Visual Studio 2019\",\n \"packageName\": \"EF6Tools.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET CoreRuntime SDK\",\n \"description\": \"Microsoft .NET CoreRuntime SDK\",\n \"name\": \"Microsoft .NET CoreRuntime SDK\",\n \"packageName\": \"netfx_CoreRuntimeSDK.15.0.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"SDK ARM Redistributables\",\n \"description\": \"SDK ARM Redistributables\",\n \"name\": \"SDK ARM Redistributables\",\n \"packageName\": \"SDK ARM Redistributables-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense UAP - Other Languages\",\n \"description\": \"WinRT Intellisense UAP - Other Languages\",\n \"name\": \"WinRT Intellisense UAP - Other Languages\",\n \"packageName\": \"WinRT Intellisense UAP - Other Languages-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_devenvmsi\",\n \"description\": \"vs_devenvmsi\",\n \"name\": \"vs_devenvmsi\",\n \"packageName\": \"Microsoft.VisualStudio.Devenv.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Tools arm64\",\n \"description\": \"Windows SDK Desktop Tools arm64\",\n \"name\": \"Windows SDK Desktop Tools arm64\",\n \"packageName\": \"Windows SDK Desktop Tools arm64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"icecap_collection_neutral\",\n \"description\": \"icecap_collection_neutral\",\n \"name\": \"icecap_collection_neutral\",\n \"packageName\": \"Microsoft.Icecap.Collection.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft UniversalWindowsPlatform SDK\",\n \"description\": \"Microsoft UniversalWindowsPlatform SDK\",\n \"name\": \"Microsoft UniversalWindowsPlatform SDK\",\n \"packageName\": \"netfx_NETCoreUWP.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft\"\n },\n {\n \"caption\": \"Universal CRT Redistributable\",\n \"description\": \"Universal CRT Redistributable\",\n \"name\": \"Universal CRT Redistributable\",\n \"packageName\": \"Universal CRT Redistributable-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_minshellinteropmsi\",\n \"description\": \"vs_minshellinteropmsi\",\n \"name\": \"vs_minshellinteropmsi\",\n \"packageName\": \"Microsoft.VisualStudio.MinShell.Interop.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Facade Windows WinMD Versioned\",\n \"description\": \"Windows SDK Facade Windows WinMD Versioned\",\n \"name\": \"Windows SDK Facade Windows WinMD Versioned\",\n \"packageName\": \"Windows SDK Facade Windows WinMD Versioned-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft Visual C++ 2019 X64 Additional Runtime - 14.21.27702\",\n \"description\": \"Microsoft Visual C++ 2019 X64 Additional Runtime - 14.21.27702\",\n \"name\": \"Microsoft Visual C++ 2019 X64 Additional Runtime - 14.21.27702\",\n \"packageName\": \"vc_runtimeAdditional_x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Desktop Extension SDK Contracts\",\n \"description\": \"Windows Desktop Extension SDK Contracts\",\n \"name\": \"Windows Desktop Extension SDK Contracts\",\n \"packageName\": \"Windows Desktop Extension SDK Contracts-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Libs arm64\",\n \"description\": \"Windows SDK Desktop Libs arm64\",\n \"name\": \"Windows SDK Desktop Libs arm64\",\n \"packageName\": \"Windows SDK Desktop Libs arm64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Desktop Extension SDK\",\n \"description\": \"Windows Desktop Extension SDK\",\n \"name\": \"Windows Desktop Extension SDK\",\n \"packageName\": \"Windows Desktop Extension SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Team Extension SDK\",\n \"description\": \"Windows Team Extension SDK\",\n \"name\": \"Windows Team Extension SDK\",\n \"packageName\": \"Windows Team Extension SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense UAP - en-us\",\n \"description\": \"WinRT Intellisense UAP - en-us\",\n \"name\": \"WinRT Intellisense UAP - en-us\",\n \"packageName\": \"WinRT Intellisense UAP - en-us-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Pacote IntelliSense Cumulativo do Microsoft .NET Framework para Visual Studio (Portuguˆs do Brasil)\",\n \"description\": \"Pacote IntelliSense Cumulativo do Microsoft .NET Framework para Visual Studio (Portuguˆs do Brasil)\",\n \"name\": \"Pacote IntelliSense Cumulativo do Microsoft .NET Framework para Visual Studio (Portuguˆs do Brasil)\",\n \"packageName\": \"netfx_mtpacklp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Core Host - 2.1.11 (x64)\",\n \"description\": \"Microsoft .NET Core Host - 2.1.11 (x64)\",\n \"name\": \"Microsoft .NET Core Host - 2.1.11 (x64)\",\n \"packageName\": \"dotnet-host-2.1.11-win-x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows App Certification Kit Native Components\",\n \"description\": \"Windows App Certification Kit Native Components\",\n \"name\": \"Windows App Certification Kit Native Components\",\n \"packageName\": \"Windows App Certification Kit Native Components-x64_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_minshellmsires\",\n \"description\": \"vs_minshellmsires\",\n \"name\": \"vs_minshellmsires\",\n \"packageName\": \"Microsoft.VisualStudio.MinShell.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Adobe Acrobat Reader DC\",\n \"description\": \"Adobe Acrobat Reader DC\",\n \"name\": \"Adobe Acrobat Reader DC\",\n \"packageName\": \"AcroRead.msi\",\n \"productID\": \"none\",\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Adobe Systems Incorporated\"\n },\n {\n \"caption\": \"icecap_collectionresources\",\n \"description\": \"icecap_collectionresources\",\n \"name\": \"icecap_collectionresources\",\n \"packageName\": \"Microsoft.Icecap.Collection.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK ARM Desktop Tools\",\n \"description\": \"Windows SDK ARM Desktop Tools\",\n \"name\": \"Windows SDK ARM Desktop Tools\",\n \"packageName\": \"Windows SDK ARM Desktop Tools-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft TestPlatform SDK Local Feed\",\n \"description\": \"Microsoft TestPlatform SDK Local Feed\",\n \"name\": \"Microsoft TestPlatform SDK Local Feed\",\n \"packageName\": \"Microsoft.VisualStudio.TestTools.TestPlatform.LocalFeed.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft\"\n },\n {\n \"caption\": \"vs_clickoncebootstrappermsi\",\n \"description\": \"vs_clickoncebootstrappermsi\",\n \"name\": \"vs_clickoncebootstrappermsi\",\n \"packageName\": \"Microsoft.ClickOnce.BootStrapper.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"IntelliTraceProfilerProxy\",\n \"description\": \"IntelliTraceProfilerProxy\",\n \"name\": \"IntelliTraceProfilerProxy\",\n \"packageName\": \"Microsoft.IntelliTrace.ProfilerProxy.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.6 Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4.6 Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4.6 Targeting Pack\",\n \"packageName\": \"netfx_46mtpack.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft NetStandard SDK\",\n \"description\": \"Microsoft NetStandard SDK\",\n \"name\": \"Microsoft NetStandard SDK\",\n \"packageName\": \"netfx_NETCoreSDK.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK AddOn\",\n \"description\": \"Windows SDK AddOn\",\n \"name\": \"Windows SDK AddOn\",\n \"packageName\": \"UAPSDKAddOn-x86.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"SDK ARM Additions\",\n \"description\": \"SDK ARM Additions\",\n \"name\": \"SDK ARM Additions\",\n \"packageName\": \"SDK ARM Additions-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"SDK do Microsoft .NET Framework 4.6.1 (Portuguˆs do Brasil)\",\n \"description\": \"SDK do Microsoft .NET Framework 4.6.1 (Portuguˆs do Brasil)\",\n \"name\": \"SDK do Microsoft .NET Framework 4.6.1 (Portuguˆs do Brasil)\",\n \"packageName\": \"sdk_tools461res.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Libs x86\",\n \"description\": \"Windows SDK Desktop Libs x86\",\n \"name\": \"Windows SDK Desktop Libs x86\",\n \"packageName\": \"Windows SDK Desktop Libs x86-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)\",\n \"description\": \"Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)\",\n \"name\": \"Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)\",\n \"packageName\": \"netfx_mtpacklp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft ASP.NET Core 2.1.11 Shared Framework (x64)\",\n \"description\": \"Microsoft ASP.NET Core 2.1.11 Shared Framework (x64)\",\n \"name\": \"Microsoft ASP.NET Core 2.1.11 Shared Framework (x64)\",\n \"packageName\": \"aspnetcore-runtime-2.1.11-win-x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Team Extension SDK Contracts\",\n \"description\": \"Windows Team Extension SDK Contracts\",\n \"name\": \"Windows Team Extension SDK Contracts\",\n \"packageName\": \"Windows Team Extension SDK Contracts-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Appx Package\",\n \"description\": \"Visual C++ Library CRT Appx Package\",\n \"name\": \"Visual C++ Library CRT Appx Package\",\n \"packageName\": \"VC_CRT.Appx.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_communitymsi\",\n \"description\": \"vs_communitymsi\",\n \"name\": \"vs_communitymsi\",\n \"packageName\": \"Microsoft.VisualStudio.Community.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Phone SDK 8.0 Assemblies for Visual Studio 2019\",\n \"description\": \"Windows Phone SDK 8.0 Assemblies for Visual Studio 2019\",\n \"name\": \"Windows Phone SDK 8.0 Assemblies for Visual Studio 2019\",\n \"packageName\": \"WPSDK_en.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Libs arm\",\n \"description\": \"Windows SDK Desktop Libs arm\",\n \"name\": \"Windows SDK Desktop Libs arm\",\n \"packageName\": \"Windows SDK Desktop Libs arm-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4 Multi-Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4 Multi-Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4 Multi-Targeting Pack\",\n \"packageName\": \"netfx_dtp.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Mobile Extension SDK Contracts\",\n \"description\": \"Windows Mobile Extension SDK Contracts\",\n \"name\": \"Windows Mobile Extension SDK Contracts\",\n \"packageName\": \"Windows Mobile Extension SDK Contracts-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Simulator - ENU\",\n \"description\": \"Windows Simulator - ENU\",\n \"name\": \"Windows Simulator - ENU\",\n \"packageName\": \"windows_simres.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"icecap_collectionresources\",\n \"description\": \"icecap_collectionresources\",\n \"name\": \"icecap_collectionresources\",\n \"packageName\": \"Microsoft.Icecap.Collection.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps Libs\",\n \"description\": \"Windows SDK for Windows Store Apps Libs\",\n \"name\": \"Windows SDK for Windows Store Apps Libs\",\n \"packageName\": \"Windows SDK for Windows Store Apps Libs-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense IoT - Other Languages\",\n \"description\": \"WinRT Intellisense IoT - Other Languages\",\n \"name\": \"WinRT Intellisense IoT - Other Languages\",\n \"packageName\": \"WinRT Intellisense IoT - Other Languages-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Headers arm64\",\n \"description\": \"Windows SDK Desktop Headers arm64\",\n \"name\": \"Windows SDK Desktop Headers arm64\",\n \"packageName\": \"Windows SDK Desktop Headers arm64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.5.2 Multi-Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4.5.2 Multi-Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4.5.2 Multi-Targeting Pack\",\n \"packageName\": \"netfx_452mtpack.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_clickoncesigntoolmsi\",\n \"description\": \"vs_clickoncesigntoolmsi\",\n \"name\": \"vs_clickoncesigntoolmsi\",\n \"packageName\": \"Microsoft.ClickOnce.SignTool.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.21.27702\",\n \"description\": \"Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.21.27702\",\n \"name\": \"Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.21.27702\",\n \"packageName\": \"vc_runtimeMinimum_x86.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": null,\n \"description\": null,\n \"name\": null,\n \"packageName\": null,\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": null\n },\n {\n \"caption\": \"VS Immersive Activate Helper\",\n \"description\": \"VS Immersive Activate Helper\",\n \"name\": \"VS Immersive Activate Helper\",\n \"packageName\": \"immersiveactivate.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Tools x64\",\n \"description\": \"Windows SDK Desktop Tools x64\",\n \"name\": \"Windows SDK Desktop Tools x64\",\n \"packageName\": \"Windows SDK Desktop Tools x64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"ClickOnce Bootstrapper Package for Microsoft .NET Framework\",\n \"description\": \"ClickOnce Bootstrapper Package for Microsoft .NET Framework\",\n \"name\": \"ClickOnce Bootstrapper Package for Microsoft .NET Framework\",\n \"packageName\": \"netfx_bootstrapper.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.7.1 SDK\",\n \"description\": \"Microsoft .NET Framework 4.7.1 SDK\",\n \"name\": \"Microsoft .NET Framework 4.7.1 SDK\",\n \"packageName\": \"sdk_tools471.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.7.1 Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4.7.1 Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4.7.1 Targeting Pack\",\n \"packageName\": \"netfx_471mtpack.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense Desktop - en-us\",\n \"description\": \"WinRT Intellisense Desktop - en-us\",\n \"name\": \"WinRT Intellisense Desktop - en-us\",\n \"packageName\": \"WinRT Intellisense Desktop - en-us-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Google Update Helper\",\n \"description\": \"Google Update Helper\",\n \"name\": \"Google Update Helper\",\n \"packageName\": \"GoogleUpdateHelper.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Google LLC\"\n },\n {\n \"caption\": \"Windows SDK Modern Versioned Developer Tools\",\n \"description\": \"Windows SDK Modern Versioned Developer Tools\",\n \"name\": \"Windows SDK Modern Versioned Developer Tools\",\n \"packageName\": \"Windows SDK Modern Versioned Developer Tools-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Headers x86\",\n \"description\": \"Windows SDK Desktop Headers x86\",\n \"name\": \"Windows SDK Desktop Headers x86\",\n \"packageName\": \"Windows SDK Desktop Headers x86-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Headers x64\",\n \"description\": \"Windows SDK Desktop Headers x64\",\n \"name\": \"Windows SDK Desktop Headers x64\",\n \"packageName\": \"Windows SDK Desktop Headers x64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Update for Windows 10 for x64-based Systems (KB4023057)\",\n \"description\": \"Update for Windows 10 for x64-based Systems (KB4023057)\",\n \"name\": \"Update for Windows 10 for x64-based Systems (KB4023057)\",\n \"packageName\": \"Windows10.0-KB4023057-x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vcpp_crt.redist.clickonce\",\n \"description\": \"vcpp_crt.redist.clickonce\",\n \"name\": \"vcpp_crt.redist.clickonce\",\n \"packageName\": \"vcpp_crt.redist.clickonce.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft Visual Studio Setup Configuration\",\n \"description\": \"Microsoft Visual Studio Setup Configuration\",\n \"name\": \"Microsoft Visual Studio Setup Configuration\",\n \"packageName\": \"Microsoft.VisualStudio.Setup.Configuration.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps Headers\",\n \"description\": \"Windows SDK for Windows Store Apps Headers\",\n \"name\": \"Windows SDK for Windows Store Apps Headers\",\n \"packageName\": \"Windows SDK for Windows Store Apps Headers-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Appx Resource Package\",\n \"description\": \"Visual C++ Library CRT Appx Resource Package\",\n \"name\": \"Visual C++ Library CRT Appx Resource Package\",\n \"packageName\": \"VC_CRT.Appx.Res.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft Visual C++ 2019 X86 Additional Runtime - 14.21.27702\",\n \"description\": \"Microsoft Visual C++ 2019 X86 Additional Runtime - 14.21.27702\",\n \"name\": \"Microsoft Visual C++ 2019 X86 Additional Runtime - 14.21.27702\",\n \"packageName\": \"vc_runtimeAdditional_x86.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Appx Resource Package\",\n \"description\": \"Visual C++ Library CRT Appx Resource Package\",\n \"name\": \"Visual C++ Library CRT Appx Resource Package\",\n \"packageName\": \"VC_CRT.Appx.Res.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows App Certification Kit x64\",\n \"description\": \"Windows App Certification Kit x64\",\n \"name\": \"Windows App Certification Kit x64\",\n \"packageName\": \"Windows App Certification Kit x64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps Tools\",\n \"description\": \"Windows SDK for Windows Store Apps Tools\",\n \"name\": \"Windows SDK for Windows Store Apps Tools\",\n \"packageName\": \"Windows SDK for Windows Store Apps Tools-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Native SDK\",\n \"description\": \"Microsoft .NET Native SDK\",\n \"name\": \"Microsoft .NET Native SDK\",\n \"packageName\": \"netfx_NativeCompilationBuild.15.0.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense Desktop - Other Languages\",\n \"description\": \"WinRT Intellisense Desktop - Other Languages\",\n \"name\": \"WinRT Intellisense Desktop - Other Languages\",\n \"packageName\": \"WinRT Intellisense Desktop - Other Languages-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_SQLClickOnceBootstrappermsi\",\n \"description\": \"vs_SQLClickOnceBootstrappermsi\",\n \"name\": \"vs_SQLClickOnceBootstrappermsi\",\n \"packageName\": \"Microsoft.SQL.ClickOnceBootstrapper.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"DiagnosticsHub_CollectionService\",\n \"description\": \"DiagnosticsHub_CollectionService\",\n \"name\": \"DiagnosticsHub_CollectionService\",\n \"packageName\": \"Microsoft.DiagnosticsHub.Collection.Service.Msi.x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_communitymsires\",\n \"description\": \"vs_communitymsires\",\n \"name\": \"vs_communitymsires\",\n \"packageName\": \"Microsoft.VisualStudio.Community.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vcpp_crt.redist.clickonce\",\n \"description\": \"vcpp_crt.redist.clickonce\",\n \"name\": \"vcpp_crt.redist.clickonce\",\n \"packageName\": \"vcpp_crt.redist.clickonce.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Application Verifier x64 External Package\",\n \"description\": \"Application Verifier x64 External Package\",\n \"name\": \"Application Verifier x64 External Package\",\n \"packageName\": \"Application Verifier x64 External Package-x64_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"description\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"name\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"packageName\": \"VC_CRT.Desktop.Appx.110.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Redistributables\",\n \"description\": \"Windows SDK Redistributables\",\n \"name\": \"Windows SDK Redistributables\",\n \"packageName\": \"Windows SDK Redistributables-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Universal General MIDI DLS Extension SDK\",\n \"description\": \"Universal General MIDI DLS Extension SDK\",\n \"name\": \"Universal General MIDI DLS Extension SDK\",\n \"packageName\": \"Universal General MIDI DLS Extension SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK\",\n \"description\": \"Windows SDK\",\n \"name\": \"Windows SDK\",\n \"packageName\": \"Windows SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Framework 4.7.2 Targeting Pack\",\n \"description\": \"Microsoft .NET Framework 4.7.2 Targeting Pack\",\n \"name\": \"Microsoft .NET Framework 4.7.2 Targeting Pack\",\n \"packageName\": \"netfx_472mtpack.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_filehandler_x86\",\n \"description\": \"vs_filehandler_x86\",\n \"name\": \"vs_filehandler_x86\",\n \"packageName\": \"Microsoft.VisualStudio.FileHandler.Msi.x86.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"description\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"name\": \"Visual C++ Library CRT Desktop Appx Package\",\n \"packageName\": \"VC_CRT.Desktop.Appx.140.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"windows_toolscorepkg\",\n \"description\": \"windows_toolscorepkg\",\n \"name\": \"windows_toolscorepkg\",\n \"packageName\": \"Microsoft.VisualStudio.Windows.Tools.Msi.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Simulator\",\n \"description\": \"Windows Simulator\",\n \"name\": \"Windows Simulator\",\n \"packageName\": \"windows_sim.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_filehandler_amd64\",\n \"description\": \"vs_filehandler_amd64\",\n \"name\": \"vs_filehandler_amd64\",\n \"packageName\": \"Microsoft.VisualStudio.FileHandler.Msi.x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Kits Configuration Installer\",\n \"description\": \"Kits Configuration Installer\",\n \"name\": \"Kits Configuration Installer\",\n \"packageName\": \"Kits Configuration Installer-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft\"\n },\n {\n \"caption\": \"Universal CRT Tools x64\",\n \"description\": \"Universal CRT Tools x64\",\n \"name\": \"Universal CRT Tools x64\",\n \"packageName\": \"Universal CRT Tools x64-x64_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK for Windows Store Apps Metadata\",\n \"description\": \"Windows SDK for Windows Store Apps Metadata\",\n \"name\": \"Windows SDK for Windows Store Apps Metadata\",\n \"packageName\": \"Windows SDK for Windows Store Apps Metadata-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"vs_minshellmsires\",\n \"description\": \"vs_minshellmsires\",\n \"name\": \"vs_minshellmsires\",\n \"packageName\": \"Microsoft.VisualStudio.MinShell.Msi.Resources.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Desktop Libs x64\",\n \"description\": \"Windows SDK Desktop Libs x64\",\n \"name\": \"Windows SDK Desktop Libs x64\",\n \"packageName\": \"Windows SDK Desktop Libs x64-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows SDK Signing Tools\",\n \"description\": \"Windows SDK Signing Tools\",\n \"name\": \"Windows SDK Signing Tools\",\n \"packageName\": \"Windows SDK Signing Tools-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Core SDK 2.1.700 (x64)\",\n \"description\": \"Microsoft .NET Core SDK 2.1.700 (x64)\",\n \"name\": \"Microsoft .NET Core SDK 2.1.700 (x64)\",\n \"packageName\": \"dotnet-sdk-internal-2.1.700-win-x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.21.27702\",\n \"description\": \"Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.21.27702\",\n \"name\": \"Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.21.27702\",\n \"packageName\": \"vc_runtimeMinimum_x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Microsoft .NET Core Host FX Resolver - 2.1.11 (x64)\",\n \"description\": \"Microsoft .NET Core Host FX Resolver - 2.1.11 (x64)\",\n \"name\": \"Microsoft .NET Core Host FX Resolver - 2.1.11 (x64)\",\n \"packageName\": \"dotnet-hostfxr-2.1.11-win-x64.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Universal CRT Tools x86\",\n \"description\": \"Universal CRT Tools x86\",\n \"name\": \"Universal CRT Tools x86\",\n \"packageName\": \"Universal CRT Tools x86-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"WinRT Intellisense PPI - Other Languages\",\n \"description\": \"WinRT Intellisense PPI - Other Languages\",\n \"name\": \"WinRT Intellisense PPI - Other Languages\",\n \"packageName\": \"WinRT Intellisense PPI - Other Languages-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n },\n {\n \"caption\": \"Windows Mobile Extension SDK\",\n \"description\": \"Windows Mobile Extension SDK\",\n \"name\": \"Windows Mobile Extension SDK\",\n \"packageName\": \"Windows Mobile Extension SDK-x86_en-us.msi\",\n \"productID\": null,\n \"regOwner\": null,\n \"regCompany\": null,\n \"vendor\": \"Microsoft Corporation\"\n }\n ]\n}");
  22.  
  23. CURLcode ret = curl_easy_perform(hnd);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement