Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.89 KB | None | 0 0
  1. <?php
  2.  
  3. $request = new HttpRequest();
  4. $request->setUrl('http://helpdesk.us-east-2.elasticbeanstalk.com/api/v1/dispositivos');
  5. $request->setMethod(HTTP_METH_POST);
  6.  
  7. $request->setHeaders(array(
  8. 'cache-control' => 'no-cache',
  9. 'Connection' => 'keep-alive',
  10. 'Content-Length' => '59667',
  11. 'Accept-Encoding' => 'gzip, deflate',
  12. 'Host' => 'helpdesk.us-east-2.elasticbeanstalk.com',
  13. 'Postman-Token' => '5cc43745-2240-47bd-8a3c-983c49b644bd,32ee2805-bf8e-49ef-aad4-3b283f719128',
  14. 'Cache-Control' => 'no-cache',
  15. 'Accept' => '*/*',
  16. 'User-Agent' => 'PostmanRuntime/7.15.2',
  17. 'hash-tenant' => 'd3a7966e-3090-4b73-b345-3b423c2a5485',
  18. 'X-Requested-With' => 'XMLHttpRequest',
  19. 'Content-Type' => 'application/json'
  20. ));
  21.  
  22. $request->setBody('{
  23. "computerSystem": [
  24. {
  25. "identifyingNumber": "0000-0002-8440-9843-5658-5668-64",
  26. "name": "Virtual Machine",
  27. "SKUNumber": null,
  28. "vendor": "Microsoft Corporation",
  29. "version": "7.0",
  30. "UUID": "27784475-63AC-4CD0-BD35-BFD56649024D"
  31. }
  32. ],
  33. "motherBoard": [
  34. {
  35. "name": "Base Board",
  36. "product": "Virtual Machine",
  37. "serialNumber": "0000-0013-6340-1437-0199-0446-85"
  38. }
  39. ],
  40. "networkInterface": [
  41. {
  42. "description": "Microsoft Hyper-V Network Adapter",
  43. "defaultIPGateway": [
  44. "10.0.1.1"
  45. ],
  46. "DHCPEnabled": true,
  47. "DNSHostName": [
  48. "168.63.129.16"
  49. ],
  50. "ip": [
  51. "fe80::91cc:3623:7409:80ae%4",
  52. "10.0.1.4"
  53. ],
  54. "IPSubnet": [
  55. "0.0.0.0",
  56. "255.255.255.0"
  57. ],
  58. "MACAddress": "000D3A96F9B2"
  59. },
  60. {
  61. "description": "Software Loopback Interface 1",
  62. "defaultIPGateway": [],
  63. "DHCPEnabled": false,
  64. "DNSHostName": [
  65. "fec0:0:0:ffff::1%1",
  66. "fec0:0:0:ffff::2%1",
  67. "fec0:0:0:ffff::3%1"
  68. ],
  69. "ip": [
  70. "::1",
  71. "127.0.0.1"
  72. ],
  73. "IPSubnet": [
  74. "0.0.0.0",
  75. "255.0.0.0"
  76. ],
  77. "MACAddress": ""
  78. }
  79. ],
  80. "operatingSystem": [
  81. {
  82. "bootDevice": "\\\\Device\\\\HarddiskVolume1",
  83. "freePhysicalMemory": 4.679412,
  84. "name": "Microsoft Windows 10 Pro|C:\\\\windows|\\\\Device\\\\Harddisk0\\\\Partition2",
  85. "organization": null,
  86. "OSArchitecture": "64-bit",
  87. "registeredUser": null,
  88. "productID": "00331-10000-00001-AA794",
  89. "productKey": "W269N-WFGWX-YVC9B-4J6C9-T83GX",
  90. "servicePackMajorVersion": 0,
  91. "servicePackMinorVersion": 0,
  92. "systemDevice": "\\\\Device\\\\HarddiskVolume2",
  93. "systemDirectory": "C:\\\\windows\\\\system32",
  94. "systemDrive": "C:",
  95. "totalVisibleMemorySize": 8.388148,
  96. "version": "10.0.17134",
  97. "windowsDirectory": "C:\\\\windows"
  98. }
  99. ],
  100. "processor": [
  101. {
  102. "loadPercentage": 1,
  103. "name": "Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz",
  104. "numberOfCores": 1
  105. }
  106. ],
  107. "diskDrives": [
  108. {
  109. "description": "Microsoft Hyper-V Accelerated Disk Drive",
  110. "deviceID": "\\\\\\\\.\\\\PHYSICALDRIVE0",
  111. "firmwareRevision": "1.1.0",
  112. "maxMediaSize": 0,
  113. "mediaType": "Fixed hard disk media",
  114. "model": "Virtual HD ATA Device",
  115. "name": "\\\\\\\\.\\\\PHYSICALDRIVE0",
  116. "partitions": 2,
  117. "serialNumber": null,
  118. "size": 136366917120
  119. },
  120. {
  121. "description": "Microsoft Hyper-V Accelerated Disk Drive",
  122. "deviceID": "\\\\\\\\.\\\\PHYSICALDRIVE0",
  123. "firmwareRevision": "1.1.0",
  124. "maxMediaSize": 0,
  125. "mediaType": "Fixed hard disk media",
  126. "model": "Virtual HD ATA Device",
  127. "name": "\\\\\\\\.\\\\PHYSICALDRIVE0",
  128. "partitions": 2,
  129. "serialNumber": null,
  130. "size": 136366917120
  131. }
  132. ],
  133. "logicalDisks": [
  134. {
  135. "deviceID": "A:",
  136. "fileSystem": null,
  137. "freeSpace": 0,
  138. "size": 0,
  139. "volumeName": null,
  140. "volumeSerialNumber": null
  141. },
  142. {
  143. "deviceID": "C:",
  144. "fileSystem": "NTFS",
  145. "freeSpace": 90.07482470400001,
  146. "size": 135.8388224,
  147. "volumeName": "Windows",
  148. "volumeSerialNumber": "3E4916FB"
  149. },
  150. {
  151. "deviceID": "D:",
  152. "fileSystem": "NTFS",
  153. "freeSpace": 52.237565952000004,
  154. "size": 53.684989952,
  155. "volumeName": "Temporary Storage",
  156. "volumeSerialNumber": "8EA6D9BE"
  157. },
  158. {
  159. "deviceID": "X:",
  160. "fileSystem": "NTFS",
  161. "freeSpace": 90.07482470400001,
  162. "size": 135.8388224,
  163. "volumeName": "Windows",
  164. "volumeSerialNumber": "3E4916FB"
  165. },
  166. {
  167. "deviceID": "Y:",
  168. "fileSystem": "NTFS",
  169. "freeSpace": 90.07482470400001,
  170. "size": 135.8388224,
  171. "volumeName": "Windows",
  172. "volumeSerialNumber": "3E4916FB"
  173. },
  174. {
  175. "deviceID": "Z:",
  176. "fileSystem": "NTFS",
  177. "freeSpace": 90.07482470400001,
  178. "size": 135.8388224,
  179. "volumeName": "Windows",
  180. "volumeSerialNumber": "3E4916FB"
  181. }
  182. ],
  183. "mappedLogicalDisks": [
  184. {
  185. "compressed": false,
  186. "deviceID": "X:",
  187. "fileSystem": "NTFS",
  188. "freeSpace": 90.07482470400001,
  189. "providerName": "\\\\\\\\ProjetoRMM\\\\teste3",
  190. "size": 135.8388224,
  191. "volumeName": "Windows",
  192. "volumeSerialNumber": "3E4916FB"
  193. },
  194. {
  195. "compressed": false,
  196. "deviceID": "Y:",
  197. "fileSystem": "NTFS",
  198. "freeSpace": 90.07482470400001,
  199. "providerName": "\\\\\\\\ProjetoRMM\\\\teste2",
  200. "size": 135.8388224,
  201. "volumeName": "Windows",
  202. "volumeSerialNumber": "3E4916FB"
  203. },
  204. {
  205. "compressed": false,
  206. "deviceID": "Z:",
  207. "fileSystem": "NTFS",
  208. "freeSpace": 90.07482470400001,
  209. "providerName": "\\\\\\\\ProjetoRMM\\\\teste1",
  210. "size": 135.8388224,
  211. "volumeName": "Windows",
  212. "volumeSerialNumber": "3E4916FB"
  213. }
  214. ],
  215. "printers": [
  216. {
  217. "location": null,
  218. "name": "Send To OneNote 2016",
  219. "printerState": 0,
  220. "printerStatus": 3,
  221. "shareName": null,
  222. "systemName": "ProjetoRMM"
  223. },
  224. {
  225. "location": null,
  226. "name": "OneNote",
  227. "printerState": 0,
  228. "printerStatus": 3,
  229. "shareName": null,
  230. "systemName": "ProjetoRMM"
  231. },
  232. {
  233. "location": null,
  234. "name": "Microsoft XPS Document Writer",
  235. "printerState": 0,
  236. "printerStatus": 3,
  237. "shareName": null,
  238. "systemName": "ProjetoRMM"
  239. },
  240. {
  241. "location": null,
  242. "name": "Microsoft Print to PDF",
  243. "printerState": 0,
  244. "printerStatus": 3,
  245. "shareName": null,
  246. "systemName": "ProjetoRMM"
  247. },
  248. {
  249. "location": null,
  250. "name": "Fax",
  251. "printerState": 0,
  252. "printerStatus": 3,
  253. "shareName": null,
  254. "systemName": "ProjetoRMM"
  255. }
  256. ],
  257. "products": [
  258. {
  259. "caption": "Office 16 Click-to-Run Extensibility Component",
  260. "description": "Office 16 Click-to-Run Extensibility Component",
  261. "name": "Office 16 Click-to-Run Extensibility Component",
  262. "packageName": "C2RInt.16.msi",
  263. "productID": null,
  264. "regOwner": null,
  265. "regCompany": null,
  266. "vendor": "Microsoft Corporation"
  267. },
  268. {
  269. "caption": "Office 16 Click-to-Run Localization Component",
  270. "description": "Office 16 Click-to-Run Localization Component",
  271. "name": "Office 16 Click-to-Run Localization Component",
  272. "packageName": "C2RIntLoc.pt-br.16.msi",
  273. "productID": null,
  274. "regOwner": null,
  275. "regCompany": null,
  276. "vendor": "Microsoft Corporation"
  277. },
  278. {
  279. "caption": "Office 16 Click-to-Run Extensibility Component 64-bit Registration",
  280. "description": "Office 16 Click-to-Run Extensibility Component 64-bit Registration",
  281. "name": "Office 16 Click-to-Run Extensibility Component 64-bit Registration",
  282. "packageName": "C2RInt64.16.msi",
  283. "productID": null,
  284. "regOwner": null,
  285. "regCompany": null,
  286. "vendor": "Microsoft Corporation"
  287. },
  288. {
  289. "caption": "Office 16 Click-to-Run Licensing Component",
  290. "description": "Office 16 Click-to-Run Licensing Component",
  291. "name": "Office 16 Click-to-Run Licensing Component",
  292. "packageName": "SPPRedist64.msi",
  293. "productID": null,
  294. "regOwner": null,
  295. "regCompany": null,
  296. "vendor": "Microsoft Corporation"
  297. },
  298. {
  299. "caption": "Microsoft .NET Framework 4.5.1 Multi-Targeting Pack",
  300. "description": "Microsoft .NET Framework 4.5.1 Multi-Targeting Pack",
  301. "name": "Microsoft .NET Framework 4.5.1 Multi-Targeting Pack",
  302. "packageName": "netfx_451mtpack.msi",
  303. "productID": null,
  304. "regOwner": null,
  305. "regCompany": null,
  306. "vendor": "Microsoft Corporation"
  307. },
  308. {
  309. "caption": "MSI Development Tools",
  310. "description": "MSI Development Tools",
  311. "name": "MSI Development Tools",
  312. "packageName": "MSI Development Tools-x86_en-us.msi",
  313. "productID": null,
  314. "regOwner": null,
  315. "regCompany": null,
  316. "vendor": "Microsoft Corporation"
  317. },
  318. {
  319. "caption": "Windows SDK for Windows Store Apps DirectX x86 Remote",
  320. "description": "Windows SDK for Windows Store Apps DirectX x86 Remote",
  321. "name": "Windows SDK for Windows Store Apps DirectX x86 Remote",
  322. "packageName": "Windows SDK for Windows Store Apps DirectX x86 Remote-x86_en-us.msi",
  323. "productID": null,
  324. "regOwner": null,
  325. "regCompany": null,
  326. "vendor": "Microsoft Corporation"
  327. },
  328. {
  329. "caption": "WinRT Intellisense Mobile - en-us",
  330. "description": "WinRT Intellisense Mobile - en-us",
  331. "name": "WinRT Intellisense Mobile - en-us",
  332. "packageName": "WinRT Intellisense Mobile - en-us-x86_en-us.msi",
  333. "productID": null,
  334. "regOwner": null,
  335. "regCompany": null,
  336. "vendor": "Microsoft Corporation"
  337. },
  338. {
  339. "caption": "vs_minshellmsi",
  340. "description": "vs_minshellmsi",
  341. "name": "vs_minshellmsi",
  342. "packageName": "Microsoft.VisualStudio.MinShell.Msi.msi",
  343. "productID": null,
  344. "regOwner": null,
  345. "regCompany": null,
  346. "vendor": "Microsoft Corporation"
  347. },
  348. {
  349. "caption": "Windows SDK EULA",
  350. "description": "Windows SDK EULA",
  351. "name": "Windows SDK EULA",
  352. "packageName": "Windows SDK EULA-x86_en-us.msi",
  353. "productID": null,
  354. "regOwner": null,
  355. "regCompany": null,
  356. "vendor": "Microsoft Corporations"
  357. },
  358. {
  359. "caption": "Microsoft .NET Framework 4.6.1 SDK",
  360. "description": "Microsoft .NET Framework 4.6.1 SDK",
  361. "name": "Microsoft .NET Framework 4.6.1 SDK",
  362. "packageName": "sdk_tools461.msi",
  363. "productID": null,
  364. "regOwner": null,
  365. "regCompany": null,
  366. "vendor": "Microsoft Corporation"
  367. },
  368. {
  369. "caption": "WinRT Intellisense PPI - en-us",
  370. "description": "WinRT Intellisense PPI - en-us",
  371. "name": "WinRT Intellisense PPI - en-us",
  372. "packageName": "WinRT Intellisense PPI - en-us-x86_en-us.msi",
  373. "productID": null,
  374. "regOwner": null,
  375. "regCompany": null,
  376. "vendor": "Microsoft Corporation"
  377. },
  378. {
  379. "caption": "Microsoft System CLR Types for SQL Server 2019 CTP2.2",
  380. "description": "Microsoft System CLR Types for SQL Server 2019 CTP2.2",
  381. "name": "Microsoft System CLR Types for SQL Server 2019 CTP2.2",
  382. "packageName": "SQLSysClrTypes.msi",
  383. "productID": null,
  384. "regOwner": null,
  385. "regCompany": null,
  386. "vendor": "Microsoft Corporation"
  387. },
  388. {
  389. "caption": "icecap_collection_x64",
  390. "description": "icecap_collection_x64",
  391. "name": "icecap_collection_x64",
  392. "packageName": "Microsoft.Icecap.Collection.Msi.x64.msi",
  393. "productID": null,
  394. "regOwner": null,
  395. "regCompany": null,
  396. "vendor": "Microsoft Corporation"
  397. },
  398. {
  399. "caption": "VS JIT Debugger",
  400. "description": "VS JIT Debugger",
  401. "name": "VS JIT Debugger",
  402. "packageName": "jitdebugger_x64.msi",
  403. "productID": null,
  404. "regOwner": null,
  405. "regCompany": null,
  406. "vendor": "Microsoft Corporation"
  407. },
  408. {
  409. "caption": "Microsoft .NET Framework 4.5 Multi-Targeting Pack",
  410. "description": "Microsoft .NET Framework 4.5 Multi-Targeting Pack",
  411. "name": "Microsoft .NET Framework 4.5 Multi-Targeting Pack",
  412. "packageName": "netfx45_dtp.msi",
  413. "productID": null,
  414. "regOwner": null,
  415. "regCompany": null,
  416. "vendor": "Microsoft Corporation"
  417. },
  418. {
  419. "caption": "Windows App Certification Kit SupportedApiList x86",
  420. "description": "Windows App Certification Kit SupportedApiList x86",
  421. "name": "Windows App Certification Kit SupportedApiList x86",
  422. "packageName": "Windows App Certification Kit SupportedApiList x86-x86_en-us.msi",
  423. "productID": null,
  424. "regOwner": null,
  425. "regCompany": null,
  426. "vendor": "Microsoft Corporation"
  427. },
  428. {
  429. "caption": "Windows SDK Desktop Headers arm",
  430. "description": "Windows SDK Desktop Headers arm",
  431. "name": "Windows SDK Desktop Headers arm",
  432. "packageName": "Windows SDK Desktop Headers arm-x86_en-us.msi",
  433. "productID": null,
  434. "regOwner": null,
  435. "regCompany": null,
  436. "vendor": "Microsoft Corporation"
  437. },
  438. {
  439. "caption": "icecap_collectionresourcesx64",
  440. "description": "icecap_collectionresourcesx64",
  441. "name": "icecap_collectionresourcesx64",
  442. "packageName": "Microsoft.Icecap.Collection.Msi.Resources.x64.msi",
  443. "productID": null,
  444. "regOwner": null,
  445. "regCompany": null,
  446. "vendor": "Microsoft Corporation"
  447. },
  448. {
  449. "caption": "Microsoft .NET CoreRuntime For CoreCon",
  450. "description": "Microsoft .NET CoreRuntime For CoreCon",
  451. "name": "Microsoft .NET CoreRuntime For CoreCon",
  452. "packageName": "netfx_CoreRuntimeForCoreCon.msi",
  453. "productID": null,
  454. "regOwner": null,
  455. "regCompany": null,
  456. "vendor": "Microsoft Corporation"
  457. },
  458. {
  459. "caption": "Visual C++ Library CRT ARM64 Appx Package",
  460. "description": "Visual C++ Library CRT ARM64 Appx Package",
  461. "name": "Visual C++ Library CRT ARM64 Appx Package",
  462. "packageName": "VC_CRT.Appx.ARM64.msi",
  463. "productID": null,
  464. "regOwner": null,
  465. "regCompany": null,
  466. "vendor": "Microsoft Corporation"
  467. },
  468. {
  469. "caption": "Windows SDK for Windows Store Managed Apps Libs",
  470. "description": "Windows SDK for Windows Store Managed Apps Libs",
  471. "name": "Windows SDK for Windows Store Managed Apps Libs",
  472. "packageName": "Windows SDK for Windows Store Managed Apps Libs-x86_en-us.msi",
  473. "productID": null,
  474. "regOwner": null,
  475. "regCompany": null,
  476. "vendor": "Microsoft Corporation"
  477. },
  478. {
  479. "caption": "Microsoft .NET Framework 4.7.2 SDK",
  480. "description": "Microsoft .NET Framework 4.7.2 SDK",
  481. "name": "Microsoft .NET Framework 4.7.2 SDK",
  482. "packageName": "sdk_tools472.msi",
  483. "productID": null,
  484. "regOwner": null,
  485. "regCompany": null,
  486. "vendor": "Microsoft Corporation"
  487. },
  488. {
  489. "caption": "vs_BlendMsi",
  490. "description": "vs_BlendMsi",
  491. "name": "vs_BlendMsi",
  492. "packageName": "Microsoft.VisualStudio.Blend.Msi.msi",
  493. "productID": null,
  494. "regOwner": null,
  495. "regCompany": null,
  496. "vendor": "Microsoft Corporation"
  497. },
  498. {
  499. "caption": "icecap_collectionresourcesx64",
  500. "description": "icecap_collectionresourcesx64",
  501. "name": "icecap_collectionresourcesx64",
  502. "packageName": "Microsoft.Icecap.Collection.Msi.Resources.x64.msi",
  503. "productID": null,
  504. "regOwner": null,
  505. "regCompany": null,
  506. "vendor": "Microsoft Corporation"
  507. },
  508. {
  509. "caption": "Windows IoT Extension SDK",
  510. "description": "Windows IoT Extension SDK",
  511. "name": "Windows IoT Extension SDK",
  512. "packageName": "Windows IoT Extension SDK-x86_en-us.msi",
  513. "productID": null,
  514. "regOwner": null,
  515. "regCompany": null,
  516. "vendor": "Microsoft Corporation"
  517. },
  518. {
  519. "caption": "Microsoft Monitoring Agent",
  520. "description": "Microsoft Monitoring Agent",
  521. "name": "Microsoft Monitoring Agent",
  522. "packageName": "MOMAgent.msi",
  523. "productID": null,
  524. "regOwner": null,
  525. "regCompany": null,
  526. "vendor": "Microsoft Corporation"
  527. },
  528. {
  529. "caption": "IntelliTraceProfilerProxy",
  530. "description": "IntelliTraceProfilerProxy",
  531. "name": "IntelliTraceProfilerProxy",
  532. "packageName": "Microsoft.IntelliTrace.ProfilerProxy.Msi.msi",
  533. "productID": null,
  534. "regOwner": null,
  535. "regCompany": null,
  536. "vendor": "Microsoft Corporation"
  537. },
  538. {
  539. "caption": "vs_clickoncebootstrappermsires",
  540. "description": "vs_clickoncebootstrappermsires",
  541. "name": "vs_clickoncebootstrappermsires",
  542. "packageName": "Microsoft.ClickOnce.BootStrapper.Msi.Resources.msi",
  543. "productID": null,
  544. "regOwner": null,
  545. "regCompany": null,
  546. "vendor": "Microsoft Corporation"
  547. },
  548. {
  549. "caption": "Visual C++ Library CRT Appx Package",
  550. "description": "Visual C++ Library CRT Appx Package",
  551. "name": "Visual C++ Library CRT Appx Package",
  552. "packageName": "VC_CRT.Appx.120.Universal.msi",
  553. "productID": null,
  554. "regOwner": null,
  555. "regCompany": null,
  556. "vendor": "Microsoft Corporation"
  557. },
  558. {
  559. "caption": "Microsoft System CLR Types for SQL Server 2019 CTP2.2",
  560. "description": "Microsoft System CLR Types for SQL Server 2019 CTP2.2",
  561. "name": "Microsoft System CLR Types for SQL Server 2019 CTP2.2",
  562. "packageName": "SQLSysClrTypes.msi",
  563. "productID": null,
  564. "regOwner": null,
  565. "regCompany": null,
  566. "vendor": "Microsoft Corporation"
  567. },
  568. {
  569. "caption": "vs_FileTracker_Singleton",
  570. "description": "vs_FileTracker_Singleton",
  571. "name": "vs_FileTracker_Singleton",
  572. "packageName": "Microsoft.Build.FileTracker.Msi.msi",
  573. "productID": null,
  574. "regOwner": null,
  575. "regCompany": null,
  576. "vendor": "Microsoft Corporation"
  577. },
  578. {
  579. "caption": "vs_tipsmsi",
  580. "description": "vs_tipsmsi",
  581. "name": "vs_tipsmsi",
  582. "packageName": "Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi.msi",
  583. "productID": null,
  584. "regOwner": null,
  585. "regCompany": null,
  586. "vendor": "Microsoft Corporation"
  587. },
  588. {
  589. "caption": "Microsoft .NET Framework 4.7.1 Targeting Pack (ENU)",
  590. "description": "Microsoft .NET Framework 4.7.1 Targeting Pack (ENU)",
  591. "name": "Microsoft .NET Framework 4.7.1 Targeting Pack (ENU)",
  592. "packageName": "netfx_471mtpacklp.msi",
  593. "productID": null,
  594. "regOwner": null,
  595. "regCompany": null,
  596. "vendor": "Microsoft Corporation"
  597. },
  598. {
  599. "caption": "SDK do Microsoft .NET Framework 4.7.2 SDK (Portuguˆs (Brasil))",
  600. "description": "SDK do Microsoft .NET Framework 4.7.2 SDK (Portuguˆs (Brasil))",
  601. "name": "SDK do Microsoft .NET Framework 4.7.2 SDK (Portuguˆs (Brasil))",
  602. "packageName": "sdk_tools472res.msi",
  603. "productID": null,
  604. "regOwner": null,
  605. "regCompany": null,
  606. "vendor": "Microsoft Corporation"
  607. },
  608. {
  609. "caption": "Universal CRT Headers Libraries and Sources",
  610. "description": "Universal CRT Headers Libraries and Sources",
  611. "name": "Universal CRT Headers Libraries and Sources",
  612. "packageName": "Universal CRT Headers Libraries and Sources-x86_en-us.msi",
  613. "productID": null,
  614. "regOwner": null,
  615. "regCompany": null,
  616. "vendor": "Microsoft Corporation"
  617. },
  618. {
  619. "caption": "Windows SDK DirectX x86 Remote",
  620. "description": "Windows SDK DirectX x86 Remote",
  621. "name": "Windows SDK DirectX x86 Remote",
  622. "packageName": "Windows SDK DirectX x86 Remote-x86_en-us.msi",
  623. "productID": null,
  624. "regOwner": null,
  625. "regCompany": null,
  626. "vendor": "Microsoft Corporation"
  627. },
  628. {
  629. "caption": "WinAppDeploy",
  630. "description": "WinAppDeploy",
  631. "name": "WinAppDeploy",
  632. "packageName": "WinAppDeploy-x86_en-us.msi",
  633. "productID": null,
  634. "regOwner": null,
  635. "regCompany": null,
  636. "vendor": "Microsoft Corporation"
  637. },
  638. {
  639. "caption": "Windows SDK DirectX x64 Remote",
  640. "description": "Windows SDK DirectX x64 Remote",
  641. "name": "Windows SDK DirectX x64 Remote",
  642. "packageName": "Windows SDK DirectX x64 Remote-x64_en-us.msi",
  643. "productID": null,
  644. "regOwner": null,
  645. "regCompany": null,
  646. "vendor": "Microsoft Corporation"
  647. },
  648. {
  649. "caption": "Universal CRT Extension SDK",
  650. "description": "Universal CRT Extension SDK",
  651. "name": "Universal CRT Extension SDK",
  652. "packageName": "Universal CRT Extension SDK-x86_en-us.msi",
  653. "productID": null,
  654. "regOwner": null,
  655. "regCompany": null,
  656. "vendor": "Microsoft Corporation"
  657. },
  658. {
  659. "caption": "Visual C++ Library CRT Desktop Appx Package",
  660. "description": "Visual C++ Library CRT Desktop Appx Package",
  661. "name": "Visual C++ Library CRT Desktop Appx Package",
  662. "packageName": "VC_CRT.Desktop.Appx.120.msi",
  663. "productID": null,
  664. "regOwner": null,
  665. "regCompany": null,
  666. "vendor": "Microsoft Corporation"
  667. },
  668. {
  669. "caption": "Windows SDK for Windows Store Apps Contracts",
  670. "description": "Windows SDK for Windows Store Apps Contracts",
  671. "name": "Windows SDK for Windows Store Apps Contracts",
  672. "packageName": "Windows SDK for Windows Store Apps Contracts-x86_en-us.msi",
  673. "productID": null,
  674. "regOwner": null,
  675. "regCompany": null,
  676. "vendor": "Microsoft Corporation"
  677. },
  678. {
  679. "caption": "WinRT Intellisense IoT - en-us",
  680. "description": "WinRT Intellisense IoT - en-us",
  681. "name": "WinRT Intellisense IoT - en-us",
  682. "packageName": "WinRT Intellisense IoT - en-us-x86_en-us.msi",
  683. "productID": null,
  684. "regOwner": null,
  685. "regCompany": null,
  686. "vendor": "Microsoft Corporation"
  687. },
  688. {
  689. "caption": "Windows SDK Modern Non-Versioned Developer Tools",
  690. "description": "Windows SDK Modern Non-Versioned Developer Tools",
  691. "name": "Windows SDK Modern Non-Versioned Developer Tools",
  692. "packageName": "Windows SDK Modern Non-Versioned Developer Tools-x86_en-us.msi",
  693. "productID": null,
  694. "regOwner": null,
  695. "regCompany": null,
  696. "vendor": "Microsoft Corporation"
  697. },
  698. {
  699. "caption": "Windows IoT Extension SDK Contracts",
  700. "description": "Windows IoT Extension SDK Contracts",
  701. "name": "Windows IoT Extension SDK Contracts",
  702. "packageName": "Windows IoT Extension SDK Contracts-x86_en-us.msi",
  703. "productID": null,
  704. "regOwner": null,
  705. "regCompany": null,
  706. "vendor": "Microsoft Corporation"
  707. },
  708. {
  709. "caption": "vs_communitymsires",
  710. "description": "vs_communitymsires",
  711. "name": "vs_communitymsires",
  712. "packageName": "Microsoft.VisualStudio.Community.Msi.Resources.msi",
  713. "productID": null,
  714. "regOwner": null,
  715. "regCompany": null,
  716. "vendor": "Microsoft Corporation"
  717. },
  718. {
  719. "caption": "Microsoft .NET Core Runtime - 2.1.11 (x64)",
  720. "description": "Microsoft .NET Core Runtime - 2.1.11 (x64)",
  721. "name": "Microsoft .NET Core Runtime - 2.1.11 (x64)",
  722. "packageName": "dotnet-runtime-2.1.11-win-x64.msi",
  723. "productID": null,
  724. "regOwner": null,
  725. "regCompany": null,
  726. "vendor": "Microsoft Corporation"
  727. },
  728. {
  729. "caption": "Pacote de Direcionamento do Microsoft .NET Framework 4.7.2 (Portuguˆs (Brasil))",
  730. "description": "Pacote de Direcionamento do Microsoft .NET Framework 4.7.2 (Portuguˆs (Brasil))",
  731. "name": "Pacote de Direcionamento do Microsoft .NET Framework 4.7.2 (Portuguˆs (Brasil))",
  732. "packageName": "netfx_472mtpacklp.msi",
  733. "productID": null,
  734. "regOwner": null,
  735. "regCompany": null,
  736. "vendor": "Microsoft Corporation"
  737. },
  738. {
  739. "caption": "Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)",
  740. "description": "Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)",
  741. "name": "Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)",
  742. "packageName": "netfx_472mtpacklp.msi",
  743. "productID": null,
  744. "regOwner": null,
  745. "regCompany": null,
  746. "vendor": "Microsoft Corporation"
  747. },
  748. {
  749. "caption": "Windows SDK Desktop Tools x86",
  750. "description": "Windows SDK Desktop Tools x86",
  751. "name": "Windows SDK Desktop Tools x86",
  752. "packageName": "Windows SDK Desktop Tools x86-x86_en-us.msi",
  753. "productID": null,
  754. "regOwner": null,
  755. "regCompany": null,
  756. "vendor": "Microsoft Corporation"
  757. },
  758. {
  759. "caption": "Windows SDK for Windows Store Apps",
  760. "description": "Windows SDK for Windows Store Apps",
  761. "name": "Windows SDK for Windows Store Apps",
  762. "packageName": "Windows SDK for Windows Store Apps-x86_en-us.msi",
  763. "productID": null,
  764. "regOwner": null,
  765. "regCompany": null,
  766. "vendor": "Microsoft Corporation"
  767. },
  768. {
  769. "caption": "Entity Framework 6.2.0 Tools for Visual Studio 2019",
  770. "description": "Entity Framework 6.2.0 Tools for Visual Studio 2019",
  771. "name": "Entity Framework 6.2.0 Tools for Visual Studio 2019",
  772. "packageName": "EF6Tools.msi",
  773. "productID": null,
  774. "regOwner": null,
  775. "regCompany": null,
  776. "vendor": "Microsoft Corporation"
  777. },
  778. {
  779. "caption": "Microsoft .NET CoreRuntime SDK",
  780. "description": "Microsoft .NET CoreRuntime SDK",
  781. "name": "Microsoft .NET CoreRuntime SDK",
  782. "packageName": "netfx_CoreRuntimeSDK.15.0.msi",
  783. "productID": null,
  784. "regOwner": null,
  785. "regCompany": null,
  786. "vendor": "Microsoft Corporation"
  787. },
  788. {
  789. "caption": "SDK ARM Redistributables",
  790. "description": "SDK ARM Redistributables",
  791. "name": "SDK ARM Redistributables",
  792. "packageName": "SDK ARM Redistributables-x86_en-us.msi",
  793. "productID": null,
  794. "regOwner": null,
  795. "regCompany": null,
  796. "vendor": "Microsoft Corporation"
  797. },
  798. {
  799. "caption": "WinRT Intellisense UAP - Other Languages",
  800. "description": "WinRT Intellisense UAP - Other Languages",
  801. "name": "WinRT Intellisense UAP - Other Languages",
  802. "packageName": "WinRT Intellisense UAP - Other Languages-x86_en-us.msi",
  803. "productID": null,
  804. "regOwner": null,
  805. "regCompany": null,
  806. "vendor": "Microsoft Corporation"
  807. },
  808. {
  809. "caption": "vs_devenvmsi",
  810. "description": "vs_devenvmsi",
  811. "name": "vs_devenvmsi",
  812. "packageName": "Microsoft.VisualStudio.Devenv.Msi.msi",
  813. "productID": null,
  814. "regOwner": null,
  815. "regCompany": null,
  816. "vendor": "Microsoft Corporation"
  817. },
  818. {
  819. "caption": "Windows SDK Desktop Tools arm64",
  820. "description": "Windows SDK Desktop Tools arm64",
  821. "name": "Windows SDK Desktop Tools arm64",
  822. "packageName": "Windows SDK Desktop Tools arm64-x86_en-us.msi",
  823. "productID": null,
  824. "regOwner": null,
  825. "regCompany": null,
  826. "vendor": "Microsoft Corporation"
  827. },
  828. {
  829. "caption": "icecap_collection_neutral",
  830. "description": "icecap_collection_neutral",
  831. "name": "icecap_collection_neutral",
  832. "packageName": "Microsoft.Icecap.Collection.Msi.msi",
  833. "productID": null,
  834. "regOwner": null,
  835. "regCompany": null,
  836. "vendor": "Microsoft Corporation"
  837. },
  838. {
  839. "caption": "Microsoft UniversalWindowsPlatform SDK",
  840. "description": "Microsoft UniversalWindowsPlatform SDK",
  841. "name": "Microsoft UniversalWindowsPlatform SDK",
  842. "packageName": "netfx_NETCoreUWP.msi",
  843. "productID": null,
  844. "regOwner": null,
  845. "regCompany": null,
  846. "vendor": "Microsoft"
  847. },
  848. {
  849. "caption": "Universal CRT Redistributable",
  850. "description": "Universal CRT Redistributable",
  851. "name": "Universal CRT Redistributable",
  852. "packageName": "Universal CRT Redistributable-x86_en-us.msi",
  853. "productID": null,
  854. "regOwner": null,
  855. "regCompany": null,
  856. "vendor": "Microsoft Corporation"
  857. },
  858. {
  859. "caption": "vs_minshellinteropmsi",
  860. "description": "vs_minshellinteropmsi",
  861. "name": "vs_minshellinteropmsi",
  862. "packageName": "Microsoft.VisualStudio.MinShell.Interop.Msi.msi",
  863. "productID": null,
  864. "regOwner": null,
  865. "regCompany": null,
  866. "vendor": "Microsoft Corporation"
  867. },
  868. {
  869. "caption": "Windows SDK Facade Windows WinMD Versioned",
  870. "description": "Windows SDK Facade Windows WinMD Versioned",
  871. "name": "Windows SDK Facade Windows WinMD Versioned",
  872. "packageName": "Windows SDK Facade Windows WinMD Versioned-x86_en-us.msi",
  873. "productID": null,
  874. "regOwner": null,
  875. "regCompany": null,
  876. "vendor": "Microsoft Corporation"
  877. },
  878. {
  879. "caption": "Microsoft Visual C++ 2019 X64 Additional Runtime - 14.21.27702",
  880. "description": "Microsoft Visual C++ 2019 X64 Additional Runtime - 14.21.27702",
  881. "name": "Microsoft Visual C++ 2019 X64 Additional Runtime - 14.21.27702",
  882. "packageName": "vc_runtimeAdditional_x64.msi",
  883. "productID": null,
  884. "regOwner": null,
  885. "regCompany": null,
  886. "vendor": "Microsoft Corporation"
  887. },
  888. {
  889. "caption": "Windows Desktop Extension SDK Contracts",
  890. "description": "Windows Desktop Extension SDK Contracts",
  891. "name": "Windows Desktop Extension SDK Contracts",
  892. "packageName": "Windows Desktop Extension SDK Contracts-x86_en-us.msi",
  893. "productID": null,
  894. "regOwner": null,
  895. "regCompany": null,
  896. "vendor": "Microsoft Corporation"
  897. },
  898. {
  899. "caption": "Windows SDK Desktop Libs arm64",
  900. "description": "Windows SDK Desktop Libs arm64",
  901. "name": "Windows SDK Desktop Libs arm64",
  902. "packageName": "Windows SDK Desktop Libs arm64-x86_en-us.msi",
  903. "productID": null,
  904. "regOwner": null,
  905. "regCompany": null,
  906. "vendor": "Microsoft Corporation"
  907. },
  908. {
  909. "caption": "Windows Desktop Extension SDK",
  910. "description": "Windows Desktop Extension SDK",
  911. "name": "Windows Desktop Extension SDK",
  912. "packageName": "Windows Desktop Extension SDK-x86_en-us.msi",
  913. "productID": null,
  914. "regOwner": null,
  915. "regCompany": null,
  916. "vendor": "Microsoft Corporation"
  917. },
  918. {
  919. "caption": "Windows Team Extension SDK",
  920. "description": "Windows Team Extension SDK",
  921. "name": "Windows Team Extension SDK",
  922. "packageName": "Windows Team Extension SDK-x86_en-us.msi",
  923. "productID": null,
  924. "regOwner": null,
  925. "regCompany": null,
  926. "vendor": "Microsoft Corporation"
  927. },
  928. {
  929. "caption": "WinRT Intellisense UAP - en-us",
  930. "description": "WinRT Intellisense UAP - en-us",
  931. "name": "WinRT Intellisense UAP - en-us",
  932. "packageName": "WinRT Intellisense UAP - en-us-x86_en-us.msi",
  933. "productID": null,
  934. "regOwner": null,
  935. "regCompany": null,
  936. "vendor": "Microsoft Corporation"
  937. },
  938. {
  939. "caption": "Pacote IntelliSense Cumulativo do Microsoft .NET Framework para Visual Studio (Portuguˆs do Brasil)",
  940. "description": "Pacote IntelliSense Cumulativo do Microsoft .NET Framework para Visual Studio (Portuguˆs do Brasil)",
  941. "name": "Pacote IntelliSense Cumulativo do Microsoft .NET Framework para Visual Studio (Portuguˆs do Brasil)",
  942. "packageName": "netfx_mtpacklp.msi",
  943. "productID": null,
  944. "regOwner": null,
  945. "regCompany": null,
  946. "vendor": "Microsoft Corporation"
  947. },
  948. {
  949. "caption": "Microsoft .NET Core Host - 2.1.11 (x64)",
  950. "description": "Microsoft .NET Core Host - 2.1.11 (x64)",
  951. "name": "Microsoft .NET Core Host - 2.1.11 (x64)",
  952. "packageName": "dotnet-host-2.1.11-win-x64.msi",
  953. "productID": null,
  954. "regOwner": null,
  955. "regCompany": null,
  956. "vendor": "Microsoft Corporation"
  957. },
  958. {
  959. "caption": "Windows App Certification Kit Native Components",
  960. "description": "Windows App Certification Kit Native Components",
  961. "name": "Windows App Certification Kit Native Components",
  962. "packageName": "Windows App Certification Kit Native Components-x64_en-us.msi",
  963. "productID": null,
  964. "regOwner": null,
  965. "regCompany": null,
  966. "vendor": "Microsoft Corporation"
  967. },
  968. {
  969. "caption": "vs_minshellmsires",
  970. "description": "vs_minshellmsires",
  971. "name": "vs_minshellmsires",
  972. "packageName": "Microsoft.VisualStudio.MinShell.Msi.Resources.msi",
  973. "productID": null,
  974. "regOwner": null,
  975. "regCompany": null,
  976. "vendor": "Microsoft Corporation"
  977. },
  978. {
  979. "caption": "Adobe Acrobat Reader DC",
  980. "description": "Adobe Acrobat Reader DC",
  981. "name": "Adobe Acrobat Reader DC",
  982. "packageName": "AcroRead.msi",
  983. "productID": "none",
  984. "regOwner": null,
  985. "regCompany": null,
  986. "vendor": "Adobe Systems Incorporated"
  987. },
  988. {
  989. "caption": "icecap_collectionresources",
  990. "description": "icecap_collectionresources",
  991. "name": "icecap_collectionresources",
  992. "packageName": "Microsoft.Icecap.Collection.Msi.Resources.msi",
  993. "productID": null,
  994. "regOwner": null,
  995. "regCompany": null,
  996. "vendor": "Microsoft Corporation"
  997. },
  998. {
  999. "caption": "Windows SDK ARM Desktop Tools",
  1000. "description": "Windows SDK ARM Desktop Tools",
  1001. "name": "Windows SDK ARM Desktop Tools",
  1002. "packageName": "Windows SDK ARM Desktop Tools-x86_en-us.msi",
  1003. "productID": null,
  1004. "regOwner": null,
  1005. "regCompany": null,
  1006. "vendor": "Microsoft Corporation"
  1007. },
  1008. {
  1009. "caption": "Microsoft TestPlatform SDK Local Feed",
  1010. "description": "Microsoft TestPlatform SDK Local Feed",
  1011. "name": "Microsoft TestPlatform SDK Local Feed",
  1012. "packageName": "Microsoft.VisualStudio.TestTools.TestPlatform.LocalFeed.msi",
  1013. "productID": null,
  1014. "regOwner": null,
  1015. "regCompany": null,
  1016. "vendor": "Microsoft"
  1017. },
  1018. {
  1019. "caption": "vs_clickoncebootstrappermsi",
  1020. "description": "vs_clickoncebootstrappermsi",
  1021. "name": "vs_clickoncebootstrappermsi",
  1022. "packageName": "Microsoft.ClickOnce.BootStrapper.Msi.msi",
  1023. "productID": null,
  1024. "regOwner": null,
  1025. "regCompany": null,
  1026. "vendor": "Microsoft Corporation"
  1027. },
  1028. {
  1029. "caption": "IntelliTraceProfilerProxy",
  1030. "description": "IntelliTraceProfilerProxy",
  1031. "name": "IntelliTraceProfilerProxy",
  1032. "packageName": "Microsoft.IntelliTrace.ProfilerProxy.Msi.msi",
  1033. "productID": null,
  1034. "regOwner": null,
  1035. "regCompany": null,
  1036. "vendor": "Microsoft Corporation"
  1037. },
  1038. {
  1039. "caption": "Microsoft .NET Framework 4.6 Targeting Pack",
  1040. "description": "Microsoft .NET Framework 4.6 Targeting Pack",
  1041. "name": "Microsoft .NET Framework 4.6 Targeting Pack",
  1042. "packageName": "netfx_46mtpack.msi",
  1043. "productID": null,
  1044. "regOwner": null,
  1045. "regCompany": null,
  1046. "vendor": "Microsoft Corporation"
  1047. },
  1048. {
  1049. "caption": "Microsoft NetStandard SDK",
  1050. "description": "Microsoft NetStandard SDK",
  1051. "name": "Microsoft NetStandard SDK",
  1052. "packageName": "netfx_NETCoreSDK.msi",
  1053. "productID": null,
  1054. "regOwner": null,
  1055. "regCompany": null,
  1056. "vendor": "Microsoft Corporation"
  1057. },
  1058. {
  1059. "caption": "Windows SDK AddOn",
  1060. "description": "Windows SDK AddOn",
  1061. "name": "Windows SDK AddOn",
  1062. "packageName": "UAPSDKAddOn-x86.msi",
  1063. "productID": null,
  1064. "regOwner": null,
  1065. "regCompany": null,
  1066. "vendor": "Microsoft Corporation"
  1067. },
  1068. {
  1069. "caption": "SDK ARM Additions",
  1070. "description": "SDK ARM Additions",
  1071. "name": "SDK ARM Additions",
  1072. "packageName": "SDK ARM Additions-x86_en-us.msi",
  1073. "productID": null,
  1074. "regOwner": null,
  1075. "regCompany": null,
  1076. "vendor": "Microsoft Corporation"
  1077. },
  1078. {
  1079. "caption": "SDK do Microsoft .NET Framework 4.6.1 (Portuguˆs do Brasil)",
  1080. "description": "SDK do Microsoft .NET Framework 4.6.1 (Portuguˆs do Brasil)",
  1081. "name": "SDK do Microsoft .NET Framework 4.6.1 (Portuguˆs do Brasil)",
  1082. "packageName": "sdk_tools461res.msi",
  1083. "productID": null,
  1084. "regOwner": null,
  1085. "regCompany": null,
  1086. "vendor": "Microsoft Corporation"
  1087. },
  1088. {
  1089. "caption": "Windows SDK Desktop Libs x86",
  1090. "description": "Windows SDK Desktop Libs x86",
  1091. "name": "Windows SDK Desktop Libs x86",
  1092. "packageName": "Windows SDK Desktop Libs x86-x86_en-us.msi",
  1093. "productID": null,
  1094. "regOwner": null,
  1095. "regCompany": null,
  1096. "vendor": "Microsoft Corporation"
  1097. },
  1098. {
  1099. "caption": "Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)",
  1100. "description": "Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)",
  1101. "name": "Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)",
  1102. "packageName": "netfx_mtpacklp.msi",
  1103. "productID": null,
  1104. "regOwner": null,
  1105. "regCompany": null,
  1106. "vendor": "Microsoft Corporation"
  1107. },
  1108. {
  1109. "caption": "Microsoft ASP.NET Core 2.1.11 Shared Framework (x64)",
  1110. "description": "Microsoft ASP.NET Core 2.1.11 Shared Framework (x64)",
  1111. "name": "Microsoft ASP.NET Core 2.1.11 Shared Framework (x64)",
  1112. "packageName": "aspnetcore-runtime-2.1.11-win-x64.msi",
  1113. "productID": null,
  1114. "regOwner": null,
  1115. "regCompany": null,
  1116. "vendor": "Microsoft Corporation"
  1117. },
  1118. {
  1119. "caption": "Windows Team Extension SDK Contracts",
  1120. "description": "Windows Team Extension SDK Contracts",
  1121. "name": "Windows Team Extension SDK Contracts",
  1122. "packageName": "Windows Team Extension SDK Contracts-x86_en-us.msi",
  1123. "productID": null,
  1124. "regOwner": null,
  1125. "regCompany": null,
  1126. "vendor": "Microsoft Corporation"
  1127. },
  1128. {
  1129. "caption": "Visual C++ Library CRT Appx Package",
  1130. "description": "Visual C++ Library CRT Appx Package",
  1131. "name": "Visual C++ Library CRT Appx Package",
  1132. "packageName": "VC_CRT.Appx.msi",
  1133. "productID": null,
  1134. "regOwner": null,
  1135. "regCompany": null,
  1136. "vendor": "Microsoft Corporation"
  1137. },
  1138. {
  1139. "caption": "vs_communitymsi",
  1140. "description": "vs_communitymsi",
  1141. "name": "vs_communitymsi",
  1142. "packageName": "Microsoft.VisualStudio.Community.Msi.msi",
  1143. "productID": null,
  1144. "regOwner": null,
  1145. "regCompany": null,
  1146. "vendor": "Microsoft Corporation"
  1147. },
  1148. {
  1149. "caption": "Windows Phone SDK 8.0 Assemblies for Visual Studio 2019",
  1150. "description": "Windows Phone SDK 8.0 Assemblies for Visual Studio 2019",
  1151. "name": "Windows Phone SDK 8.0 Assemblies for Visual Studio 2019",
  1152. "packageName": "WPSDK_en.msi",
  1153. "productID": null,
  1154. "regOwner": null,
  1155. "regCompany": null,
  1156. "vendor": "Microsoft Corporation"
  1157. },
  1158. {
  1159. "caption": "Windows SDK Desktop Libs arm",
  1160. "description": "Windows SDK Desktop Libs arm",
  1161. "name": "Windows SDK Desktop Libs arm",
  1162. "packageName": "Windows SDK Desktop Libs arm-x86_en-us.msi",
  1163. "productID": null,
  1164. "regOwner": null,
  1165. "regCompany": null,
  1166. "vendor": "Microsoft Corporation"
  1167. },
  1168. {
  1169. "caption": "Microsoft .NET Framework 4 Multi-Targeting Pack",
  1170. "description": "Microsoft .NET Framework 4 Multi-Targeting Pack",
  1171. "name": "Microsoft .NET Framework 4 Multi-Targeting Pack",
  1172. "packageName": "netfx_dtp.msi",
  1173. "productID": null,
  1174. "regOwner": null,
  1175. "regCompany": null,
  1176. "vendor": "Microsoft Corporation"
  1177. },
  1178. {
  1179. "caption": "Windows Mobile Extension SDK Contracts",
  1180. "description": "Windows Mobile Extension SDK Contracts",
  1181. "name": "Windows Mobile Extension SDK Contracts",
  1182. "packageName": "Windows Mobile Extension SDK Contracts-x86_en-us.msi",
  1183. "productID": null,
  1184. "regOwner": null,
  1185. "regCompany": null,
  1186. "vendor": "Microsoft Corporation"
  1187. },
  1188. {
  1189. "caption": "Windows Simulator - ENU",
  1190. "description": "Windows Simulator - ENU",
  1191. "name": "Windows Simulator - ENU",
  1192. "packageName": "windows_simres.msi",
  1193. "productID": null,
  1194. "regOwner": null,
  1195. "regCompany": null,
  1196. "vendor": "Microsoft Corporation"
  1197. },
  1198. {
  1199. "caption": "icecap_collectionresources",
  1200. "description": "icecap_collectionresources",
  1201. "name": "icecap_collectionresources",
  1202. "packageName": "Microsoft.Icecap.Collection.Msi.Resources.msi",
  1203. "productID": null,
  1204. "regOwner": null,
  1205. "regCompany": null,
  1206. "vendor": "Microsoft Corporation"
  1207. },
  1208. {
  1209. "caption": "Windows SDK for Windows Store Apps Libs",
  1210. "description": "Windows SDK for Windows Store Apps Libs",
  1211. "name": "Windows SDK for Windows Store Apps Libs",
  1212. "packageName": "Windows SDK for Windows Store Apps Libs-x86_en-us.msi",
  1213. "productID": null,
  1214. "regOwner": null,
  1215. "regCompany": null,
  1216. "vendor": "Microsoft Corporation"
  1217. },
  1218. {
  1219. "caption": "WinRT Intellisense IoT - Other Languages",
  1220. "description": "WinRT Intellisense IoT - Other Languages",
  1221. "name": "WinRT Intellisense IoT - Other Languages",
  1222. "packageName": "WinRT Intellisense IoT - Other Languages-x86_en-us.msi",
  1223. "productID": null,
  1224. "regOwner": null,
  1225. "regCompany": null,
  1226. "vendor": "Microsoft Corporation"
  1227. },
  1228. {
  1229. "caption": "Windows SDK Desktop Headers arm64",
  1230. "description": "Windows SDK Desktop Headers arm64",
  1231. "name": "Windows SDK Desktop Headers arm64",
  1232. "packageName": "Windows SDK Desktop Headers arm64-x86_en-us.msi",
  1233. "productID": null,
  1234. "regOwner": null,
  1235. "regCompany": null,
  1236. "vendor": "Microsoft Corporation"
  1237. },
  1238. {
  1239. "caption": "Microsoft .NET Framework 4.5.2 Multi-Targeting Pack",
  1240. "description": "Microsoft .NET Framework 4.5.2 Multi-Targeting Pack",
  1241. "name": "Microsoft .NET Framework 4.5.2 Multi-Targeting Pack",
  1242. "packageName": "netfx_452mtpack.msi",
  1243. "productID": null,
  1244. "regOwner": null,
  1245. "regCompany": null,
  1246. "vendor": "Microsoft Corporation"
  1247. },
  1248. {
  1249. "caption": "vs_clickoncesigntoolmsi",
  1250. "description": "vs_clickoncesigntoolmsi",
  1251. "name": "vs_clickoncesigntoolmsi",
  1252. "packageName": "Microsoft.ClickOnce.SignTool.Msi.msi",
  1253. "productID": null,
  1254. "regOwner": null,
  1255. "regCompany": null,
  1256. "vendor": "Microsoft Corporation"
  1257. },
  1258. {
  1259. "caption": "Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.21.27702",
  1260. "description": "Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.21.27702",
  1261. "name": "Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.21.27702",
  1262. "packageName": "vc_runtimeMinimum_x86.msi",
  1263. "productID": null,
  1264. "regOwner": null,
  1265. "regCompany": null,
  1266. "vendor": "Microsoft Corporation"
  1267. },
  1268. {
  1269. "caption": null,
  1270. "description": null,
  1271. "name": null,
  1272. "packageName": null,
  1273. "productID": null,
  1274. "regOwner": null,
  1275. "regCompany": null,
  1276. "vendor": null
  1277. },
  1278. {
  1279. "caption": "VS Immersive Activate Helper",
  1280. "description": "VS Immersive Activate Helper",
  1281. "name": "VS Immersive Activate Helper",
  1282. "packageName": "immersiveactivate.msi",
  1283. "productID": null,
  1284. "regOwner": null,
  1285. "regCompany": null,
  1286. "vendor": "Microsoft Corporation"
  1287. },
  1288. {
  1289. "caption": "Windows SDK Desktop Tools x64",
  1290. "description": "Windows SDK Desktop Tools x64",
  1291. "name": "Windows SDK Desktop Tools x64",
  1292. "packageName": "Windows SDK Desktop Tools x64-x86_en-us.msi",
  1293. "productID": null,
  1294. "regOwner": null,
  1295. "regCompany": null,
  1296. "vendor": "Microsoft Corporation"
  1297. },
  1298. {
  1299. "caption": "ClickOnce Bootstrapper Package for Microsoft .NET Framework",
  1300. "description": "ClickOnce Bootstrapper Package for Microsoft .NET Framework",
  1301. "name": "ClickOnce Bootstrapper Package for Microsoft .NET Framework",
  1302. "packageName": "netfx_bootstrapper.msi",
  1303. "productID": null,
  1304. "regOwner": null,
  1305. "regCompany": null,
  1306. "vendor": "Microsoft Corporation"
  1307. },
  1308. {
  1309. "caption": "Microsoft .NET Framework 4.7.1 SDK",
  1310. "description": "Microsoft .NET Framework 4.7.1 SDK",
  1311. "name": "Microsoft .NET Framework 4.7.1 SDK",
  1312. "packageName": "sdk_tools471.msi",
  1313. "productID": null,
  1314. "regOwner": null,
  1315. "regCompany": null,
  1316. "vendor": "Microsoft Corporation"
  1317. },
  1318. {
  1319. "caption": "Microsoft .NET Framework 4.7.1 Targeting Pack",
  1320. "description": "Microsoft .NET Framework 4.7.1 Targeting Pack",
  1321. "name": "Microsoft .NET Framework 4.7.1 Targeting Pack",
  1322. "packageName": "netfx_471mtpack.msi",
  1323. "productID": null,
  1324. "regOwner": null,
  1325. "regCompany": null,
  1326. "vendor": "Microsoft Corporation"
  1327. },
  1328. {
  1329. "caption": "WinRT Intellisense Desktop - en-us",
  1330. "description": "WinRT Intellisense Desktop - en-us",
  1331. "name": "WinRT Intellisense Desktop - en-us",
  1332. "packageName": "WinRT Intellisense Desktop - en-us-x86_en-us.msi",
  1333. "productID": null,
  1334. "regOwner": null,
  1335. "regCompany": null,
  1336. "vendor": "Microsoft Corporation"
  1337. },
  1338. {
  1339. "caption": "Google Update Helper",
  1340. "description": "Google Update Helper",
  1341. "name": "Google Update Helper",
  1342. "packageName": "GoogleUpdateHelper.msi",
  1343. "productID": null,
  1344. "regOwner": null,
  1345. "regCompany": null,
  1346. "vendor": "Google LLC"
  1347. },
  1348. {
  1349. "caption": "Windows SDK Modern Versioned Developer Tools",
  1350. "description": "Windows SDK Modern Versioned Developer Tools",
  1351. "name": "Windows SDK Modern Versioned Developer Tools",
  1352. "packageName": "Windows SDK Modern Versioned Developer Tools-x86_en-us.msi",
  1353. "productID": null,
  1354. "regOwner": null,
  1355. "regCompany": null,
  1356. "vendor": "Microsoft Corporation"
  1357. },
  1358. {
  1359. "caption": "Windows SDK Desktop Headers x86",
  1360. "description": "Windows SDK Desktop Headers x86",
  1361. "name": "Windows SDK Desktop Headers x86",
  1362. "packageName": "Windows SDK Desktop Headers x86-x86_en-us.msi",
  1363. "productID": null,
  1364. "regOwner": null,
  1365. "regCompany": null,
  1366. "vendor": "Microsoft Corporation"
  1367. },
  1368. {
  1369. "caption": "Windows SDK Desktop Headers x64",
  1370. "description": "Windows SDK Desktop Headers x64",
  1371. "name": "Windows SDK Desktop Headers x64",
  1372. "packageName": "Windows SDK Desktop Headers x64-x86_en-us.msi",
  1373. "productID": null,
  1374. "regOwner": null,
  1375. "regCompany": null,
  1376. "vendor": "Microsoft Corporation"
  1377. },
  1378. {
  1379. "caption": "Update for Windows 10 for x64-based Systems (KB4023057)",
  1380. "description": "Update for Windows 10 for x64-based Systems (KB4023057)",
  1381. "name": "Update for Windows 10 for x64-based Systems (KB4023057)",
  1382. "packageName": "Windows10.0-KB4023057-x64.msi",
  1383. "productID": null,
  1384. "regOwner": null,
  1385. "regCompany": null,
  1386. "vendor": "Microsoft Corporation"
  1387. },
  1388. {
  1389. "caption": "vcpp_crt.redist.clickonce",
  1390. "description": "vcpp_crt.redist.clickonce",
  1391. "name": "vcpp_crt.redist.clickonce",
  1392. "packageName": "vcpp_crt.redist.clickonce.msi",
  1393. "productID": null,
  1394. "regOwner": null,
  1395. "regCompany": null,
  1396. "vendor": "Microsoft Corporation"
  1397. },
  1398. {
  1399. "caption": "Microsoft Visual Studio Setup Configuration",
  1400. "description": "Microsoft Visual Studio Setup Configuration",
  1401. "name": "Microsoft Visual Studio Setup Configuration",
  1402. "packageName": "Microsoft.VisualStudio.Setup.Configuration.msi",
  1403. "productID": null,
  1404. "regOwner": null,
  1405. "regCompany": null,
  1406. "vendor": "Microsoft Corporation"
  1407. },
  1408. {
  1409. "caption": "Windows SDK for Windows Store Apps Headers",
  1410. "description": "Windows SDK for Windows Store Apps Headers",
  1411. "name": "Windows SDK for Windows Store Apps Headers",
  1412. "packageName": "Windows SDK for Windows Store Apps Headers-x86_en-us.msi",
  1413. "productID": null,
  1414. "regOwner": null,
  1415. "regCompany": null,
  1416. "vendor": "Microsoft Corporation"
  1417. },
  1418. {
  1419. "caption": "Visual C++ Library CRT Appx Resource Package",
  1420. "description": "Visual C++ Library CRT Appx Resource Package",
  1421. "name": "Visual C++ Library CRT Appx Resource Package",
  1422. "packageName": "VC_CRT.Appx.Res.msi",
  1423. "productID": null,
  1424. "regOwner": null,
  1425. "regCompany": null,
  1426. "vendor": "Microsoft Corporation"
  1427. },
  1428. {
  1429. "caption": "Microsoft Visual C++ 2019 X86 Additional Runtime - 14.21.27702",
  1430. "description": "Microsoft Visual C++ 2019 X86 Additional Runtime - 14.21.27702",
  1431. "name": "Microsoft Visual C++ 2019 X86 Additional Runtime - 14.21.27702",
  1432. "packageName": "vc_runtimeAdditional_x86.msi",
  1433. "productID": null,
  1434. "regOwner": null,
  1435. "regCompany": null,
  1436. "vendor": "Microsoft Corporation"
  1437. },
  1438. {
  1439. "caption": "Visual C++ Library CRT Appx Resource Package",
  1440. "description": "Visual C++ Library CRT Appx Resource Package",
  1441. "name": "Visual C++ Library CRT Appx Resource Package",
  1442. "packageName": "VC_CRT.Appx.Res.msi",
  1443. "productID": null,
  1444. "regOwner": null,
  1445. "regCompany": null,
  1446. "vendor": "Microsoft Corporation"
  1447. },
  1448. {
  1449. "caption": "Windows App Certification Kit x64",
  1450. "description": "Windows App Certification Kit x64",
  1451. "name": "Windows App Certification Kit x64",
  1452. "packageName": "Windows App Certification Kit x64-x86_en-us.msi",
  1453. "productID": null,
  1454. "regOwner": null,
  1455. "regCompany": null,
  1456. "vendor": "Microsoft Corporation"
  1457. },
  1458. {
  1459. "caption": "Windows SDK for Windows Store Apps Tools",
  1460. "description": "Windows SDK for Windows Store Apps Tools",
  1461. "name": "Windows SDK for Windows Store Apps Tools",
  1462. "packageName": "Windows SDK for Windows Store Apps Tools-x86_en-us.msi",
  1463. "productID": null,
  1464. "regOwner": null,
  1465. "regCompany": null,
  1466. "vendor": "Microsoft Corporation"
  1467. },
  1468. {
  1469. "caption": "Microsoft .NET Native SDK",
  1470. "description": "Microsoft .NET Native SDK",
  1471. "name": "Microsoft .NET Native SDK",
  1472. "packageName": "netfx_NativeCompilationBuild.15.0.msi",
  1473. "productID": null,
  1474. "regOwner": null,
  1475. "regCompany": null,
  1476. "vendor": "Microsoft Corporation"
  1477. },
  1478. {
  1479. "caption": "WinRT Intellisense Desktop - Other Languages",
  1480. "description": "WinRT Intellisense Desktop - Other Languages",
  1481. "name": "WinRT Intellisense Desktop - Other Languages",
  1482. "packageName": "WinRT Intellisense Desktop - Other Languages-x86_en-us.msi",
  1483. "productID": null,
  1484. "regOwner": null,
  1485. "regCompany": null,
  1486. "vendor": "Microsoft Corporation"
  1487. },
  1488. {
  1489. "caption": "vs_SQLClickOnceBootstrappermsi",
  1490. "description": "vs_SQLClickOnceBootstrappermsi",
  1491. "name": "vs_SQLClickOnceBootstrappermsi",
  1492. "packageName": "Microsoft.SQL.ClickOnceBootstrapper.Msi.msi",
  1493. "productID": null,
  1494. "regOwner": null,
  1495. "regCompany": null,
  1496. "vendor": "Microsoft Corporation"
  1497. },
  1498. {
  1499. "caption": "DiagnosticsHub_CollectionService",
  1500. "description": "DiagnosticsHub_CollectionService",
  1501. "name": "DiagnosticsHub_CollectionService",
  1502. "packageName": "Microsoft.DiagnosticsHub.Collection.Service.Msi.x64.msi",
  1503. "productID": null,
  1504. "regOwner": null,
  1505. "regCompany": null,
  1506. "vendor": "Microsoft Corporation"
  1507. },
  1508. {
  1509. "caption": "vs_communitymsires",
  1510. "description": "vs_communitymsires",
  1511. "name": "vs_communitymsires",
  1512. "packageName": "Microsoft.VisualStudio.Community.Msi.Resources.msi",
  1513. "productID": null,
  1514. "regOwner": null,
  1515. "regCompany": null,
  1516. "vendor": "Microsoft Corporation"
  1517. },
  1518. {
  1519. "caption": "vcpp_crt.redist.clickonce",
  1520. "description": "vcpp_crt.redist.clickonce",
  1521. "name": "vcpp_crt.redist.clickonce",
  1522. "packageName": "vcpp_crt.redist.clickonce.msi",
  1523. "productID": null,
  1524. "regOwner": null,
  1525. "regCompany": null,
  1526. "vendor": "Microsoft Corporation"
  1527. },
  1528. {
  1529. "caption": "Application Verifier x64 External Package",
  1530. "description": "Application Verifier x64 External Package",
  1531. "name": "Application Verifier x64 External Package",
  1532. "packageName": "Application Verifier x64 External Package-x64_en-us.msi",
  1533. "productID": null,
  1534. "regOwner": null,
  1535. "regCompany": null,
  1536. "vendor": "Microsoft"
  1537. },
  1538. {
  1539. "caption": "Visual C++ Library CRT Desktop Appx Package",
  1540. "description": "Visual C++ Library CRT Desktop Appx Package",
  1541. "name": "Visual C++ Library CRT Desktop Appx Package",
  1542. "packageName": "VC_CRT.Desktop.Appx.110.msi",
  1543. "productID": null,
  1544. "regOwner": null,
  1545. "regCompany": null,
  1546. "vendor": "Microsoft Corporation"
  1547. },
  1548. {
  1549. "caption": "Windows SDK Redistributables",
  1550. "description": "Windows SDK Redistributables",
  1551. "name": "Windows SDK Redistributables",
  1552. "packageName": "Windows SDK Redistributables-x86_en-us.msi",
  1553. "productID": null,
  1554. "regOwner": null,
  1555. "regCompany": null,
  1556. "vendor": "Microsoft Corporation"
  1557. },
  1558. {
  1559. "caption": "Universal General MIDI DLS Extension SDK",
  1560. "description": "Universal General MIDI DLS Extension SDK",
  1561. "name": "Universal General MIDI DLS Extension SDK",
  1562. "packageName": "Universal General MIDI DLS Extension SDK-x86_en-us.msi",
  1563. "productID": null,
  1564. "regOwner": null,
  1565. "regCompany": null,
  1566. "vendor": "Microsoft Corporation"
  1567. },
  1568. {
  1569. "caption": "Windows SDK",
  1570. "description": "Windows SDK",
  1571. "name": "Windows SDK",
  1572. "packageName": "Windows SDK-x86_en-us.msi",
  1573. "productID": null,
  1574. "regOwner": null,
  1575. "regCompany": null,
  1576. "vendor": "Microsoft Corporation"
  1577. },
  1578. {
  1579. "caption": "Microsoft .NET Framework 4.7.2 Targeting Pack",
  1580. "description": "Microsoft .NET Framework 4.7.2 Targeting Pack",
  1581. "name": "Microsoft .NET Framework 4.7.2 Targeting Pack",
  1582. "packageName": "netfx_472mtpack.msi",
  1583. "productID": null,
  1584. "regOwner": null,
  1585. "regCompany": null,
  1586. "vendor": "Microsoft Corporation"
  1587. },
  1588. {
  1589. "caption": "vs_filehandler_x86",
  1590. "description": "vs_filehandler_x86",
  1591. "name": "vs_filehandler_x86",
  1592. "packageName": "Microsoft.VisualStudio.FileHandler.Msi.x86.msi",
  1593. "productID": null,
  1594. "regOwner": null,
  1595. "regCompany": null,
  1596. "vendor": "Microsoft Corporation"
  1597. },
  1598. {
  1599. "caption": "Visual C++ Library CRT Desktop Appx Package",
  1600. "description": "Visual C++ Library CRT Desktop Appx Package",
  1601. "name": "Visual C++ Library CRT Desktop Appx Package",
  1602. "packageName": "VC_CRT.Desktop.Appx.140.msi",
  1603. "productID": null,
  1604. "regOwner": null,
  1605. "regCompany": null,
  1606. "vendor": "Microsoft Corporation"
  1607. },
  1608. {
  1609. "caption": "windows_toolscorepkg",
  1610. "description": "windows_toolscorepkg",
  1611. "name": "windows_toolscorepkg",
  1612. "packageName": "Microsoft.VisualStudio.Windows.Tools.Msi.msi",
  1613. "productID": null,
  1614. "regOwner": null,
  1615. "regCompany": null,
  1616. "vendor": "Microsoft Corporation"
  1617. },
  1618. {
  1619. "caption": "Windows Simulator",
  1620. "description": "Windows Simulator",
  1621. "name": "Windows Simulator",
  1622. "packageName": "windows_sim.msi",
  1623. "productID": null,
  1624. "regOwner": null,
  1625. "regCompany": null,
  1626. "vendor": "Microsoft Corporation"
  1627. },
  1628. {
  1629. "caption": "vs_filehandler_amd64",
  1630. "description": "vs_filehandler_amd64",
  1631. "name": "vs_filehandler_amd64",
  1632. "packageName": "Microsoft.VisualStudio.FileHandler.Msi.x64.msi",
  1633. "productID": null,
  1634. "regOwner": null,
  1635. "regCompany": null,
  1636. "vendor": "Microsoft Corporation"
  1637. },
  1638. {
  1639. "caption": "Kits Configuration Installer",
  1640. "description": "Kits Configuration Installer",
  1641. "name": "Kits Configuration Installer",
  1642. "packageName": "Kits Configuration Installer-x86_en-us.msi",
  1643. "productID": null,
  1644. "regOwner": null,
  1645. "regCompany": null,
  1646. "vendor": "Microsoft"
  1647. },
  1648. {
  1649. "caption": "Universal CRT Tools x64",
  1650. "description": "Universal CRT Tools x64",
  1651. "name": "Universal CRT Tools x64",
  1652. "packageName": "Universal CRT Tools x64-x64_en-us.msi",
  1653. "productID": null,
  1654. "regOwner": null,
  1655. "regCompany": null,
  1656. "vendor": "Microsoft Corporation"
  1657. },
  1658. {
  1659. "caption": "Windows SDK for Windows Store Apps Metadata",
  1660. "description": "Windows SDK for Windows Store Apps Metadata",
  1661. "name": "Windows SDK for Windows Store Apps Metadata",
  1662. "packageName": "Windows SDK for Windows Store Apps Metadata-x86_en-us.msi",
  1663. "productID": null,
  1664. "regOwner": null,
  1665. "regCompany": null,
  1666. "vendor": "Microsoft Corporation"
  1667. },
  1668. {
  1669. "caption": "vs_minshellmsires",
  1670. "description": "vs_minshellmsires",
  1671. "name": "vs_minshellmsires",
  1672. "packageName": "Microsoft.VisualStudio.MinShell.Msi.Resources.msi",
  1673. "productID": null,
  1674. "regOwner": null,
  1675. "regCompany": null,
  1676. "vendor": "Microsoft Corporation"
  1677. },
  1678. {
  1679. "caption": "Windows SDK Desktop Libs x64",
  1680. "description": "Windows SDK Desktop Libs x64",
  1681. "name": "Windows SDK Desktop Libs x64",
  1682. "packageName": "Windows SDK Desktop Libs x64-x86_en-us.msi",
  1683. "productID": null,
  1684. "regOwner": null,
  1685. "regCompany": null,
  1686. "vendor": "Microsoft Corporation"
  1687. },
  1688. {
  1689. "caption": "Windows SDK Signing Tools",
  1690. "description": "Windows SDK Signing Tools",
  1691. "name": "Windows SDK Signing Tools",
  1692. "packageName": "Windows SDK Signing Tools-x86_en-us.msi",
  1693. "productID": null,
  1694. "regOwner": null,
  1695. "regCompany": null,
  1696. "vendor": "Microsoft Corporation"
  1697. },
  1698. {
  1699. "caption": "Microsoft .NET Core SDK 2.1.700 (x64)",
  1700. "description": "Microsoft .NET Core SDK 2.1.700 (x64)",
  1701. "name": "Microsoft .NET Core SDK 2.1.700 (x64)",
  1702. "packageName": "dotnet-sdk-internal-2.1.700-win-x64.msi",
  1703. "productID": null,
  1704. "regOwner": null,
  1705. "regCompany": null,
  1706. "vendor": "Microsoft Corporation"
  1707. },
  1708. {
  1709. "caption": "Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.21.27702",
  1710. "description": "Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.21.27702",
  1711. "name": "Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.21.27702",
  1712. "packageName": "vc_runtimeMinimum_x64.msi",
  1713. "productID": null,
  1714. "regOwner": null,
  1715. "regCompany": null,
  1716. "vendor": "Microsoft Corporation"
  1717. },
  1718. {
  1719. "caption": "Microsoft .NET Core Host FX Resolver - 2.1.11 (x64)",
  1720. "description": "Microsoft .NET Core Host FX Resolver - 2.1.11 (x64)",
  1721. "name": "Microsoft .NET Core Host FX Resolver - 2.1.11 (x64)",
  1722. "packageName": "dotnet-hostfxr-2.1.11-win-x64.msi",
  1723. "productID": null,
  1724. "regOwner": null,
  1725. "regCompany": null,
  1726. "vendor": "Microsoft Corporation"
  1727. },
  1728. {
  1729. "caption": "Universal CRT Tools x86",
  1730. "description": "Universal CRT Tools x86",
  1731. "name": "Universal CRT Tools x86",
  1732. "packageName": "Universal CRT Tools x86-x86_en-us.msi",
  1733. "productID": null,
  1734. "regOwner": null,
  1735. "regCompany": null,
  1736. "vendor": "Microsoft Corporation"
  1737. },
  1738. {
  1739. "caption": "WinRT Intellisense PPI - Other Languages",
  1740. "description": "WinRT Intellisense PPI - Other Languages",
  1741. "name": "WinRT Intellisense PPI - Other Languages",
  1742. "packageName": "WinRT Intellisense PPI - Other Languages-x86_en-us.msi",
  1743. "productID": null,
  1744. "regOwner": null,
  1745. "regCompany": null,
  1746. "vendor": "Microsoft Corporation"
  1747. },
  1748. {
  1749. "caption": "Windows Mobile Extension SDK",
  1750. "description": "Windows Mobile Extension SDK",
  1751. "name": "Windows Mobile Extension SDK",
  1752. "packageName": "Windows Mobile Extension SDK-x86_en-us.msi",
  1753. "productID": null,
  1754. "regOwner": null,
  1755. "regCompany": null,
  1756. "vendor": "Microsoft Corporation"
  1757. }
  1758. ]
  1759. }');
  1760.  
  1761. try {
  1762. $response = $request->send();
  1763.  
  1764. echo $response->getBody();
  1765. } catch (HttpException $ex) {
  1766. echo $ex;
  1767. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement