Skip to content

Commit

Permalink
[WIP] Add silent install for Adobe Creative Cloud (#67745)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley authored and reitermarkus committed Aug 19, 2019
1 parent f790d1b commit f928253
Showing 1 changed file with 17 additions and 2 deletions.
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

0 comments on commit f928253

Please sign in to comment.