Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Last modified 5/7/25 by
- <#
- Install runs in 2 steps
- 1) Uses adobe uninstall tool to clear out all existing adobe installations
- 2) Installs new package from Adobe.
- #>
- # CLEANUP
- Start-Process -FilePath "$PSScriptRoot\AdobeUninstaller.exe" -Wait -ArgumentList "--all"
- # INSTALL
- Start-Process -FilePath "$PSScriptRoot\InstallFiles\Build\setup.exe" -Wait -ArgumentList "--silent"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement