Adobe Indesign
From WPKG | Open Source Software Deployment and Distribution
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>