Adobe Illustrator

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

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>