From b87d1dc0cbb2cf87d1c6619ed052994d1989b028 Mon Sep 17 00:00:00 2001 From: ranm-msft <48340737+ranm-msft@users.noreply.github.com> Date: Thu, 14 May 2020 22:17:59 -0700 Subject: [PATCH] RealVNC -> VNCViewer (#133) * Adding PDFsam - PDF Split and Merge which is a free and open-source cross-platform desktop application to split, merge, extract pages, rotate and mix PDF documents. * VNC Viewer - Virtual network computing (VNC) is a type of remote-control software that makes it possible to control another computer over a network connection. * Winrartypo (#97) * wireshark * fixed incorrect name * added missing wire * added missing wire * added missing wire * Create 2.19.791.0.yaml (#99) * Create 1.0.0.yaml (#96) * Create 4.5.11.yaml - Adobe Digital Editions (#102) * Create 4.5.11.yaml * Update 4.5.11.yaml * Update and rename manifests/Adobe/Adobe Digital Editions/4.5.11.yaml to manifests/Adobe/AdobeDigitalEditions/4.5.11.yaml * Update 4.5.11.yaml (#104) * Update README.md (#105) * Update README.md * Update README.md Co-authored-by: Kevin Larkin (MS) * Team2 (#98) * wireshark * Add Teams * missing wireshark * missing wireshark * ConfigMgr Toolkit 5.00.7958.1151.yaml (#73) * Create 5.00.7958.1151.yaml * Update 5.00.7958.1151.yaml * Added 18362 SDK (#108) * add the mouse (#110) * Whatsapp (#111) * Reader\2020.009.20063.yaml * reader fixed bad yaml * whats app * removed error * Added build 19041 of Windows SDK (#109) * Add 17763 SDK (#107) * bumping to Windows Terminal 0.11.1333.0 (#117) * Define manifest for .NET SDK (#120) * Define manifest for .NET SDK 3.1.202 * Remove invalid log property * Remove comment out unupported ManifestVersion property * adding bitwarden desktop 1.17.2 (#119) * adding bitwarden desktop 1.17.2 * remove ManifestVersion to resolve pipeline validation issue * Opera (#115) * Add chrome * typo in version * Opera * removed * Chrome (#114) * Add chrome * typo in version * removed file * Adding Cura 4.5.0 (#129) * Added .gitattributes .yaml files are text * Adding EdgeSetup * Moved into EdgeSetup Folder * Rename EdgeSetup.yaml to 1.3.127.1.yaml * Removing manifest from PR * Adding Cura 4.5.0 * Delete .gitattributes * Delete 1.3.127.1.yaml * Modifying slient with progress switch to show UI with no interaction * Adding license which is a required field Co-authored-by: Kevin Larkin (MS) Co-authored-by: dianmsft <43798680+dianmsft@users.noreply.github.com> Co-authored-by: John Vintzel <36939040+jvintzel@users.noreply.github.com> Co-authored-by: denelon Co-authored-by: RDMacLachlan <59626501+RDMacLachlan@users.noreply.github.com> Co-authored-by: Sean O'Brien Co-authored-by: Michael Simons Co-authored-by: Sean O'Brien --- manifests/RealVNC/VNCViewer/6.0.0.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/RealVNC/VNCViewer/6.0.0.yaml diff --git a/manifests/RealVNC/VNCViewer/6.0.0.yaml b/manifests/RealVNC/VNCViewer/6.0.0.yaml new file mode 100644 index 000000000..1223d63a2 --- /dev/null +++ b/manifests/RealVNC/VNCViewer/6.0.0.yaml @@ -0,0 +1,21 @@ +Id: RealVNC.VNCViewer +Name: VNCViewer +Version: 6.0.0 +Publisher: RealVNC +License: VNC CONNECT END USER LICENSE AGREEMENT +LicenseUrl: https://static.realvnc.com/media/documents/LICENSE-4.0a_en.pdf +AppMoniker: VNCViewer +Description: Virtual network computing (VNC) is a type of remote-control software that makes it possible to control another computer over a network connection. +Homepage: https://www.realvnc.com/en/ +Tags: "VNC, Remote, Control" +InstallerType: EXE + +# ======================= Installers ================== + +Installers: + - Arch: x86 + Url: https://www.realvnc.com/download/file/vnc.files/VNC-6.0.0-Windows.exe + Sha256: c253831a8a0e85a52cfc4ef94901db0fc9f2be44e7935c153295d76fc5e9e29f + Switches: + Silent: "/verysilent /norestart /COMPONENTS=VNCViewer" + SilentWithProgress: "/verysilent /norestart /COMPONENTS=VNCViewer" \ No newline at end of file