Difference between revisions of "Adobe Photoshop Elements 6.0"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: Silent installer for Adobe Photoshop Elements 6.0 <?xml version="1.0" encoding="UTF-8"?> <packages> <package id="photoshopelements6" name="Photoshop Elements 6.0" ...)
 
Line 1: Line 1:
 
Silent installer for Adobe Photoshop Elements 6.0
 
Silent installer for Adobe Photoshop Elements 6.0
  
 +
<source lang="xml">
  
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
Line 27: Line 28:
 
</packages>
 
</packages>
  
 
+
</source>
  
  

Revision as of 11:21, 1 December 2008

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\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>