Announcement

Collapse
No announcement yet.

Anyone use Acrobat Reader 6 in AMS project yet?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Anyone use Acrobat Reader 6 in AMS project yet?

    Just wondering if Acrobat Reader 6 can still be run off the CD. Guess I'll try it out...

  • #2
    Re: Anyone use Acrobat Reader 6 in AMS project yet?

    I still prefer version 3 for my own projects.
    It loads much much faster !!

    mario
    programming is very easy, just put the characters in the right order....

    Comment


    • #3
      Re: Anyone use Acrobat Reader 6 in AMS project yet?

      FWIW, I've decided not to upgrade to 6. It's unheralded as the weakest upgrade in the history of Acrobat. Very few changes of significance. I almost bought out of habit, but I caught myself just in time and read a review or two.
      Eric Darling
      eThree Media
      http://www.ethreemedia.com

      Comment


      • #4
        Re: Anyone use Acrobat Reader 6 in AMS project yet?

        As you have obviously done this before... If I have a copy of acrobat reader also burned onto the cd (along with my autoplay project), how do I tell my project to run the various pdf files I've included using the version of acrobat reader that is installed on the cd? Rather than finding some other pdf-reader on the end-user's system?

        I'd appreciate any assistance.
        Thanks,
        -Stephanie

        Comment


        • #5
          Re: Anyone use Acrobat Reader 6 in AMS project yet?

          Hopeful, Check out the message I sent....

          Here's the basics for anyone else:

          Create a File Execute command the launches Acrobat Reader (AcroRd32.EXE)

          WIthin that Fiel Execute Action setup a Command line argument that is the full path to your PDF file.

          Comment


          • #6
            Re: Anyone use Acrobat Reader 6 in AMS project yet?

            <IR_ACTIONS_LIST>
            <Action name="Open">
            <Type>7</Type>
            <Function>0</Function>
            <DTIndentLevel>0</DTIndentLevel>
            <Enabled>1</Enabled>
            <ErrorHandling>
            <UserNotificationMode>2</UserNotificationMode>
            <CustomErrorMessage/>
            <OnErrorAction>0</OnErrorAction>
            <JumpToLabel/>
            </ErrorHandling>
            <FileName>%SrcDir%\Acrobat\AcroRd32.exe</FileName>
            <Verb>"%SrcDir%\Your.pdf"</Verb>
            <WorkingDir/>
            <RunMode>0</RunMode>
            </Action>
            </IR_ACTIONS_LIST>

            Comment


            • #7
              Re: Anyone use Acrobat Reader 6 in AMS project yet?

              Thanks for the post Eric.....I wuz wondering about that myself....and, the whole hype about 6.0 pro and standard....crazy....

              Comment

              Working...
              X