Acrobat DC

[Acrobat]キャッシュクリーナー 修正(サンドボックス内も対象に入れた)

Acrobatキャッシュクリーナー.scpt

AppleScript サンプルコード

【スクリプトエディタで開く】 |

AppleScript サンプルソース(参考)
行番号ソース
001#!/usr/bin/env osascript
002----+----1----+----2----+-----3----+----4----+----5----+----6----+----7
003#
004# 実行する前に Adobeのアプリケーションは全て終了させてください
005# 削除対象のファイルは全てゴミ箱に入ります
006# 実際に削除するか?は内容見てご自身でご判断ください
007#
008# 対象がディレクトリの場合 中身のみゴミ箱に入れます
009# これは、どうせ次回生成されてしまうから削除するだけ無駄だからです
010#  実行後再起動しないと不安定になる場合があります 面倒でも再起動を
011# V4 サンドボックス内のキャッシュもゴミ箱に入れるようにした
012# V4.1 少し古いバージョンのキャッシュも対象に入れた
013# com.cocolog-nifty.quicktimer.icefloe
014----+----1----+----2----+-----3----+----4----+----5----+----6----+----7
015use AppleScript version "2.8"
016use framework "Foundation"
017use framework "AppKit"
018use scripting additions
019
020property refMe : a reference to current application
021
022set appFileManager to refMe's NSFileManager's defaultManager()
023
024###################################
025#まずは処理するアプリケーションを終了させる
026###################################
027set strKeyWord to ("adobe") as text
028
029set numCntApp to 1
030repeat until numCntApp = 0
031  ##対象プロセスが無くなるまで繰り返し
032  set numCntApp to doAppQuit(strKeyWord)
033  delay 1
034end repeat
035
036
037delay 3
038###################################
039##AcrobatDiagnosticsフォルダー
040###################################
041log doMoveToTrash("~/Library/AcrobatDiagnostics/Output")
042log doMoveToTrash("~/Library/AcrobatDiagnostics/System")
043log doMoveToTrash("~/Library/AcrobatDiagnostics/temp")
044
045###################################
046##Application Supportフォルダー
047###################################
048log doMoveToTrash("~/Library/Application Scripts/com.adobe.acrobat_webcapture")
049log doMoveToTrash("~/Library/Application Scripts/com.adobe.Acrobat.Diagnostics")
050log doMoveToTrash("~/Library/Application Scripts/com.adobe.Acrobat.Pro")
051log doMoveToTrash("~/Library/Application Scripts/com.adobe.AdobeRdrCEFHelper")
052log doMoveToTrash("~/Library/Application Scripts/com.adobe.distiller")
053log doMoveToTrash("~/Library/Application Scripts/com.adobe.distillerDC")
054log doMoveToTrash("~/Library/Application Scripts/com.adobe.Reader")
055
056###################################
057##Application Supportフォルダー
058###################################
059log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/SaveAsAdobePDF DC/FontCache")
060log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/Preflight Acrobat Continuous/FontCache")
061log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/Distiller DC/FontCache")
062log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/Distiller DC/Messages.log")
063
064
065set listTrack to {"DC", "Classic", "2020", "Next", "Trunk", "Beta", "2017", "2015"} as list
066
067repeat with itemTrack in listTrack
068
069  ##
070  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Acrobat/Eureka")
071  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Acrobat/DesktopNotification/NotificationsDB")
072  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Acrobat/RFL/LocalMapping")
073  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Acrobat/Synchronizer")
074  ###
075  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt.lst")
076  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt.lst")
077  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt.lst")
078  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt.lst")
079  ###
080  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt15.lst")
081  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt15.lst")
082  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt15.lst")
083  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt15.lst")
084  ###
085  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt17.lst")
086  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt17.lst")
087  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt17.lst")
088  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt17.lst")
089  ###
090  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt20.lst")
091  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt20.lst")
092  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt20.lst")
093  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt20.lst")
094  ###
095  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt21.lst")
096  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt21.lst")
097  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt21.lst")
098  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt21.lst")
099  ###
100  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt22.lst")
101  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt22.lst")
102  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt22.lst")
103  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt22.lst")
104  ###
105  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt23.lst")
106  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt23.lst")
107  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt23.lst")
108  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt23.lst")
109  ###
110  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeCMapFnt24.lst")
111  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeSysFnt24.lst")
112  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/AdobeComFnt24.lst")
113  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView¥AdobeSysFnt24.lst")
114
115  ###
116  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Security/workflowDataCache")
117  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Security/workflowDataCachei")
118  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Security/CRLCache")
119
120
121  ###
122  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/DCAPIDiscoveryCacheAcrobat")
123  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/DCAPIDiscoveryCacheReader")
124  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Exchange-ProMessages")
125  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/BHCache")
126  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/JSCache")
127  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ThumbCache")
128  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ToolsSearchCacheRdr")
129  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ToolsSearchCacheAcro")
130  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ProtectedView")
131  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/ConnectorIcons")
132
133  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/UserCache64.bin")
134  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/IconCacheAcro65536.dat")
135  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/IconCacheRdr65536.dat")
136
137  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/EurekaReviewDocuments_V2")
138  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/EurekaReviewDocumentsRdr_V2")
139
140  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/assets")
141  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/CCache")
142
143  ####リーダー用
144  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Reader/DesktopNotification/NotificationsDB")
145  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Reader/RFL/LocalMapping")
146  log doMoveToTrash("~/Library Application Support/Adobe/Acrobat/" & itemTrack & "/Reader/PrefSync/Preferences/UserPrefs_Prod")
147  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Reader/Synchronizer")
148  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Reader/Eureka")
149  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/Reader/SOPHIA/Reader")
150  #
151  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/SOPHIA/Acrobat")
152  log doMoveToTrash("~/Library/Application Support/Adobe/Acrobat/" & itemTrack & "/SOPHIA/Reader")
153
154
155end repeat
156
157
158
159###
160log doMoveToTrash("~/Library/Application Support/Adobe UXP Developer Tool/Cache")
161log doMoveToTrash("~/Library/Application Support/Adobe UXP Developer Tool/Code Cache")
162log doMoveToTrash("~/Library/Application Support/Adobe UXP Developer Tool/GPUCache")
163#
164log doMoveToTrash("~/Library/Application Support/Adobe/AcroCef/DC/Acrobat/Cache")
165log doMoveToTrash("~/Library/Application Support/Adobe/AcroCef/DC/Acrobat/Cookie")
166
167log doMoveToTrash("~/Library/Application Support/Adobe/PseudoFontsCache")
168#
169log doMoveToTrash("~/Library/Application Support/Adobe/com.adobe.ARMDC.ARM")
170log doMoveToTrash("~/Library/Application Support/Adobe/com.adobe.ARMDCHelper")
171
172#
173log doMoveToTrash("~/Library/Application Support/Adobe/Common/Media Cache")
174log doMoveToTrash("~/Library/Application Support/Adobe/Common/Media Cache Files")
175
176
177###################################
178########キャッシュ
179###################################
180
181log doMoveToTrash("~/Library/Caches/Adobe")
182log doMoveToTrash("~/Library/Caches/com.adobe.Acrobat.Pro")
183log doMoveToTrash("~/Library/Caches/com.adobe.acrobat.AcroPatchInstall")
184log doMoveToTrash("~/Library/Caches/com.adobe.Reader")
185log doMoveToTrash("~/Library/Caches/Acrobat/DC")
186log doMoveToTrash("~/Library/Caches/Acrobat/Classic")
187log doMoveToTrash("~/Library/Caches/Acrobat/2020")
188log doMoveToTrash("~/Library/Caches/Acrobat/Reader")
189log doMoveToTrash("~/Library/Caches/com.adobe.acrobat.updater")
190log doMoveToTrash("~/Library/Caches/Acrobat/com.adobe.acrobat.updater")
191
192log doMoveToTrash("~/Library/Caches/com.adobe.acc.AdobeCreativeCloud")
193log doMoveToTrash("~/Library/Caches/com.adobe.acc.AdobeDesktopService")
194log doMoveToTrash("~/Library/Caches/com.adobe.acc.Setup")
195log doMoveToTrash("~/Library/Caches/om.adobe.AdobeCRDaemon")
196log doMoveToTrash("~/Library/Caches/com.adobe.bridge")
197log doMoveToTrash("~/Library/Caches/com.adobe.cc.Install")
198log doMoveToTrash("~/Library/Caches/com.adobe.ccd.helper")
199log doMoveToTrash("~/Library/Caches/com.adobe.CCXProcess")
200log doMoveToTrash("~/Library/Caches/com.adobe.ExchangePluginCustomHook")
201log doMoveToTrash("~/Library/Caches/com.adobe.headlights.LogTransport2App")
202
203
204
205###################################
206########Logs
207###################################
208log doMoveToTrash("~/Library/Logs/Adobe")
209log doMoveToTrash("~/Library/Logs/AdobeVulcan")
210log doMoveToTrash("~/Library/Logs/CSXS")
211log doMoveToTrash("~/Library/Logs/CreativeCloud")
212
213###################################
214########Containers
215###################################
216log doMoveToTrash("~/Library/Containers/com.adobe.accmac.ACCFinderSync/Data/Library/Logs")
217log doMoveToTrash("~/Library/Containers/com.adobe.accmac.ACCFinderSync/Data/Library/Caches")
218log doMoveToTrash("~/Library/Containers/com.adobe.accmac.ACCFinderSync/Data/Library/HTTPStorages")
219log doMoveToTrash("~/Library/Containers/com.adobe.accmac.ACCFinderSync/Data/Library/Saved Application State")
220
221log doMoveToTrash("~/Library/Containers/com.adobe.accmac.ACCFinderSync/Data/tmp")
222log doMoveToTrash("~/Library/Containers/com.adobe.accmac.ACCFinderSync/Data/SystemData")
223
224###################################
225########Containers
226###################################
227log doMoveToTrash("~/Library/Containers/com.adobe.Acrobat.Pro/Data/Library/Logs")
228log doMoveToTrash("~/Library/Containers/com.adobe.Acrobat.Pro/Data/Library/Caches")
229log doMoveToTrash("~/Library/Containers/com.adobe.Acrobat.Pro/Data/Library/HTTPStorages")
230log doMoveToTrash("~/Library/Containers/com.adobe.Acrobat.Pro/Data/Library/Saved Application State")
231
232log doMoveToTrash("~/Library/Containers/com.adobe.Acrobat.Pro/Data/tmp")
233log doMoveToTrash("~/Library/Containers/com.adobe.Acrobat.Pro/Data/SystemData")
234
235###################################
236########Containers
237###################################
238log doMoveToTrash("~/Library/Containers/com.adobe.Reader/Data/Library/Logs")
239log doMoveToTrash("~/Library/Containers/com.adobe.Reader/Data/Library/Caches")
240log doMoveToTrash("~/Library/Containers/com.adobe.Reader/Data/Library/HTTPStorages")
241log doMoveToTrash("~/Library/Containers/com.adobe.Reader/Data/Library/Saved Application State")
242
243log doMoveToTrash("~/Library/Containers/com.adobe.Reader/Data/tmp")
244log doMoveToTrash("~/Library/Containers/com.adobe.Reader/Data/SystemData")
245
246
247###################################
248##WebKit
249###################################
250log doMoveToTrash("~/Library/WebKit/com.adobe.Acrobat.Pro")
251log doMoveToTrash("~/Library/WebKit/com.adobe.crashreporter")
252log doMoveToTrash("~/Library/WebKit/com.adobe.Reader")
253log doMoveToTrash("~/Library/WebKit/com.adobe.acc.AdobeCreativeCloud")
254log doMoveToTrash("~/Library/WebKit/com.adobe.acc.AdobeDesktopService")
255log doMoveToTrash("~/Library/WebKit/com.adobe.acc.AdobeDesktopService.binarycookies")
256log doMoveToTrash("~/Library/WebKit/com.adobe.acc.Setup")
257log doMoveToTrash("~/Library/WebKit/com.adobe.accmac")
258log doMoveToTrash("~/Library/WebKit/com.adobe.acrobat.AcroPatchInstall")
259log doMoveToTrash("~/Library/WebKit/com.adobe.Acrobat.Pro")
260log doMoveToTrash("~/Library/WebKit/com.adobe.Acrobat.Pro.binarycookies")
261log doMoveToTrash("~/Library/WebKit/com.adobe.AdobeCRDaemon")
262log doMoveToTrash("~/Library/WebKit/com.adobe.ARMDC")
263log doMoveToTrash("~/Library/WebKit/com.adobe.ARMDCHelper")
264log doMoveToTrash("~/Library/WebKit/com.adobe.ccd.helper")
265log doMoveToTrash("~/Library/WebKit/com.adobe.CCXProcess")
266log doMoveToTrash("~/Library/WebKit/com.adobe.distiller")
267log doMoveToTrash("~/Library/WebKit/com.adobe.headlights.LogTransport2App")
268log doMoveToTrash("~/Library/WebKit/com.adobe.Reader.binarycookies")
269
270log doMoveToTrash("~/Library/WebKit/com.adobe.bridge")
271###################################
272########HTTPStorages
273###################################
274log doMoveToTrash("~/Library/HTTPStorages/com.adobe.Acrobat.Pro")
275log doMoveToTrash("~/Library/HTTPStorages/com.adobe.crashreporter")
276log doMoveToTrash("~/Library/HTTPStorages/com.adobe.acc.AdobeCreativeCloud")
277log doMoveToTrash("~/Library/HTTPStorages/com.adobe.acc.Setup")
278log doMoveToTrash("~/Library/HTTPStorages/com.adobe.acc.AdobeDesktopService")
279log doMoveToTrash("~/Library/HTTPStorages/com.adobe.acc.AdobeDesktopService.binarycookies")
280log doMoveToTrash("~/Library/HTTPStorages/com.adobe.acc.Setup")
281log doMoveToTrash("~/Library/HTTPStorages/com.adobe.accmac")
282log doMoveToTrash("~/Library/HTTPStorages/com.adobe.acrobat.AcroPatchInstall")
283log doMoveToTrash("~/Library/HTTPStorages/com.adobe.Acrobat.Pro")
284log doMoveToTrash("~/Library/HTTPStorages/com.adobe.Acrobat.Pro.binarycookies")
285log doMoveToTrash("~/Library/HTTPStorages/com.adobe.AdobeCRDaemon")
286log doMoveToTrash("~/Library/HTTPStorages/com.adobe.ARMDC")
287log doMoveToTrash("~/Library/HTTPStorages/com.adobe.ARMDCHelper")
288log doMoveToTrash("~/Library/HTTPStorages/com.adobe.ccd.helper")
289log doMoveToTrash("~/Library/HTTPStorages/com.adobe.CCXProcess")
290log doMoveToTrash("~/Library/HTTPStorages/com.adobe.distiller")
291log doMoveToTrash("~/Library/HTTPStorages/com.adobe.headlights.LogTransport2App")
292log doMoveToTrash("~/Library/HTTPStorages/com.adobe.Reader")
293log doMoveToTrash("~/Library/HTTPStorages/com.adobe.Reader.binarycookies")
294
295
296log doMoveToTrash("~/Library/HTTPStorages/com.adobe.bridge")
297log doMoveToTrash("~/Library/HTTPStorages/com.adobe.bridge.binarycookies")
298log doMoveToTrash("~/Library/HTTPStorages/com.adobe.cc.Install")
299log doMoveToTrash("~/Library/HTTPStorages/com.adobe.cc.Install.binarycookies")
300log doMoveToTrash("~/Library/HTTPStorages/com.adobe.ExchangePluginCustomHook")
301###################################
302########Group Containers
303###################################
304
305log doMoveToTrash("~/Library/Group Containers/com.adobe.accmac.explinder/Library/Logs")
306log doMoveToTrash("~/Library/Group Containers/com.adobe.accmac.explinder/Library/Caches")
307log doMoveToTrash("~/Library/Group Containers/com.adobe.accmac.explinder/Library/HTTPStorages")
308log doMoveToTrash("~/Library/Group Containers/com.adobe.accmac.explinder/Library/Saved Application State")
309
310
311###################################
312########Group Containers
313###################################
314
315log doMoveToTrash("~/Library/Group Containers/Adobe-Hub-App/Library/Logs")
316log doMoveToTrash("~/Library/Group Containers/Adobe-Hub-App/Library/Caches")
317log doMoveToTrash("~/Library/Group Containers/Adobe-Hub-App/Library/HTTPStorages")
318log doMoveToTrash("~/Library/Group Containers/Adobe-Hub-App/Library/Saved Application State")
319
320###################################
321########Group Containers
322###################################
323
324log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.NGL/Library/Logs")
325log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.NGL/Library/Caches")
326log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.NGL/Library/HTTPStorages")
327log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.NGL/Library/Saved Application State")
328
329
330###################################
331########Group Containers
332###################################
333
334log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.JQ525.flags/Library/Logs")
335log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.JQ525.flags/Library/Caches")
336log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.JQ525.flags/Library/HTTPStorages")
337log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.JQ525.flags/Library/Saved Application State")
338
339
340
341###################################
342########Group Containers
343###################################
344log doMoveToTrash("~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Startup.localized/Word/~$nkCreation.dotm")
345log doMoveToTrash("~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Startup.localized/Excel/~$SaveAsAdobePDF.xlam")
346log doMoveToTrash("~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Startup.localized/Powerpoint/~$SaveAsAdobePDF.ppam")
347log doMoveToTrash("~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Add-Ins.localized/Word/~$nkCreation.dotm")
348log doMoveToTrash("~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Add-Ins.localized/Excel/~$SaveAsAdobePDF.xlam")
349log doMoveToTrash("~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Add-Ins.localized/Powerpoint/~$SaveAsAdobePDF.ppam")
350
351log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.GrowthSDK")
352log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.JQ525.flags")
353log doMoveToTrash("~/Library/Group Containers/JQ525L2MZD.com.adobe.NGL")
354
355###################################
356########キャッシュNSTemporaryDirectory
357###################################
358### T
359set ocidTempDir to (refMe's NSTemporaryDirectory())
360set ocidTemporaryTPathURL to refMe's NSURL's fileURLWithPath:(ocidTempDir)
361#######
362#不可視ファイル無視
363set ocidOption to (refMe's NSDirectoryEnumerationSkipsHiddenFiles)
364#収集キー
365set ocidKeyArray to refMe's NSMutableArray's alloc()'s initWithCapacity:(0)
366ocidKeyArray's addObject:(refMe's NSURLPathKey)
367ocidKeyArray's addObject:(refMe's NSURLNameKey)
368
369#URLの収集
370set listResponse to (appFileManager's contentsOfDirectoryAtURL:(ocidTemporaryTPathURL) includingPropertiesForKeys:(ocidKeyArray) options:(ocidOption) |error| :(reference))
371if (item 2 of listResponse) = (missing value) then
372  set ocidSubPathURLArray to (item 1 of listResponse)
373else if (item 2 of listResponse) (missing value) then
374  set strErrorNO to (item 2 of listResponse)'s code() as text
375  set strErrorMes to (item 2 of listResponse)'s localizedDescription() as text
376  refMe's NSLog("■:" & strErrorNO & strErrorMes)
377  return "エラーしました" & strErrorNO & strErrorMes
378end if
379repeat with itemURL in ocidSubPathURLArray
380  set strExtensionName to itemURL's pathExtension() as text
381  if strExtensionName is "tmp" then
382    set strFileName to itemURL's lastPathComponent() as text
383    if strFileName starts with "Acr" then
384      log doMoveToTrash(itemURL)
385    end if
386  end if
387end repeat
388
389###
390set ocidTempURL to ocidTemporaryTPathURL's URLByDeletingLastPathComponent()
391### C
392set ocidTemporaryCPathURL to ocidTempURL's URLByAppendingPathComponent:"C"
393
394log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.Acrobat.Pro")
395log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.AdobeAcroCEFHelperGPU")
396log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.Reader")
397log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.AdobeRdrCEFHelperGPU")
398log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.distiller")
399log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.ARMDC")
400log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.cep.CEPHtmlEngine Helper (GPU)")
401log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.crashreporter")
402log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.panelconverter.application")
403log doMoveToTrash(ocidTemporaryCPathURL's URLByAppendingPathComponent:"com.adobe.bridge")
404
405###################################
406########処理 ゴミ箱に入れる
407###################################
408
409to doMoveToTrash(argFilePath)
410  ###ファイルマネジャー初期化
411  set appFileManager to refMe's NSFileManager's defaultManager()
412  #########################################
413  ###渡された値のClassを調べてとりあえずNSURLにする
414  set refClass to class of argFilePath
415  if refClass is list then
416    return "エラー:リストは処理しません"
417  else if refClass is text then
418    log "テキストパスです"
419    set ocidArgFilePathStr to (refMe's NSString's stringWithString:argFilePath)
420    set ocidArgFilePath to ocidArgFilePathStr's stringByStandardizingPath
421    set ocidArgFilePathURL to (refMe's NSURL's alloc()'s initFileURLWithPath:ocidArgFilePath)
422  else if refClass is alias then
423    log "エイリアスパスです"
424    set strArgFilePath to (POSIX path of argFilePath) as text
425    set ocidArgFilePathStr to (refMe's NSString's stringWithString:strArgFilePath)
426    set ocidArgFilePath to ocidArgFilePathStr's stringByStandardizingPath
427    set ocidArgFilePathURL to (refMe's NSURL's alloc()'s initFileURLWithPath:ocidArgFilePath)
428  else
429    set refClass to (className() of argFilePath) as text
430    if refClass contains "NSPathStore2" then
431      log "NSPathStore2です"
432      set ocidArgFilePathURL to (refMe's NSURL's alloc()'s initFileURLWithPath:argFilePath)
433    else if refClass contains "NSCFString" then
434      log "NSCFStringです"
435      set ocidArgFilePath to argFilePath's stringByStandardizingPath
436      set ocidArgFilePathURL to (refMe's NSURL's alloc()'s initFileURLWithPath:ocidArgFilePath)
437    else if refClass contains "NSURL" then
438      set ocidArgFilePathURL to argFilePath
439      log "NSURLです"
440    end if
441  end if
442  #########################################
443  ###
444  -->false
445  set ocidFalse to (refMe's NSNumber's numberWithBool:false)'s boolValue
446  -->true
447  set ocidTrue to (refMe's NSNumber's numberWithBool:true)'s boolValue
448  #########################################
449  ###NSURLがエイリアス実在するか
450  set ocidArgFilePath to ocidArgFilePathURL's |path|()
451  set boolFileAlias to appFileManager's fileExistsAtPath:(ocidArgFilePath)
452  ###パス先が実在しないなら処理はここまで
453  if boolFileAlias = false then
454    log ocidArgFilePath as text
455    log "処理中止 パス先が実在しない"
456    return false
457  end if
458  #########################################
459  ###NSURLがディレクトリなのか?ファイルなのか?
460  set listBoolDir to ocidArgFilePathURL's getResourceValue:(reference) forKey:(refMe's NSURLIsDirectoryKey) |error| :(reference)
461  #   log (item 1 of listBoolDir)
462  #   log (item 2 of listBoolDir)
463  #   log (item 3 of listBoolDir)
464  if (item 2 of listBoolDir) = ocidTrue then
465    #########################################
466    log "ディレクトリです"
467    log ocidArgFilePathURL's |path| as text
468    ##内包リスト
469    set listResult to appFileManager's contentsOfDirectoryAtURL:ocidArgFilePathURL includingPropertiesForKeys:{refMe's NSURLPathKey} options:0  |error| :(reference)
470    ###結果
471    set ocidContentsPathURLArray to item 1 of listResult
472    ###リストの数だけ繰り返し
473    repeat with itemContentsPathURL in ocidContentsPathURLArray
474      ###ゴミ箱に入れる
475      set listResult to (appFileManager's trashItemAtURL:itemContentsPathURL resultingItemURL:(missing value) |error| :(reference))
476    end repeat
477  else
478    #########################################
479    log "ファイルです"
480    set listBoolDir to ocidArgFilePathURL's getResourceValue:(reference) forKey:(refMe's NSURLIsAliasFileKey) |error| :(reference)
481    if (item 2 of listBoolDir) = ocidTrue then
482      log "エイリアスは処理しません"
483      return false
484    end if
485    set listBoolDir to ocidArgFilePathURL's getResourceValue:(reference) forKey:(refMe's NSURLIsSymbolicLinkKey) |error| :(reference)
486    if (item 2 of listBoolDir) = ocidTrue then
487      log "シンボリックリンクは処理しません"
488      return false
489    end if
490    set listBoolDir to ocidArgFilePathURL's getResourceValue:(reference) forKey:(refMe's NSURLIsSystemImmutableKey) |error| :(reference)
491    if (item 2 of listBoolDir) = ocidTrue then
492      log "システムファイルは処理しません"
493      return false
494    end if
495    ###ファイルをゴミ箱に入れる
496    set listResult to (appFileManager's trashItemAtURL:ocidArgFilePathURL resultingItemURL:(missing value) |error| :(reference))
497  end if
498  return true
499end doMoveToTrash
500
501
502
503
504#############################
505#アプリケーション終了簡易版
506#############################
507to doAppQuit(argKeyWord)
508  #全プロセス取得して
509  tell application "System Events"
510    #バンドルIDリストにします
511    set listBundleID to bundle identifier of (every application process)
512  end tell
513  #全プロセスで
514  repeat with itemBundleID in listBundleID
515    #対象のドメイン名を含むなら
516    if itemBundleID contains argKeyWord then
517      #バンドルIDでアプリケーションを取得して
518      set ocidResultsArray to (refMe's NSRunningApplication's runningApplicationsWithBundleIdentifier:(itemBundleID))
519      set numCntArray to ocidResultsArray's |count|()
520      repeat with itemNo from 0 to (numCntArray - 1) by 1
521        set ocidRunApp to (ocidResultsArray's objectAtIndex:(itemNo))
522        #通常終了を試みます
523        set boolDone to ocidRunApp's terminate()
524        if (boolDone) is true then
525          log itemBundleID & ":正常終了"
526          #失敗したら
527        else if (boolDone) is false then
528          #強制終了を試みます
529          set boolDone to ocidRunApp's forceTerminate()
530          if (boolDone) is true then
531            log itemBundleID & ":強制終了"
532          else if (boolDone) is false then
533            log itemBundleID & ":終了出来ませんでした"
534          end if
535        end if
536      end repeat
537    end if
538  end repeat
539  #実行後のプロセス数で
540  tell application "System Events"
541    set listBundleID to bundle identifier of (every application process)
542  end tell
543  set numDoneCnt to 0 as integer
544  repeat with itemBundleID in listBundleID
545    #対象のドメイン名を含む数を
546    if itemBundleID contains "adobe" then
547      set numDoneCnt to numDoneCnt + 1
548    end if
549  end repeat
550  #戻す
551  return numDoneCnt
552end doAppQuit
AppleScriptで生成しました

|

Acrobat SCA (SingleClientApp)版 Unified App 版 現時点まとめ(更新)

Acrobatのインストールタイプ
1:従来版インストーラーからインストール
2:SCA版インストーラーからインストール
3:Creative Cloud付きAcrobatインストーラーからインストール
4:Creative Cloudデスクトップアプリからインストール
5:WEB画面からのインストール
6:エンタープライズ系のプッシュによるインストール
トラブルになるのは3の
Creative Cloud付きAcrobatインストーラーからインストールは圧倒的にトラブルになりやすい



1:従来版インストーラーからインストール
従来版:ダウンロード
[Acrobat macOS] 従来版 Acrobat ReadeダウンロードURLリスト
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-614314.html
[Acrobat macOS] 従来版 Acrobat DC 製品版ダウンロードURLリスト
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-1126c1.html
2:SCA版インストーラーからインストール
SCA (SingleClientApp)版-Unified App版 ダウンロードURLリスト更新
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-b8c660.html

3:Creative Cloud付きAcrobatインストーラーからインストール
Creative Cloud付きCreative Cloud付きAcrobatインストーラーからインストール
新規だとSCA版 上書きだと従来版となる
https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=APRO&productName=Acrobat&version=24.1&os=mac

4:Creative Cloudデスクトップアプリからインストール
https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html

5:WEB画面からのインストール
AdobeのWEBページからデスクトップアプリを呼び出す方法(現在トラブル多め)
https://www.adobe.com/apps/acrobat-pdf/desktop



AcrobatReaderはminiの呼称で
Acrobatの機能制限版として提供される
基本構造は同じだが、インストールされるプラグインの数が違う
Acrobatのいわゆる製品版DCは
FULL版の呼称
従来のAcrobat Acrobat Readerともに
新規インストーラー、アップデータともに提供されている

ここでは、従来版とSCA版の呼称を使う
従来版DC 従来版Reader
SCA版DC SCA版Miniと呼ぶことにする



従来版のAcrobatDC製品版
従来版のAcrobatReader版を
SCA版の新規インストーラーは『上書き』出来る
そのため
SCA版を上書きインストールすると
従来版のアプリケーションは
適応させるとアプリケーションはSCA版になる



SCA版のAcrobat Reader Mini版は
従来版のAcrobat DC製品版と同居できない
A:従来版を削除してSCA版を利用する
B:Acrobat Readerも従来版を利用する の2択です。



新規インストーラーはMiniとFULLで別で提供される
Acrobat バージョン24からの SCA版(SingleClientApp版)のアップデータの種類
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-103718.html


従来版のAdobe Reader新規インストーラー
https://ardownload3.adobe.com/pub/adobe/reader/mac/AcrobatDC/2400220759/AcroRdrDC_2400220759_MUI.pkg

SCA版のAcorbat Mini新規インストーラー
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2400220759/AcroRdrSCADC2400220759_MUI.pkg



Adobe Acrobat Updater
AdobeResourceSynchronizerは共通
参照するマニフェストが違うだけ『だろう』
【従来版】Acrobat DC製品版 の最新のアップデートPKGのURLを取得する
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-3a0ba2.html

【従来版】Acrobat Readerの最新のアップデートPKGのURLを取得する
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-8b37a3.html

【SCA版】Acrobat 最新版のアップデートPKGのURLを取得する(製品版DCとReader版Mini両方含みます)
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-d64536.html



ServicesUpdaterは別
(ServicesUpdater=UI表示等で参照されるHTMLやJSといった表示用コンテンツ)
バンドルIDも違っている
SCA版
製品版
com.adobe.acrobat.servicesupdater.sca.dc
com.adobe.AcrobatServicesUpdater
Mini版
com.adobe.reader.servicesupdater.sca.dc
com.adobe.AcroMiniServicesUpdater

従来版
com.adobe.acrobat.servicesupdater.dc
com.adobe.reader.servicesupdater.dc



URLスキームは従来と変わらず
acrobat:
acrobat2018:
acrobat2019:
acrobat2020:
acrobat2021.oauth2:
このスキーム(プロトコル)は、主にトークンの受け渡しに使われるので
ドキュメントクラウドで指定された
UUIDでコンテンツを開く事はできるが
指定したパスのファイルをオープンする等には利用でない



SCA版 製品版DCとReader版MiniでバンドルIDが同じ
com.adobe.Acrobat.Pro
従来は
com.adobe.Acrobat.Pro
com.adobe.acrobat.dc
com.adobe.acrobat

com.adobe.Reader
com.adobe.reader.dc
そのため
Info.plistからのバンドルIDで判断ができない



現在イストールされているのがSCA版か?は設定ファイルで確認できる
だだしReader版miniなのか?AcrobatDC版FULLなのか?はこれだけでは判定できない

サンプルコード


サンプルソース(参考)
行番号ソース
001/usr/bin/defaults read "/Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Info.plist" AcroSCA
AppleScriptで生成しました



現時点でMini版としてインストールされたAcrobatSCA版と
Acrobatの製品版SCA版の判別は
プラグインの数が違うのが最もわかりやすいが
/Adobe Acrobat.app/Contents/Support/ReaderUC
このライブラリの有無
だけで判定方法を見つかってない

インストール時の設定ファイル
/Library/Application Support/Adobe/Acrobat/DC/SupportFiles/Preferences/com.adobe.acrobat.scainstaller.plist
インストール時の設定ファイルを確認することで
インストール時の状態を確認することができることがわかった


Gpntnqoagaagvf4
【SCA版Acrobat】インストールタイプの判定
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-5c4846.html



ゆくゆくは
SCA版をインストールすることになるとして
どのタイミングで、どんな手順で実施していくか?

検討開始する


ユーザーの初期設定ファイルである
com.adobe.Readerに少し留意点がある
20240604053517774x226

General
これは従来版 旧UIでの設定です
SCA版でも 旧UIに戻すとこの設定が読まれます

AVGeneral
これはAV2新UIでの設定でSCA版でも共通で利用されています
SCA版でもAV2新UIを利用する時はここの設定が読まれます

SCA
シングルクライアントモード用の設定が格納されます

このように、少し設定項目の内容と『親構造』に留意が必要になります




ユーザーに分かりやすい形で
SCA版か従来版かはこれでわかる
202406070207001120x2362

202406070631421120x2102



PrivilegedHelperTools
com.adobe.ARMDC.SMJobBlessHelper
com.adobe.ARMDC.Communicator
この2つは、SCA版は無くても起動する
ARMDCディレクトリのファイルを参照するように変更さたようだ
従来版はこれは無いと起動しない


従来版 macOS版 DC 製品版
24 現行
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2400220759/AcrobatDC2400220759_MUI.pkg

24 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2400120604/AcrobatDC2400120604_MUI.pkg

23 最終
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300820555/AcrobatDC2300820555_MUI.pkg

23 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300120063/AcrobatDC2300120063_MUI.pkg

22 最終
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2200320314/AcrobatDC2200320314_MUI.pkg

22 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2200120085/AcrobatDC2200120085_MUI.pkg

21 最終
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2101120039/AcrobatDC2101120039_MUI.pkg

21 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2100120135/AcrobatDC2100120135_MUI.pkg

エンタープライズ用
#従来版のAcrobat2018
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1010.dmg
#従来版のAcrobat2019
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1012.dmg
#従来版のAcrobat2020
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1013.dmg
#従来版のAcrobat2022
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1014.dmg


#従来版のAcrobat2015
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_2015_Web_WWMUI.dmg
#従来版のAcrobat2017
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_2017_Web_WWMUI.dmg
#従来版のAcrobat2020
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_2020_Web_WWMUI.dmg
#従来版のAcrobat2023
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300820423/AcrobatDC2300820423_MUI.pkg

|

[Acrobat macOS] 従来版 Acrobat DC 製品版ダウンロードURLリスト

従来版 macOS版 DC 製品版
24 現行
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2400220759/AcrobatDC2400220759_MUI.pkg

24 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2400120604/AcrobatDC2400120604_MUI.pkg

23 最終
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300820555/AcrobatDC2300820555_MUI.pkg

23 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300120063/AcrobatDC2300120063_MUI.pkg

22 最終
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2200320314/AcrobatDC2200320314_MUI.pkg

22 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2200120085/AcrobatDC2200120085_MUI.pkg

21 最終
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2101120039/AcrobatDC2101120039_MUI.pkg

21 初回
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2100120135/AcrobatDC2100120135_MUI.pkg

エンタープライズ用
#従来版のAcrobat2018
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1010.dmg
#従来版のAcrobat2019
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1012.dmg
#従来版のAcrobat2020
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1013.dmg
#従来版のAcrobat2022
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_DC_Web_WWMUI_1014.dmg


#従来版のAcrobat2015
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_2015_Web_WWMUI.dmg
#従来版のAcrobat2017
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_2017_Web_WWMUI.dmg
#従来版のAcrobat2020
https://trials.adobe.com/AdobeProducts/APRO/Acrobat_HelpX/osx10/Acrobat_2020_Web_WWMUI.dmg
#従来版のAcrobat2023
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300820423/AcrobatDC2300820423_MUI.pkg

|

[Acrobat 従来版] DC製品版 Reader版 従来版をインストールする方法

まずは、ちゃんとアンインストールしないと
UIが変になったりするのでキッチリ削除してから

1:Acrobatアプリケーションの削除
2:従来版の新規インストーラーをダウンロード
3:インストール
4:必要に応じてアップデート



1:Acrobatアプリケーションの削除
Acrobat削除時のチェックポイント(ローカルドメインのパスのみ)
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-bfd444.html
Acrobat Cleaner アクロバット関連ファイルをごっそりゴミ箱に入れる(途中)
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-473b06.html


2:従来版の新規インストーラーをダウンロード
従来版DC
Acrobat 製品版のダウンロード(SCA版 SingleClientApp対応)
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-aadfb5.html
#従来版のAcrobat2023
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2300820423/AcrobatDC2300820423_MUI.pkg
#従来版のAcrobat2024 2400120604
https://ardownload3.adobe.com/pub/adobe/acrobat/mac/AcrobatDC/2400120604/AcrobatDC2400120604_MUI.pkg

従来版Reader
Adobe Reader ダウンロードURLリスト(v24)更新
https://quicktimer.cocolog-nifty.com/icefloe/2024/05/post-2adad6.html
Adobe Reader ダウンロードURLリスト(v23)
Adobe ReaderURL LIST 上部が古いバージョン 下部が新しいバージョン
https://quicktimer.cocolog-nifty.com/icefloe/2024/03/post-1e4019.html



3:インストール
3−1:従来版のDC製品版のみ
普通に上記URLから対象のバージョンのパッケージをダウンロードしてインストール
3−2:従来版Readerのみ
普通に上記URLから対象のバージョンのパッケージをダウンロードしてインストール
3−1:従来版DCと従来版Readerの両方
3−1−1:まず製品版DCをインストールしてから
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-aadfb5.html
3−1−2:Reader版v 2300820555をインストールする
https://ardownload3.adobe.com/pub/adobe/reader/mac/AcrobatDC/2300820555/AcroRdrDC_2300820555_MUI.dmg
3−1−3:必要に応じてv23のAcrobatReaderをV24にアップデートする
https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html



4:必要に応じてアップデート
従来版のアップデータはリリースノートから取得可能
Acrobat Enterprise Release Notes
https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html

従来版DCアップデータ取得(マニフェスト参照)
【従来版】Acrobat DC製品版 の最新のアップデートPKGのURLを取得する
https://quicktimer.cocolog-nifty.com/icefloe/2024/06/post-3a0ba2.html

従来版Readerマニフェスト参照)
【従来版】Acrobat Readerの最新のアップデートPKGのURLを取得する
https://quicktimer.cocolog-nifty.com/icefloe/cat76054054/index.html

|

その他のカテゴリー

Accessibility Acrobat Acrobat 2020 Acrobat 2024 Acrobat AddOn Acrobat Annotation Acrobat AppleScript Acrobat ARMDC Acrobat AV2 Acrobat BookMark Acrobat Classic Acrobat DC Acrobat Dialog Acrobat Distiller Acrobat Form Acrobat GentechAI Acrobat JS Acrobat JS Word Search Acrobat Maintenance Acrobat Manifest Acrobat Menu Acrobat Merge Acrobat Open Acrobat PDFPage Acrobat Plugin Acrobat Preferences Acrobat Preflight Acrobat Print Acrobat Python Acrobat Reader Acrobat Reader Localized Acrobat Reference Acrobat Registered Products Acrobat SCA Acrobat SCA Updater Acrobat Sequ Acrobat Sign Acrobat Stamps Acrobat URL List Mac Acrobat URL List Windows Acrobat Watermark Acrobat Windows Acrobat Windows Reader Admin Admin Account Admin Apachectl Admin ConfigCode Admin configCode Admin Device Management Admin LaunchServices Admin Locationd Admin loginitem Admin Maintenance Admin Mobileconfig Admin NetWork Admin Permission Admin Pkg Admin Power Management Admin Printer Admin Printer Basic Admin Printer Custompapers Admin SetUp Admin SMB Admin softwareupdate Admin Support Admin System Information Admin TCC Admin Tools Admin Umask Admin Users Admin Volumes Admin XProtect Adobe Adobe AUSST Adobe Bridge Adobe Documents Adobe FDKO Adobe Fonts Adobe Reference Adobe RemoteUpdateManager Adobe Sap Code AppKit Apple AppleScript AppleScript Duplicate AppleScript entire contents AppleScript List AppleScript ObjC AppleScript Osax AppleScript PDF AppleScript Pictures AppleScript record AppleScript Video Applications AppStore Archive Archive Keka Attributes Automator BackUp Barcode Barcode Decode Barcode QR Bash Basic Basic Path Bluetooth BOX Browser Calendar CD/DVD Choose Chrome Chromedriver CIImage CityCode CloudStorage Color Color NSColor Color NSColorList com.apple.LaunchServices.OpenWith Console Contacts CotEditor CURL current application Date&Time delimiters Desktop Desktop Position Device Diff Disk do shell script Dock Dock Launchpad DropBox Droplet eMail Encode % Encode Decode Encode HTML Entity Encode UTF8 Error EXIFData exiftool ffmpeg File File Name Finder Finder Window Firefox Folder FolderAction Font List FontCollections Fonts Fonts Asset_Font Fonts ATS Fonts Emoji Fonts Maintenance Fonts Morisawa Fonts Python Fonts Variable Foxit GIF github Guide HTML Icon Icon Assets.car Illustrator Image Events ImageOptim Input Dictionary iPhone iWork Javascript Jedit Ω Json Label Language Link locationd lsappinfo m3u8 Mail Map Math Media Media AVAsset Media AVconvert Media AVFoundation Media AVURLAsset Media Movie Media Music Memo Messages Microsoft Microsoft Edge Microsoft Excel Microsoft Fonts Microsoft Office Microsoft Office Link Microsoft OneDrive Microsoft Teams Mouse Music Node Notes NSArray NSArray Sort NSAttributedString NSBezierPath NSBitmapImageRep NSBundle NSCFBoolean NSCharacterSet NSData NSDecimalNumber NSDictionary NSError NSEvent NSFileAttributes NSFileManager NSFileManager enumeratorAtURL NSFont NSFontManager NSGraphicsContext NSGraphicsContext Crop NSImage NSIndex NSKeyedArchiver NSKeyedUnarchiver NSLocale NSMetadataItem NSMutableArray NSMutableDictionary NSMutableString NSNotFound NSNumber NSOpenPanel NSPasteboard NSpoint NSPredicate NSRange NSRect NSRegularExpression NSRunningApplication NSScreen NSSet NSSize NSString NSString stringByApplyingTransform NSStringCompareOptions NSTask NSTimeZone NSUbiquitous NSURL NSURL File NSURLBookmark NSURLComponents NSURLResourceKey NSURLSession NSUserDefaults NSUUID NSView NSWorkspace Numbers OAuth PDF PDF Image2PDF PDF MakePDF PDF nUP PDF Pymupdf PDF Pypdf PDFContext PDFDisplayBox PDFImageRep PDFKit PDFKit Annotation PDFKit AnnotationWidget PDFKit DocumentPermissions PDFKit OCR PDFKit Outline PDFKit Start PDFPage PDFPage Rotation PDFView perl Photoshop PlistBuddy pluginkit plutil postalcode PostScript PowerShell prefPane Preview Python Python eyed3 Python pip QuickLook QuickTime ReadMe Regular Expression Reminders ReName Repeat RTF Safari SaveFile ScreenCapture ScreenSaver Script Editor Script Menu SF Symbols character id SF Symbols Entity Shortcuts Shortcuts Events sips Skype Slack Sound Spotlight sqlite StandardAdditions StationSearch Subtitles LRC Subtitles SRT Subtitles VTT Swift swiftDialog System Events System Settings TemporaryItems Terminal Text Text CSV Text MD Text TSV TextEdit Tools Translate Trash Twitter Typography UI Unit Conversion UTType valueForKeyPath Video VisionKit Visual Studio Code VMware Fusion Wacom Weather webarchive webp Wifi Windows XML XML EPUB XML HTML XML LSSharedFileList XML LSSharedFileList sfl2 XML LSSharedFileList sfl3 XML objectsForXQuery XML OPML XML Plist XML Plist System Events XML RSS XML savedSearch XML SVG XML TTML XML webloc XML xmllint XML XMP YouTube Zero Padding zoom