Just wondering if Acrobat Reader 6 can still be run off the CD. Guess I'll try it out...
Announcement
Collapse
No announcement yet.
Anyone use Acrobat Reader 6 in AMS project yet?
Collapse
X
-
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
-
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
-
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
Comment