Changes

Jump to: navigation, search

Photoshop

378 bytes removed, 21:16, 2 October 2006
m
no edit summary
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> <package<br> id="photoshop801"<br> name="Photoshop CS 8.0.1"<br> revision="1"<br> reboot="true"<br> priority="0"><br> <check type="uninstall" condition="exists" path="Adobe Photoshop CS" /><br><br> <install cmd="%PACKAGESSOFTWARE%\Photoshop\setup.exe -s -f2%TEMP%\photoshop.log"><br> <exit code="0" /><br> </install><br><br> <remove cmd="%PACKAGESSOFTWARE%\Photoshop\uninstall\photoshop-uninstall.bat" /><br><br> <upgrade cmd="" /><br><br> </package><br></blockquote>
The <code>photoshop-uninstall.bat</code> will look like this (in one line):
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> "%PROGRAMFILES%\InstallShield Installation Information\{EFB21DE7-8C19-4A88-BB28-A766E16493BC}\setup.exe" -s -f1"\\edu\dfs\Admin\non-msi%SOFTWARE%\photoshop\Uninstall\photoshop-uninstall.iss" -f2"%TEMP%\photoshop-uninstall.log"</blockquote>
<install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0407-1E257A25E34D}" /v EPIC_REGS_LANG /t REG_DWORD /d 0x00000002 /f' />
<install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0407-1E257A25E34D}" /v EPIC_REGS_COUNT /t REG_DWORD /d 0x00000000 /f' />
<install cmd='msiexec /l* c:\netinst\logs\photoshop.log /qn /i "\\server\share\adobe%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}' />
<upgrade cmd='' />
</package>
[[category:Silent Installers|Photoshop]]

Navigation menu