Do not close immediately when After Effects opened

This commit is contained in:
2026-01-01 03:33:25 +01:00
parent 1ae61c1f0a
commit 876d1a3cf6

View File

@@ -13,6 +13,7 @@ $SYSTEM_EXT_DIR = "C:\Program Files (x86)\Common Files\Adobe\CEP\extensions"
if (Get-Process -Name "AfterFX" -ErrorAction SilentlyContinue) { if (Get-Process -Name "AfterFX" -ErrorAction SilentlyContinue) {
Write-Host "After Effects is currently running." Write-Host "After Effects is currently running."
Write-Host "Please close it and run the installer again." Write-Host "Please close it and run the installer again."
Read-Host "Press Enter to exit..."
Exit 1 Exit 1
} }