Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2005
    Posts
    15

    Upgrade Adobe Acrobat to 7.0

    Ok, I've searched through the forums and found different things about this but none seem to work. Maybe I'm doing them wrong.

    This is what I am trying to do. I am making and application update CD to deploy to 400+ machines. I want to upgrade everyone's adobe to 7. The probelem is, some people have 5.0 and some have 6.0. The uninstall process is different for each. What is my best solution?

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    I would suggest that you create a function for uninstalling version 5 and a function for uninstalling version 6. Then after doing your check if the version is >= 5 and < 6 then uninstall version 5 else if the version is >= 6 or < 7 then uninstall version 6. I don't know if there is a central way to unintsall both versions unless the installer for version 7 will do it for you.

    Tigg
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    How about just alerting the user they need the latest version (7.x at this time) and installing such. And then not deal with the uninstall of the others?

    That's how I do such on my computers and it seems to never have created a problem.

    Or, am I missing a critical point?
    Intrigued

  4. #4
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    The path of least resistance is always a good point to make. It's true that when the new 7.0 version gets installed, it should take command of the PDF file association. This will render the other versions basically useless, but nonetheless not harmful. So, good solution for programming in a hurry.

    Of course, Tigger's way is also good. That's the more complete solution, and something that users might appreciate - especially if they had the option to go through with the uninstall of previous versions or leave them alone. Nice to be flexible and what not.
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  5. #5
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Another consideration that must be taken into account (unless you know the Operating System, R.A.M count for each machine in a LAN for example) is that there are System Requirements that must be met before installing Acrobat Reader 7.x

    Quoted from one of Acrobat's Websites (http://www.adobe.co.uk/products/acro...eqs.html#70win):

    Adobe Reader 7.0 system requirements
    Windows

    * Intel® Pentium® processor
    * Microsoft® Windows 2000 with Service Pack 2, Windows XP Professional or Home Edition, or Windows XP Tablet PC Edition
    * 128MB of RAM
    * Up to 90MB of available hard-disk space
    * Microsoft Internet Explorer 5.5 or higher
    As you can see... the biggest sticking point (or that may be) is that Acrobat Reader 7 is not intended to be installed on Win9x or WinME!
    Intrigued

  6. #6
    Join Date
    May 2005
    Posts
    15
    All the requirements are met. The thing is, this is for a government agency and deploying it must be as simple as possible. The agency DOES not exepct users to do anything. The CD must do it all. So, I must somehow detect if they have 5 or 6 (PRO version, not reader), and then remove it. Then install 7 standard.

  7. #7
    Join Date
    May 2005
    Posts
    15
    Would I use an if else statement? If folder acrobat 5.0 exists then uninstall?

    I wasn't sure how to use if else in this manner.

  8. #8
    Join Date
    May 2005
    Posts
    15
    Quote Originally Posted by TJ_Tigger
    I would suggest that you create a function for uninstalling version 5 and a function for uninstalling version 6. Then after doing your check if the version is >= 5 and < 6 then uninstall version 5 else if the version is >= 6 or < 7 then uninstall version 6. I don't know if there is a central way to unintsall both versions unless the installer for version 7 will do it for you.

    Tigg

    I understand you logic. I can't seem to get a grasp on the else if functions in autoplay studio. can you give me an actual example.

    How would I verify version? i could check if a folder exists for 5.0 I guess. But then how do i incorporate those variables in the code?

Similar Threads

  1. New Features in Setup Factory 7.0
    By Ted Sullivan in forum Setup Factory 7.0
    Replies: 0
    Last Post: 08-12-2004, 12:13 PM
  2. Checking adobe acrobat
    By dailo in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 08-10-2004, 12:10 AM
  3. Acrobat Version Checking Script
    By eric_darling in forum AutoPlay Media Studio 4.0
    Replies: 20
    Last Post: 10-03-2003, 04:41 PM
  4. Opening an Adobe Acrobat PDF Document
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 01:30 PM
  5. Running Adobe Acrobat Reader Directly from the CD-ROM
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 09:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts