1
edit
Changes
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..."
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="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>
</source>
[[Category:Silent Installers]]
<source lang="xml">
<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>
</source>
[[Category:Silent Installers]]