Difference between revisions of "Adobe Indesign"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with "You need a install.xml file which contains the serial and other options. <source lang="xml"> <package id="adbindesign" name="Adobe Indesign" revision="1" priority="0" reboot="tr...")
 
m
 
Line 10: Line 10:
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]
 +
[[Category:Adobe software]]

Latest revision as of 20:18, 5 September 2012

You need a install.xml file which contains the serial and other options.

<package id="adbindesign" name="Adobe Indesign" revision="1" priority="0" reboot="true">
 <check type="file" condition="exists" path="%ProgramFiles%\Adobe Indesign\Adobe InDesign CS4\InDesign.exe" />
 <install cmd='"%SOFTWARE%\Setup.exe" --mode=Silent --deploymentFile="%SOFTWARE%\deploy\install.xml"' />
 <remove cmd='"%CommonFilesDir%\Adobe\Installers\1710d324011afc3e7658e969025f4ba\Setup.exe" --uninstall=1' />
</package>