Adobe Photoshop Elements 8.0

Adobe Photosop Elements 8.0

Gleaned from Adobe KB: [Silent install instructions for Photoshop Elements 8 (AOO volume license version on Windows)[1]]

1. Copy the Photoshop Elements directory from your install media to %SOFTWARE%

2. Create application.xml.override in that directory with the following data:

	<?xml version="1.0" encoding="utf-8"?>
<Configuration><Payload><Data key="EULADelay">0</Data><Data key="Registration">Suppress</Data><Data key="Updates">Suppress</Data></Payload></Configuration>

2. Modify setup.ini and change the following lines:

DISABLEEMSFEATURES=1
DISABLEOLSFEATURES=1

3. Create the wpkg package config (1033 is English, adobeair is the Adobe AIR package):

	
<package    id='photoshopelements' 
                name='Adobe Photoshop Elements' 
                revision='1'
                priority='0' 
                reboot='false' >

        <depends package-id="adobeair" />

        <check type='uninstall' condition='exists' path='Adobe Photoshop Elements 8.0' />

        <install cmd='"%SOFTWARE%\AdobePhotoshopElements\setup.exe" /UL1033 /V"SERIALNUMBER=YOUR-KEY-HERE" ' />

        <upgrade include='install' />

        <remove cmd='msiexec /x "{17DFE37C-064E-4834-AD8F-A4B2B4DF68F8}" /qn' />

    </package>