Topic: Adobe Acrobat XI  (Read 5543 times)

Adobe Acrobat XI
« on: July 17, 2013, 07:40:24 PM »

2aCD

  • Code Baker
  • Jr. Chef
  • **
  • Location: Dresden, Germany
  • Date Registered: May 2013
  • Posts: 80
The original Adobe PDF-Reader for Win7PE



Features:

  • included version 11.0.6
  • for x86 an x64 source
  • Internet Explorer ActiveX to read pdf-files direct in browser
  • supported IE versions: IE8 / IE10
  • supported languages: english, german, french, spanish and italian

Confirmed working with:

  • Win7PE_SE
  • Win8PE_SE


Download (v4):

                                 
The script is splitted in Gui and File part. Place both parts in the same Directory.

Now have fun
2aCD
« Last Edit: February 21, 2014, 03:12:25 PM by 2aCD »

Re: Adobe Acrobat XI
« Reply #1 on: January 13, 2014, 04:30:49 PM »

2aCD

  • Code Baker
  • Jr. Chef
  • **
  • Location: Dresden, Germany
  • Date Registered: May 2013
  • Posts: 80
Hi friends,

also an update for this script.
Included version now 11.0.5

Have fun  :wink:
2aCD

Re: Adobe Acrobat XI
« Reply #2 on: February 15, 2014, 05:37:06 PM »

oliverjia

  • Jr. Chef
  • **
  • Date Registered: Feb 2014
  • Posts: 92
Dear 2aCD, many thanks for the update! Yes it works in a charm in my Win8.1SE x64 build.
Your scripts are really wonderful stuff for us. Please keep up the good work.
Your contributions are highly appreciated.

Re: Adobe Acrobat XI
« Reply #3 on: February 15, 2014, 06:50:16 PM »

2aCD

  • Code Baker
  • Jr. Chef
  • **
  • Location: Dresden, Germany
  • Date Registered: May 2013
  • Posts: 80
Hi oliverjia,
great to hear, that all scripts work for you.  :grin:
Best regards
2aCD

Re: Adobe Acrobat XI
« Reply #4 on: February 21, 2014, 08:11:23 AM »

oliverjia

  • Jr. Chef
  • **
  • Date Registered: Feb 2014
  • Posts: 92
Dear 2aCD,

    Adobe reader 11.06 has bee released. Would you consider update your script to the latest Adobe reader?

Regards,
oliverjia

Re: Adobe Acrobat XI
« Reply #5 on: February 21, 2014, 03:14:29 PM »

2aCD

  • Code Baker
  • Jr. Chef
  • **
  • Location: Dresden, Germany
  • Date Registered: May 2013
  • Posts: 80
Hi oliverjia,

I have update the script.
Adobe Reader 11.06 is now included

Best regards
2aCD

Re: Adobe Acrobat XI
« Reply #6 on: February 21, 2014, 05:52:27 PM »

oliverjia

  • Jr. Chef
  • **
  • Date Registered: Feb 2014
  • Posts: 92
Dear 2aCD,

    Really appreciate your prompt update! Will test it tonight when I get home.

Thanks so much and have a wonderful weekend,

Best Regards,
oliverjia

Re: Adobe Acrobat XI
« Reply #7 on: August 17, 2019, 04:54:18 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Hi guys
I want the files to be copy into a folder program files (X86)
its not in a folder programs in root

Best Regards
« Last Edit: August 17, 2019, 05:08:13 PM by Jon_2030 »

Re: Adobe Acrobat XI
« Reply #8 on: August 19, 2019, 06:49:47 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Picture for illustration


Such a picture is desired


Re: Adobe Acrobat XI
« Reply #9 on: August 20, 2019, 12:46:41 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
the script does not have the option to Run From USB (Y:\Programs)

Re: Adobe Acrobat XI
« Reply #10 on: August 28, 2019, 03:37:26 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Hi Guys
 
please Help me

Best Regards

Re: Adobe Acrobat XI
« Reply #11 on: August 28, 2019, 05:28:30 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Look at Line 77 - 82 of script

Re: Adobe Acrobat XI
« Reply #12 on: August 28, 2019, 05:50:37 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
you should have either
 X:\Program Files\AdobeReaderXI (Run From Ram)
OR
 Y:\Programs\AdobeReaderXI (Run From USB)

Plus an Adobe Common

\Program Files (x86)\Common Files\Adobe (on x64 Build)
OR
\Program Files\Common Files\Adobe (on x86 Build)

so what are you asking or wanting to do ??
Without someone having to totally re-write the script just for you

Re: Adobe Acrobat XI
« Reply #13 on: August 28, 2019, 06:16:59 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
these edits should get you - no matter the build arch

Run From USB
Code: [Select]
Y:\Programs\AdobeReaderXI
Y:\Programs\Common Files\Adobe

Run From Ram
Code: [Select]
X:\Program Files\AdobeReaderXI
X:\Program Files\Common Files\Adobe

Edit:
Fixed the Registry Settings Too
« Last Edit: August 28, 2019, 07:32:29 PM by James »

Re: Adobe Acrobat XI
« Reply #14 on: August 28, 2019, 07:47:32 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Thanks For your careful

But the file path was not modified
Even after modifying the script

Best Regards


Re: Adobe Acrobat XI
« Reply #15 on: August 28, 2019, 07:54:49 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
I edited script - Fixed Registry - Attached Revised Plugin...
To the post right above yours...
You Missed ??

Although, It is what it is..........
« Last Edit: August 28, 2019, 07:56:26 PM by James »

Re: Adobe Acrobat XI
« Reply #16 on: August 28, 2019, 09:59:31 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Please try the script
And give a picture of the result
I might have a problem of some sort

Best Regards

Re: Adobe Acrobat XI
« Reply #17 on: August 31, 2019, 04:24:01 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Please try the script
And give a picture of the result

Best Regards

Re: Adobe Acrobat XI
« Reply #18 on: August 31, 2019, 08:39:20 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
these edits should get you - no matter the build arch

Run From USB
Code: [Select]
Y:\Programs\AdobeReaderXI
Y:\Programs\Common Files\Adobe

Run From Ram
Code: [Select]
X:\Program Files\AdobeReaderXI
X:\Program Files\Common Files\Adobe

Edit:
Fixed the Registry Settings Too

Please Test the Plugin and see for yourself
the results are what the results will be..

Re: Adobe Acrobat XI
« Reply #19 on: September 01, 2019, 03:33:00 PM »

Jon_2030

  • Chef
  • ***
  • Date Registered: Jun 2018
  • Posts: 123
Hi
I don't know how to edit my script
Can you help me modify the script
Best Regards

 

Powered by EzPortal