Difference between revisions of "Adobe Creative Suite"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 18: Line 18:
 
  </package>  
 
  </package>  
 
</source>
 
</source>
[[category:Silent Installers|Adobe Creative Suite]]
+
[[category:Silent Installers]]
 +
[[Category:Adobe software]]

Revision as of 14:16, 9 July 2008

This is a silent installer and uninstaller for Adobe Creative Suite.

It needs, AutoIt, so you need a response file.

If someone has a complete installer (no AutoIt), please correct the below entry.

 <package id="adobecs" name="Adobe Creative Suite" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="Adobe Creative Suite" />
 <!-- unsure about this -->
 <install cmd='%SOFTWARE%\tools\autoit %SOFTWARE%\scripts\adobecs.aut' />
 <remove cmd="msiexec /qn /l* c:\netinst\logs\creativesuite.log /x{D52ECEBC-9B20-41A5-81C4-A62DE2367419}" />
 <remove cmd="msiexec /qn /l* c:\netinst\logs\creativesuite.log /x{01958032-9877-4118-B87F-9EFA74B3F15F}" />
 <remove cmd="msiexec /qn /l* c:\netinst\logs\creativesuite.log /x{416DFEDD-9F1B-4EFC-AF70-FCA891AE0251}" />
 <remove cmd="msiexec /qn /l* c:\netinst\logs\creativesuite.log /x{91A4AD99-69CE-4745-97B7-0E0DFBECFDE5}" />
 <remove cmd="msiexec /qn /l* c:\netinst\logs\creativesuite.log /x{D3E4251D-8364-4698-B0E0-A7C799384403}" />
 <upgrade cmd='' />
 </package>