Adobe Photoshop Elements 6.0

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Silent installer for Adobe Photoshop Elements 6.0

<?xml version="1.0" encoding="UTF-8"?>

<packages>

<package 
      id="photoshopelements6" 
      name="Photoshop Elements 6.0" 
      revision="0" 
      reboot="false" 
      priority="0">
 
  <check type="uninstall" condition="exists" path="Adobe Photoshop Elements 6.0" />
  
	<!-- *IMPORTANT* 'path' in this check type reads from the registry entry DisplayName variable, not the folder name! -->
 
  <install cmd='msiexec /i "%SOFTWARE%\Adobe\Photoshop Elements 6.0\Adobe Photoshop Elements 6.0 (en_us).msi" /qb-' />
 
  <remove cmd='msiexec /q /x{F54AC413-D2C6-4A24-B324-370C223C6250}' />

	<!-- Lifted from registry uninstall folder, UninstallString variable -->

</package>

</packages>