<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    The "package" directory is just extracted from the installer, there
    is no need to change many things inside.<br>
    <br>
    Here is the procedure I use to create the package :<br>
    <br>
    - download and install Adobe Customization Wizard DC :
<a class="moz-txt-link-freetext" href="ftp://ftp.adobe.com/pub/adobe/acrobat/win/AcrobatDC/misc/CustWiz1502020039_en_US_DC.exe">ftp://ftp.adobe.com/pub/adobe/acrobat/win/AcrobatDC/misc/CustWiz1502020039_en_US_DC.exe</a><br>
    - download Adobe Reader DC installer, in your language, from here :
    <a class="moz-txt-link-freetext" href="https://get.adobe.com/fr/reader/enterprise/">https://get.adobe.com/fr/reader/enterprise/</a><br>
    I continue with the German installer but this is the same procedure
    with the Norwegian installer.<br>
    - extract the installer with this command :
    AcroRdrDC1801120063_de_DE.exe -nos_o"C:\package" -nos_ne<br>
    - launch Adobe Customization Wizard et open the file
    C:\package\AcroRead.msi<br>
    - define the parameters you want, for example :<br>
    -- Personalization Options :<br>
    --- check "Suppress display of End User License Agreement (EULA)<br>
    -- Installation Options :<br>
    --- check "Silently (no interface)"<br>
    --- check "Suppress reboot"<br>
    -- Shortcuts :<br>
    --- remove desktop shortcut (right clic /Remove on Desktop/Adobe <br>
    Reader DC)<br>
    -- Online Services and Features :<br>
    --- check"Disable product updates"<br>
    <br>
    - click on "Transform/Generate Transform..." (in the top menu) and
    save the .mst file in C:\package\AcroRead.mst<br>
    - in the file C:\package\Setup.ini, add this line in the [Product]
    section : <br>
    CmdLine=TRANSFORMS="AcroRead.mst"<br>
    - copy the C:\package directory inside the WAPT package<br>
    <br>
    Here is the setup.py I use :<br>
    <i># -*- coding: utf-8 -*-</i><i><br>
    </i><i>from setuphelpers import *</i><i><br>
    </i><i><br>
    </i><i>uninstallkey = ["{AC76BA86-7AD7-1036-7B44-AC0F074E4100}"]</i><i><br>
    </i><i><br>
    </i><i>def install():</i><i><br>
    </i><i>     for process in ('AcroRd32.exe','AdobeARM.exe'):</i><i><br>
    </i><i>         if isrunning(process):</i><i><br>
    </i><i>             print ("Fermeture de %s" % process)</i><i><br>
    </i><i>             killalltasks(process)</i><i><br>
    </i><i><br>
    </i><i>     run(r'package\setup.exe')</i><br>
    <br>
    And then you just have to build your package and upload it to your
    WAPT repository.<br>
    <br>
    When new versions of Adobe Reader will be released, you'll have to :<br>
    - edit the package<br>
    - change the version in the control file<br>
    - change the patch in the package directory :<br>
    -- replace AcroRdrDCUpd1801120063.msp by the newer version .msp file<br>
    - change the patch name in the Setup.ini file<br>
    -- replace "PATCH=AcroRdrDCUpd1801120063.msp" by
    "PATCH=AcroRdrDCUpdXXXXXXXXXX.msp" (replace the X by the version
    numbers of the new .msp file)<br>
    - build and upload package to your WAPT repository<br>
    <br>
    Regards,<br>
    Bastien<br>
    <br>
    <div class="moz-cite-prefix">Le 26/09/2018 à 19:10, Klaus Ade
      Johnstad a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:3d1c1a96-d24d-f228-777e-63ba369141d1@linuxavdelingen.no">
      <pre class="moz-quote-pre" wrap="">Den 14.03.2018 17:32, skrev Hubert TOUVET:

So, I've had a look at tis-adobereader 2018.11.20055-5, to figure out
how to use that as a template for German and Norwegian language
packages. Normally in most other wapt-packages it's just the
control-file,setup-file and a exe/msi that i need to understand. But,
this adobereader packages contains a huge package-directory with a lot
of "stuff", and i'm not sure where you got those ini/msp/msi/mst/cab/exe
files from. And exactly which files I need to replace in order to get a
different language. Do you have some short info on exactly what to
change, and where you actually got the files you put inside this package?


</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">You have to create your own packages using ours as a template.
Just replace adobe binaries in it.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">

</pre>
    </blockquote>
    <br>
  </body>
</html>