91
edits
Changes
information about CC Cleaner Tool & minor update to information on CCP
You need to grab a copy of the Adobe Creative Cloud Packager. It's currently available here: [http://helpx.adobe.com/creative-cloud/packager.html].
Install the CCP application, launch it and feed it the info it requires. This will include your serial number, installation media location, output folder and options on which 'features' you wish to suppress including auto-updates etc. Note that CCP will stay logged in to your Adobe account until you explicitly log out.
The application will create a folder in your specified location containing an MSI file and a couple of subfolders. You must copy all of these into your software deployment location.
</package>
</source>
= Special provisions required for silent removal =
Some Adobe products do not leave an easy-to-find package code or otherwise are difficult or problematic to silently remove. According to Adobe support, you'll need to use the [https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html#enterprise Creative Cloud Cleaner Tool] to perform a silent uninstall.
These package definitions assume that the Creative Cloud Cleaner Tool has been unzipped into <code>%SOFTWARE%\AdobeCC\cleaner</code>. For packages where CC Cleaner Tool is known to be needed, cleanup XML files are provided.
= Individual packages =
== Lightroom ==
<source lang="xml">
<package
id="lightroom_latest"
name="Adobe Lightroom %PKG_VERSION%CC 2014"
revision="%PKG_VERSION%-%PKG_INTERNAL_VERSION%"
priority="5"
reboot="false">
<variable name="PKG_INTERNAL_VERSION" value="1" architecture="x86" /> <variable name="PKG_EDITION" value="5" architecture="x86" /> <variable name="PKG_EDITION_LONG" value="5.7.1" architecture="x86" /> <variable name="PKG_VERSION" value="5.7.1" architecture="x86" /> <variable name="PKG_FILEVERSION" value="5.7.1.10" architecture="x86" /> <variable name="PKG_INTERNAL_VERSION" value="2" architecture="x64" /> <variable name="PKG_EDITION" value="cc" architecture="x64" /> <variable name="PKG_EDITION_LONG" value="6.0.1" architecture="x64" /> <variable name="PKG_VERSION" value="6.0.1" architecture="x64" /> <variable name="PKG_FILEVERSION" value="6.0.1.10" architecture="x64" />
<variable name="PKG_ARCHITECTURE" value="x64" architecture="x64" />
<variable name="PKG_ARCHITECTURE" value="w32" architecture="x86" />
<check type="uninstall" condition="versiongreaterorequal" path="Adobe Photoshop Lightroom %PKG_EDITION_LONG%.*" value="%PKG_VERSION%" architecture="x86"/> <check type="uninstall" condition="versiongreaterorequal" path="Adobe Lightroom" value="%PKG_VERSION%" architecture="x64"/>
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Adobe Photoshop Lightroom %PKG_EDITION_LONG%\Lightroom.exe" value="%PKG_FILEVERSION%" architecture="x86" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Adobe\Adobe Lightroom\Lightroom.exe" value="%PKG_FILEVERSION%" architecture="x64" />
<install cmd='msiexec /qn /i "%SOFTWARE%\AdobeCC\lightroom_%PKG_EDITION%_%PKG_ARCHITECTURE%\Build\lightroom_%PKG_EDITION%_%PKG_ARCHITECTURE%.msi" /quiet REBOOT=ReallySuppress' >
<exit code="3010" /> <!-- add reboot="postponed" to force a reboot -->
</install>
<install cmd='"%SOFTWARE%\AdobeCC\lightroom_%PKG_EDITION%_%PKG_ARCHITECTURE%\Exceptions\ExceptionDeployer.exe" --workflow=install --mode=post' architecture="x86" />
<exit code="any" />
</install>
<install cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG%32-bit.lnk"' architecture> <exit code="x86any" /> </install> <install cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG%.lnk"' >
<exit code="any" />
</install>
<downgrade cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG% 64-bit.lnk"' >
<exit code="any" />
</downgrade>
<downgrade cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG% 32-bit.lnk"' >
<exit code="any" />
</downgrade>
<downgrade cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG%.lnk"' >
<exit code="any" />
</downgrade>
<upgrade include="install" />
<remove cmd='msiexec /qn /x {19bbd0f3-7a31-480d-8a23-19ae28035e9c}' architecture="x86" >
<exit code="any" />
</remove>
<exit code="any" /> <!-- rely on checks -->
</remove>
</package>
</source>