Skip to main content
Known Participant
November 23, 2018
Answered

Is it possible to force an uninstall of older CC versions

  • November 23, 2018
  • 4 replies
  • 464 views

Hi,

I am package CC 2018 but we have several CC2015. I would like to force removing older version of CC when the installation is occurring. Is it possible to do so?

Thanks,

François

    This topic has been closed for replies.
    Correct answer alisterblack

    Hi,

    No we don't force uninstall as many don't want that behavior.

    You can build an uninstaller and run commands for that as documented here

    Then run the installer. It should be possible to script that.

    4 replies

    alisterblack
    Inspiring
    November 26, 2018

    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 photoshop_and_illustrator.msi /qn

    Or build an uninstall package using Creative Cloud Packager and run that first.

    Known Participant
    November 26, 2018

    Hi,

    In fact it is call by msiexec /x {GUID} /qn. And there is no way to force the new msi to uninstall the older msi as Acrobat Pro is doing?

    Thanks,

    alisterblack
    alisterblackCorrect answer
    Inspiring
    November 26, 2018

    Hi,

    No we don't force uninstall as many don't want that behavior.

    You can build an uninstaller and run commands for that as documented here

    Then run the installer. It should be possible to script that.