Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add silent install for Adobe Creative Cloud #67745

Merged
merged 3 commits into from
Aug 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 17 additions & 2 deletions Casks/adobe-creative-cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@
name 'Adobe Creative Cloud'
homepage 'https://creative.adobe.com/products/creative-cloud'

installer manual: 'Creative Cloud Installer.app'
installer script: {
executable: "#{staged_path}/Creative Cloud Installer.app/Contents/MacOS/Install",
args: ['--mode=silent'],
sudo: true,
}

uninstall delete: "#{staged_path}/#{token}" # Needs to be uninstalled manually
uninstall launchctl: [
'com.adobe.AdobeCreativeCloud',
'com.adobe.acc.installer',
'com.adobe.agsservice',
'Adobe_Genuine_Software_Integrity_Service',
],
delete: [
'/Applications/Adobe Creative Cloud/Adobe Creative Cloud',
'/Applications/Utilities/Adobe Creative Cloud',
'/Applications/Utilities/Adobe Application Manager',
],
rmdir: '/Applications/Utilities/Adobe Installers'
end