Difference between revisions of "Adobe Photoshop Elements 8.0"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
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]]
+
<nowiki>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:
 
1. Create application.xml.override with the following data:
Line 29: Line 29:
  
 
     </package>
 
     </package>
 +
</nowiki>

Revision as of 03:07, 13 December 2012

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>