Changes

Jump to: navigation, search

Adobe Creative Cloud

340 bytes added, 21:52, 13 February 2015
Muse 2014.3, which no longer requires exceptions
This package does not depend on any other packages, but it's set to a lower priority than the other Adobe product packages so that it will run after they're installed in the hopes of getting everything installed and updated in a single run. However, sometimes it will take several runs for all updates to install correctly.
Note that Remote Update Manager does not update Acrobat or products like Lightroom and Muse that use <code>ExceptionsDeployer.exe</code>. To update programs that use exceptions, you need to re-run Creative Cloud Packager.
There is a [https://forums.adobe.com/message/6898298 defect in RemoteUpdateManager] which sometimes causes it to hang forever. '''If you use [[WPKG-GP]] or another solution that prevents user login while WPKG is running, users won't be able to log in until RemoteUpdateManager times out and WPKG kills it.''' If this might affect your site, '''set the timeout value to something reasonable''' or deploy new updates by re-running Creative Cloud Packager instead of with RemoteUpdateManager. The package as provided uses a three-hour timeout because normal update installation has been observed to take at least that long and the author's site is not configured to block user login. '''Do not set the timeout to 0.'''
== Muse ==
Until Muse 2014.3, <code>RemoteUpdateManager.exe</code> cancouldn't deploy Muse updates, so they must had to be be deployed manually. Check [http://helpx.adobe.com/muse/release-note/adobe-muse-release-notes.html the release notes] and Adobe's [http://blogs.adobe.com/muse/ Muse blog] for news of new releases.
<source lang="xml">
<variable name="PKG_EDITION" value="2014" architecture="x64" />
<variable name="PKG_EDITION" value="1.0" architecture="x86" />
<variable name="PKG_VERSION" value="2014.23.10.1176" architecture="x64" />
<variable name="PKG_VERSION" value="7.4.30" architecture="x86" />
<variable name="PKG_FILEVERSION" value="2014.23.10.101176" architecture="x64" />
<variable name="PKG_ARCHITECTURE" value="x64" architecture="x64" />
<variable name="PKG_ARCHITECTURE" value="w32" architecture="x86" />
<exit code="3010" /> <!-- add reboot="postponed" to force a reboot -->
</install>
 
<install cmd='"%SOFTWARE%\AdobeCC\muse_cc_%PKG_EDITION%_%PKG_ARCHITECTURE%\Exceptions\ExceptionDeployer.exe" --workflow=install --mode=post' />
<install cmd='%COMSPEC% /c del "%PUBLIC%\Desktop\Adobe Muse CC %PKG_EDITION%.lnk"' >
<exit code="any" />
</install>
 
<!-- Muse 2014.2 to 2014.3 upgrade will return 1603 and leave both
partially installed, so we remove 2014.2 first. You may need to verify
these package IDs -->
<upgrade cmd='msiexec /X{219fb7b1-8015-4a3b-a720-961c4bcf46c0} /qn' >
<exit code="0" />
<exit code="1605" />
</upgrade>
<upgrade cmd='msiexec /X{af6524cf-0ced-4b0b-91bf-5757f381e52b} /qn' >
<exit code="0" />
<exit code="1605" />
</upgrade>
 
<upgrade include="install" />
91
edits

Navigation menu