Do not close immediately when After Effects opened
This commit is contained in:
@@ -13,6 +13,7 @@ $SYSTEM_EXT_DIR = "C:\Program Files (x86)\Common Files\Adobe\CEP\extensions"
|
||||
if (Get-Process -Name "AfterFX" -ErrorAction SilentlyContinue) {
|
||||
Write-Host "After Effects is currently running."
|
||||
Write-Host "Please close it and run the installer again."
|
||||
Read-Host "Press Enter to exit..."
|
||||
Exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user