Changes
Created page with "Gleaned from Adobe KB: [Silent install instructions for Photoshop Elements 8 (AOO volume license version on Windows)[http://kb2.adobe.com/cps/526/cpsid_52623.html]] 1. Create ap..."
Gleaned from Adobe KB: [Silent install instructions for Photoshop Elements 8 (AOO volume license version on Windows)[http://kb2.adobe.com/cps/526/cpsid_52623.html]]
1. Create application.xml.override 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.
<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 "%SOFTWARE%\AdobePhotoshopElements\Adobe Photoshop Elements 8.0.msi" /qn' />
</package>
1. Create application.xml.override 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.
<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 "%SOFTWARE%\AdobePhotoshopElements\Adobe Photoshop Elements 8.0.msi" /qn' />
</package>