Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is there an easy way to update from CC 2014 to CC 2015 without having to remove components of CC 2014 individually before updating?

New Here ,
Feb 18, 2016 Feb 18, 2016

Currently have CC 2014 Enterprise loaded on University PCs. Users are requesting updated to CC 2015. We are currently having to remove CC 2014 components individually before the PCs can be update to CC 2015. There has got to be an easier way.

309
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 19, 2016 Feb 19, 2016

The packages which are installed from the "Build" subdirectory should be uninstalled using the same package, namely by running the msiexec command with the /uninstall switch, e.g.

start /wait msiexec /uninstall packagename.msi /qn


To uninstall a CCP package on OS X from the command line or a script, use the uninstaller PKG file, for example:

sudo installer -pkg Muse_Uninstall.pkg -target /


Translate
Adobe Employee ,
Feb 19, 2016 Feb 19, 2016
LATEST

The packages which are installed from the "Build" subdirectory should be uninstalled using the same package, namely by running the msiexec command with the /uninstall switch, e.g.

start /wait msiexec /uninstall packagename.msi /qn


To uninstall a CCP package on OS X from the command line or a script, use the uninstaller PKG file, for example:

sudo installer -pkg Muse_Uninstall.pkg -target /


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines