Copy link to clipboard
Copied
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.
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 /
Copy link to clipboard
Copied
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 /
Find more inspiration, events, and resources on the new Adobe Community
Explore Now