From 8be3d2df49ab0f46264a7420c7ca7c814df30028 Mon Sep 17 00:00:00 2001 From: Andrew Walter Date: Sat, 13 Jun 2020 16:23:21 -0400 Subject: [PATCH] Add manifest PDFreDirect 2.5.2.0 (#1775) * Add pgAdmin pt PsotgreSQL * Update manifests/PostgreSQL/pgAdmin/4.22.0.0.yaml I am still unable to validate locally. Manifest Warning: Silent and SilentWithProgress switches are not specified for InstallerType exe. Please make sure the installer can run unattended. Manifest Error: Duplicate installer entry found. Co-authored-by: MarNicGit <47538428+MarNicGit@users.noreply.github.com> * Update manifests/PostgreSQL/pgAdmin/4.22.0.0.yaml Ugh, I saw that in the spec and thought it was a typo. That all validates and installs locally now. Sorry to bug you I was going crazy. Co-authored-by: MarNicGit <47538428+MarNicGit@users.noreply.github.com> * Add manifest fro EXP Systems PDFreDirect * remove pgAdmin from branch Co-authored-by: awalter Co-authored-by: MarNicGit <47538428+MarNicGit@users.noreply.github.com> --- manifests/EXPSystems/PDFreDirect/2.5.2.0.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifests/EXPSystems/PDFreDirect/2.5.2.0.yaml diff --git a/manifests/EXPSystems/PDFreDirect/2.5.2.0.yaml b/manifests/EXPSystems/PDFreDirect/2.5.2.0.yaml new file mode 100644 index 000000000..7298ce6a9 --- /dev/null +++ b/manifests/EXPSystems/PDFreDirect/2.5.2.0.yaml @@ -0,0 +1,20 @@ +Id: EXPSystems.PDFreDirect +Name: PDFreDirect +AppMoniker: PDFreDirect +Version: 2.5.2.0 +Publisher: EXP Systems LLC +Author: EXP Systems LLC +License: EXP Systems LLC SOFTWARE LICENSE +LicenseUrl: http://www.exp-systems.com/ +MinOSVersion: 10.0.0.0 +Description: free PDF Writer +Homepage: http://www.exp-systems.com/ +Tags: "pdf, pdf writer" +InstallerType: exe +Installers: + - Arch: x86 + Url: http://www.exp-systems.com/PDFreDirect/Download/Install_PDFR_v252.exe + Sha256: 7ab20ca0107f85b5ec838b76474e2c49f1295041f637f6c7130b745acecebf8a + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file