Difference between revisions of "Adobe Creative Suite"
From WPKG | Open Source Software Deployment and Distribution
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="adobecs" name="Adobe Creative Suite" revision="1" priority="0" reboot="false"> | <package id="adobecs" name="Adobe Creative Suite" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Adobe Creative Suite" /> | <check type="uninstall" condition="exists" path="Adobe Creative Suite" /> | ||
Line 17: | Line 17: | ||
<upgrade cmd='' /> | <upgrade cmd='' /> | ||
</package> | </package> | ||
− | + | </source> | |
[[category:Silent Installers|Adobe Creative Suite]] | [[category:Silent Installers|Adobe Creative Suite]] |
Revision as of 13:03, 4 February 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>