Changes

Jump to: navigation, search

Adobe Creative Cloud

2,235 bytes added, 20:15, 11 May 2015
Lightroom: Lightroom 6
== Lightroom ==
Lightroom 6 is 64-bit only and probably works with <code>RemoteUpdateManager.exe</code> can't deploy , but Lightroom updates5, so they the last 32-bit release, uses exceptions and updates must be deployed manually.  The only option Adobe support gave me to silently remove Lightroom 6 requires the Creative Cloud Cleaner Tool. It requires <code>%SOFTWARE%\AdobeCC\lightroom6-cleanup.xml</code>, provided below. Check Adobe's [http://blogs.adobe.com/lightroomjournal/ Lightroom Journal blog] for news of new releases.
<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" />
<!-- Obsolete for Lightroom 6 --> <install cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG% 6432-bit.lnk"' architecture="x86" >
<exit code="any" />
</install>
<install cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Lightroom %PKG_EDITION_LONG% 32-bit.lnk"' > <exit codearchitecture="anyx86" /> </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>
<!-- Like other things that use ExceptionDeployer, Lightroom 6 won't
remove / upgrade Lightroom 5, so we remove it.
-->
<upgrade cmd='msiexec /qn /x {19bbd0f3-7a31-480d-8a23-19ae28035e9c}' architecture="x64" >
<exit code="0" />
<exit code="1605" />
</upgrade>
<upgrade cmd='msiexec /qn /x {bc86b82c-8c0e-4408-9ac1-6b0f2d636963}' architecture="x64" >
<exit code="0" />
<exit code="1605" />
</upgrade>
<upgrade cmd='msiexec /qn /uninstall "%SOFTWARE%\AdobeCC\lightroom_5_%PKG_ARCHITECTURE%\Build\lightroom_5_%PKG_ARCHITECTURE%.msi" /quiet REBOOT=ReallySuppress' architecture="x64" >
<exit code="any" /> <!-- rely on checks -->
</upgrade>
<upgrade include="install" />
<remove cmd='msiexec /qn /x {19bbd0f3-7a31-480d-8a23-19ae28035e9c}' architecture="x86" >
<exit code="any" />
</remove>
<remove cmd='msiexec /qn /x {bc86b82c-8c0e-4408-9ac1-6b0f2d636963}' architecture="x86" > <exit code="any" /> </remove>  <!-- Adobe support says there is no supported product code for removing Lightroom 6. They recommend Creative Cloud Cleaner Tool. They also seem to support uninstallation by referencing the original MSI. -->  <remove cmd='"%SOFTWARE%\AdobeCC\cleaner\AdobeCreativeCloudCleanerTool.exe" --cleanupXML="%SOFTWARE%\AdobeCC\lightroom6-cleanup.xml"' > <exit code="any" /> <!-- they couldn't give me info on any error codes other than 0 --> </remove>  <remove cmd='msiexec /qn /uninstall "%SOFTWARE%\AdobeCC\lightroom_cc_lightroom_%PKG_EDITION%_%PKG_ARCHITECTURE%\Build\lightroom_cc_lightroom_%PKG_EDITION%_%PKG_ARCHITECTURE%.msi" /quiet REBOOT=ReallySuppress' >
<exit code="any" /> <!-- rely on checks -->
</remove>
</package>
 
</source>
 
=== XML for Creative Cloud Cleaner ===
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Properties>
<Property name="eulaAccepted">1</Property>
</Properties>
<CreativeCloud>
<Product productName="Adobe Lightroom" version="6.0"/>
</CreativeCloud>
</Products>
</source>
91
edits

Navigation menu