Difference between revisions of "Adobe Illustrator"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 1: Line 1:
 
This is a silent installer and deinstaller for Adobe Illustrator.
 
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">
 
  <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" />
 
  <!-- unsure about this -->
 
  <!-- unsure about this -->
  <install cmd='\\spd\wpkg\tools\autoit3.exe \\spd\wpkg\scripts\illustrator.au3' />
+
  <install cmd='%SOFTWARE%\tools\autoit3.exe %SOFTWARE%scripts\illustrator.au3' />
  <remove cmd=' /d "\\server\share\adobe\illustrator\Adobe Illustrator 10.0.3" .\Setup.exe /s /f1"\\apps\spd\adobe\illustrator\Adobe Illustrator 10.0.3\unillust.iss" /f2c:\netinst\logs\unillustrator.log' />
+
  <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} -->
 
  <!-- msiexec /qn /l* c:\netinst\logs\illustrator.log /x{412033BC-44CF-48D9-B813-4B835101F4D3} -->
<upgrade cmd='' />
 
 
  </package>
 
  </package>
  
 
[[category:Silent Installers|Adobe Illustrator]]
 
[[category:Silent Installers|Adobe Illustrator]]

Revision as of 13:31, 27 September 2006

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" />
<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' />
</package>