• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Tuto SNAPIN with Adobe Reader X (last version)

Scheduled Pinned Locked Moved
Tutorials
6
7
6.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    alpa
    last edited by Sep 8, 2012, 6:17 PM

    Hello all i need tutorial, how to create snapin Adobe Reader with full automatised install or bye script batch.

    Thank.

    1 Reply Last reply Reply Quote 0
    • F
      floryn
      last edited by Sep 9, 2012, 6:57 AM

      Hi, maybe this help: for unattended install of Acrobat reader I use in batch file:
      AdbeRdr1014_en_US.exe /msi EULA_ACCEPT=YES /qn
      with file downloaded from [url]http://www.filehippo.com/download_adobe_reader/[/url]

      I didn’t use snapin for this, maybe in the future…

      PS:
      look here a full tutorial for sanpin creation:
      [url]http://fogproject.org/forum/threads/how-to-make-a-simple-snapin-start-to-finish.304/[/url]

      1 Reply Last reply Reply Quote 0
      • L
        Lee Rowlett Developer
        last edited by Sep 9, 2012, 5:29 PM

        or you could use the Adobe customization tool, it creates a .mst file within the setup folder, needing no switches

        1 Reply Last reply Reply Quote 0
        • A
          astrouga
          last edited by Sep 11, 2012, 12:39 PM

          My snapin method probably needs polishing. I have a samba share on my FOG server that I use to store all of the installers. All of my snapins are vbscripts that are 90% the same code. Really all I do is map a drive to the samba share on the server, copy the installer, run the installer, write to a log file, and disconnect the mapped drive. The vbscript is a little lengthy because of the logging, but it always works for me.

          Regarding Adobe, I’d just apply for a distribution license from Adobe so you can get access to their versions of shockwave, flash and reader for distribution. The provide several versions of each, one is an msi file. I’ve never been turned down. I think it lasts for a year.

          [url]http://www.adobe.com/products/reader/distribution.html[/url]

          Lee, can you give some more info on the custumization tool? Not sure where to find it.

          –astrouga

          1 Reply Last reply Reply Quote 0
          • L
            Lee Rowlett Developer
            last edited by Sep 11, 2012, 5:11 PM

            [url]http://www.adobe.com/support/downloads/detail.jsp?ftpID=4950[/url]

            You can get the tool from there and its pretty descriptive on tye page too, very easy to use, you just need to extract the setup files from the .exe. Easiest way to do tht is run the installer n once its loaded jdt grab the files from app data/temp cnt remember off the top of my head

            1 Reply Last reply Reply Quote 0
            • M
              Matt Harding
              last edited by Oct 5, 2012, 12:42 PM

              Check Andyroo54’s tutorial here: [url]http://fogproject.org/forum/threads/how-to-make-a-simple-snapin-start-to-finish.304/[/url]

              The example snapin is Adobe Reader X

              Where his example scripts call for “REGEDIT /S” though, I would recommend instead using “REG IMPORT” but maybe that’s just me. “REGEDIT /S” just didn’t work for me so I used REG instead.

              1 Reply Last reply Reply Quote 0
              • A
                andyroo54 Moderator
                last edited by Oct 5, 2012, 11:27 PM

                [quote=“Matt Harding, post: 8998, member: 1207”]Check Andyroo54’s tutorial here: [url]http://fogproject.org/forum/threads/how-to-make-a-simple-snapin-start-to-finish.304/[/url]

                The example snapin is Adobe Reader X

                Where his example scripts call for “REGEDIT /S” though, I would recommend instead using “REG IMPORT” but maybe that’s just me. “REGEDIT /S” just didn’t work for me so I used REG instead.[/quote]

                Yeah I need to fix that, don’t use regedit /s, it doesn’t work 🙂

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post

                193

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project