Difference between revisions of "Adobe Indesign"
From WPKG | Open Source Software Deployment and Distribution
(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...") |
(No difference)
|
Revision as of 19:55, 3 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>