Difference between revisions of "Adobe Illustrator"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 5: Line 5:
 
If someone has a complete installer (no AutoIt), please correct the below entry.  
 
If someone has a complete installer (no AutoIt), please correct the below entry.  
  
 
+
<source lang="xml">
 
  <package id="illustrator" name="Adobe Illustrator" revision="1" priority="0" reboot="false">
 
  <package id="illustrator" name="Adobe Illustrator" revision="1" priority="0" reboot="false">
 
  <check type="uninstall" condition="exists" path="Adobe Illustrator 10.0.3" />
 
  <check type="uninstall" condition="exists" path="Adobe Illustrator 10.0.3" />
Line 13: Line 13:
 
  <!-- msiexec /qn /l* c:\netinst\logs\illustrator.log /x{412033BC-44CF-48D9-B813-4B835101F4D3} -->
 
  <!-- msiexec /qn /l* c:\netinst\logs\illustrator.log /x{412033BC-44CF-48D9-B813-4B835101F4D3} -->
 
  </package>
 
  </package>
 +
</source>
  
 
[[category:Silent Installers|Adobe Illustrator]]
 
[[category:Silent Installers|Adobe Illustrator]]

Revision as of 13:03, 4 February 2008

This is a silent installer and deinstaller for Adobe Illustrator.

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

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

 <package id="illustrator" name="Adobe Illustrator" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="Adobe Illustrator 10.0.3" />
 <!-- unsure about this -->
 <install cmd='%SOFTWARE%\tools\autoit3.exe %SOFTWARE%scripts\illustrator.au3' />
 <remove cmd=' /d "%SOFTWARE%\adobe\illustrator\Adobe Illustrator 10.0.3" .\Setup.exe /s /f1"%SOFTWARE%\adobe\illustrator\Adobe Illustrator 10.0.3\unillust.iss" /f2c:\netinst\logs\unillustrator.log' />
 <!-- msiexec /qn /l* c:\netinst\logs\illustrator.log /x{412033BC-44CF-48D9-B813-4B835101F4D3} -->
 </package>