diff --git a/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 b/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 index b59b42e..4ac5c41 100644 --- a/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 +++ b/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 @@ -45,8 +45,7 @@ Wait-Job $job -timeout $timeout | Out-Null $output = Receive-Job $job $DownloadURL = $output -# Script start # - +#Region Script Start If ((Test-Path "C:\Temp\Script Cache") -eq $False) { New-Item -ItemType directory -Path "C:\Temp\Script Cache" } Invoke-WebRequest -UseBasicParsing "https://scripts.gabesville.com/Gabesville/Powershell-Scripts/raw/branch/main/Functions%20Scripts/Functions.ps1" -outfile "C:\Temp\Script Cache\Functions.ps1" . "C:\Temp\Script Cache\Functions.ps1" @@ -67,4 +66,4 @@ Else { $EPCacheLocalLocation = "C:\Temp\Script Cache\Adobe Acrobat\setup.exe" Install-App } -# Script End # \ No newline at end of file +#Region Script End \ No newline at end of file