New Boundary Support Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Adobe programsExpand / Collapse
Author
Message
Posted 1/9/2004 4:39:00 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Advanced Members
Last Login: 1/21/2004 10:48:00 AM
Posts: 154, Visits: 1
Illustrator and Photoshop tend to be applications that "migrate" to users who are not actually licensed to use them. We use configuration groups to find out if they're installed. If the computer is licensed to have it, fine, otherwise we set up a task to remove it.

Here's the rulset syntax for Illustrator:
EXISTS <Registry Key> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Illustrator.exe"

Here's the ruleset syntax for Photoshop:
(EXISTS <Registry Key> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Photoshop.exe") OR (EXISTS <Registry Key> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Photoshp.exe")

Here's the ruleset syntax for Adobe 6.0 Professional:
EXISTS <Registry Key> "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-7760-000000000001}"

and for Adobe 5.0 (full program, not just the free Reader):
EXISTS <File> "c:\program files\adobe\acrobat 5.0\acrobat\acrobat.exe"

Post #52
Posted 5/25/2007 4:09:44 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/25/2007 5:05:56 PM
Posts: 1, Visits: 3
I found that often times if acrobat was previously installed that a newer version of acrobat would install in a different location.  Here are my rulesets for adobe acrobat 7.x and adobe reader 7.x using Prism 7.x to check two different locations that the install could be found under.

Note: you can substitute 7.* for the other Acrobat versions. The key here is MATCHES "7.*" so that it will search for all versions of Acrobat 7  Simply replace 7.* with 5.*, 6.*, and 8.* for the other rulesets you create.

(<File Version> "C:\Program Files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe" MATCHES "7.*") OR  (<File Version> "c:\Program Files\Adobe\Acrobat\Acrobat.exe" MATCHES "7.*")

(<File Version> "C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" MATCHES "7.*") OR  (<File Version> "c:\Program Files\Adobe\Acrobat\AcroRd32.exe" MATCHES "7.*")

Post #1501
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: New Boundary Support

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 10:21pm

Powered By InstantForum.NET v4.1.3 © 2008
Execution: 0.156. 12 queries. Compression Enabled.