Ducreyr
-
Modifié par Ducreyr le 20/03/2012 à 13:48
Ducreyr -
20 mars 2012 à 13:52
Bonjour,
J'ai besoin de déployer des applications Adobe. J'utilise SCCM pour le déploiement des packages. J'ai essayé de créer un MSI grâce à Adobe Application Manager Enterprise Edition, mais lors de son exécution, le processus reste bloqué, puis disparaît sans aucun message d'erreur. Alors j'ai décidé d'y aller avec la manière que je connaissais un peu.
J'ai donc créé mon Deployement.xml and install.override. Je l'ai ai mis à la racine du Setup.exe. Dans mon dossier, j'ai donc :
<?xml version="1.0" encoding="utf-8"?>
<Deployment>
<Properties>
<!--Note that the INSTALLDIR value is machine specific. The value below is a suggested default value but may need to be overriden.-->
<Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
<Property name="mediaSignature">{15FEDA5F-141C-4127-8D7E-B962D1742728}</Property>
<Property name="driverAdobeCode">{15FEDA5F-141C-4127-8D7E-B962D1742728}</Property><Property name="installLanguage">en_US</Property>
</Properties>
<Payloads>
<Payload adobeCode="{15FEDA5F-141C-4127-8D7E-B962D1742728}">
<Action>install</Action>
</Payload>
<Payload adobeCode="{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}">
<Action>install</Action>
</Payload>
</Payloads>
</Deployment>