From 86d9b13d2d118120df1829aa912496cdb91c813e Mon Sep 17 00:00:00 2001 From: Kris <101912712+FlawlessCasual17@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:24:46 -0600 Subject: [PATCH 1/2] pdf24-creator-np: Update `post_install` script --- bucket/pdf24-creator-np.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/pdf24-creator-np.json b/bucket/pdf24-creator-np.json index b196f58d1..7e1b86ca2 100644 --- a/bucket/pdf24-creator-np.json +++ b/bucket/pdf24-creator-np.json @@ -20,8 +20,7 @@ "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", "Write-Host \"Please wait and don't cancel the script...\" -F 'Yellow'", "Start-Process 'msiexec' -Wait -Verb 'RunAs' -WindowStyle 'Hidden' -ArgumentList @('/i', \"$dir\\setup.msi_\", '/qn', \"INSTALLDIR=$dir\", \"TARGETDIR=$dir\")", - "Stop-Service -Name 'pdf24' -Force -ErrorAction 'SilentlyContinue'; Stop-Process -Name 'pdf24' -Force -ErrorAction 'SilentlyContinue'", - "Stop-Process -Name 'explorer' -Force -ErrorAction 'SilentlyContinue'; Start-Sleep -Seconds 3" + "Stop-Service -Name 'pdf24' -Force -ErrorAction 'SilentlyContinue'; Stop-Process -Name 'pdf24' -Force -ErrorAction 'SilentlyContinue'" ], "pre_uninstall": [ "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", From 0c1af3fb7dc21ee2c500e041acfffb117c89dcb0 Mon Sep 17 00:00:00 2001 From: Kris <101912712+FlawlessCasual17@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:25:57 -0600 Subject: [PATCH 2/2] Update pdf24-creator-np.json --- bucket/pdf24-creator-np.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/pdf24-creator-np.json b/bucket/pdf24-creator-np.json index 7e1b86ca2..89522f214 100644 --- a/bucket/pdf24-creator-np.json +++ b/bucket/pdf24-creator-np.json @@ -26,8 +26,7 @@ "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", "Stop-Service -Name 'pdf24' -Force -ErrorAction 'SilentlyContinue'; Stop-Process -Name 'pdf24' -Force -ErrorAction 'SilentlyContinue'", "Write-Host \"Please wait and don't cancel the script...\" -F 'Yellow'", - "Start-Process 'msiexec' -Wait -Verb 'RunAs' -WindowStyle 'Hidden' -ArgumentList @('/x', \"$dir\\setup.msi_\", '/qn')", - "Stop-Process -Name 'explorer' -Force -ErrorAction 'SilentlyContinue'; Start-Sleep -Seconds 3" + "Start-Process 'msiexec' -Wait -Verb 'RunAs' -WindowStyle 'Hidden' -ArgumentList @('/x', \"$dir\\setup.msi_\", '/qn')" ], "checkver": "Version\\s([\\d.]+)", "autoupdate": {