Changes

Jump to: navigation, search

Photoshop

77 bytes added, 19:25, 12 March 2008
m
no edit summary
The uninstaller needs a similar operation with a <code>/r</code> switch.
<source lang="xml"> <package
id="photoshop801"
name="Photoshop CS 8.0.1"
<remove cmd="%SOFTWARE%\Photoshop\uninstall\photoshop-uninstall.bat" />
</package></source>
The <code>photoshop-uninstall.bat</code> will look like this (in one line):
<source lang="dos">
"%PROGRAMFILES%\InstallShield Installation Information\{EFB21DE7-8C19-4A88-BB28-A766E16493BC}\setup.exe" -s -f1"%SOFTWARE%\photoshop\Uninstall\photoshop-uninstall.iss" -f2"%TEMP%\photoshop-uninstall.log"
</source>
----
Here's another way if you have a differnet different installer:
<source lang="xml"><package id="photoshopcs2" name="Adobe Photoshop CS2" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Adobe Photoshop CS2" />
<install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0407-1E257A25E34D}" /v EPIC_REGS_TYPE /t REG_DWORD /d 0x00000004 /f' />
<install cmd='msiexec /l* c:\netinst\logs\photoshop.log /qn /i "%SOFTWARE%\photoshop-cs2\Adobe(R) Photoshop(R) CS2\Adobe Photoshop CS2.msi"' />
<remove cmd='msiexec /qn /l* c:\netinst\logs\UNphotoshop.log /x {236BB7C4-4419-42FD-1E257A25E34D}' />
</package> </source>
[[category:Silent Installers]]

Navigation menu