Changes

Jump to: navigation, search

Adobe Acrobat Professional 6

1,304 bytes added, 10:31, 25 March 2010
Created page with 'This is a silent installer for Adobe Acrobat 6.0 Professional. You have to edit the following values: * ISX_SERIALNUMBER * USERNAME * COMPANYNAME * {...ID...} in remove string m…'
This is a silent installer for Adobe Acrobat 6.0 Professional.

You have to edit the following values:
* ISX_SERIALNUMBER
* USERNAME
* COMPANYNAME
* {...ID...} in remove string may be different for your version


<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>

<package id='adobe-acrobat-6'
name='Adobe Acrobat 6.0 Professional'
revision='1'
priority='10'>

<check type='uninstall' condition='exists' path='Adobe Acrobat 6.0 Professional - English, Français, Deutsch' />

<install cmd='msiexec /qn /i "\\branchdc\unattended\packages\Adobe Acrobat 6.0\AcroPro.msi" TRANSFORMS="\\branchdc\unattended\packages\Adobe Acrobat 6.0\AcroPro.mst" ISX_SERIALNUMBER=AAAA-BBBB-CCCC-DDDD-EEEE-FFFF USERNAME="Your-username" COMPANYNAME="Your-company"' />

<upgrade cmd='msiexec /qn /i "\\branchdc\unattended\packages\Adobe Acrobat 6.0\AcroPro.msi" TRANSFORMS="\\branchdc\unattended\packages\Adobe Acrobat 6.0\AcroPro.mst" ISX_SERIALNUMBER=AAAA-CCCC-CCCC-DDDD-EEEE-FFFF USERNAME="Contact" COMPANYNAME="Contact"' />

<remove cmd='MsiExec.exe /qn /x{AC76BA86-1033-F400-7760-000000000001}' />

</package>

</packages>

</source>


References:
* http://support.adobe.com/devsup/devsup.nsf/docs/53495.htm

[[Category: Silent Installers]]
[[Category:Adobe software]]

Navigation menu