Adobe Dynamic Media Classic Silent Install (How-To Guide)

Adobe Dynamic Media Classic serves interactive viewing experiences, including zoom, 360-degree spin, and video. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of the Adobe Dynamic Media Classic from the command line using both the EXE & MSI installers.

How to Install the Adobe Dynamic Media Classic Silently

Adobe Dynamic Media Classic Silent Install (EXE)

  1. Navigate to: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/intro/dynamic-media-classic-desktop-app.html?lang=en#previous-version-fixes-desktop-app
  2. Select the Windows (.EXE) – Download link
  3. Download the adobe-dynamic-media-classic-x.y.z.exe to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command to record a response file:
    • adobe-dynamic-media-classic-x.y.z.exe /r /f1"C:\Downloads\Setup.iss"
  7. Click Next on the Welcome to the InstallShield Wizard for Adobe Dynamic Media Classic window
  8. Click Next on the Choose Destination Location window
  9. Click Install on the Ready to Install the Program window
  10. Click Finish on the Installation Wizard Complete window
  11. You will now find the response file (Setup.iss) in the “C:\Downloads” folder
  12. Uninstall Adobe Dynamic Media Classic from the Control Panel
  13. Enter the following command to install Adobe Dynamic Media Classic:
    • adobe-dynamic-media-classic-x.y.z.exe /s /f1".\Setup.iss"
  14. Press Enter

After a few moments you will find Adobe Dynamic Media Classic entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Adobe Dynamic Media Classic
Vendor:Adobe
Architecture:x86
Installer Type:EXE
Silent Install Switch:adobe-dynamic-media-classic-x.y.z.exe /s /f1".\Setup.iss"
Silent Uninstall Switch:adobe-dynamic-media-classic-x.y.z.exe /s /f1".\uninstall.iss"
Download Link:https://experienceleague.adobe.com/docs/dynamic-media-classic/using/intro/dynamic-media-classic-desktop-app.html?lang=en#previous-version-fixes-desktop-app
PowerShell Script:https://silentinstallhq.com/adobe-dynamic-media-classic-install-and-uninstall-powershell/

Adobe Dynamic Media Classic Silent Install (MSI)

  1. Navigate to: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/intro/dynamic-media-classic-desktop-app.html?lang=en#previous-version-fixes-desktop-app
  2. Select the Windows (.EXE) – Download link
  3. Download the adobe-dynamic-media-classic-x.y.z.exe to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command to extract the MSI:
    • adobe-dynamic-media-classic-x.y.z.exe /S /x /b"C:\Downloads\AdobeDynamicMedia" /v"/qn"
  7. Navigate to the C:\Downloads\AdobeDynamicMedia folder
  8. Enter the following command: MsiExec.exe /i "Adobe Dynamic Media Classic.msi" /qn
  9. Press Enter

After a few moments you will find Adobe Dynamic Media Classic entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Adobe Dynamic Media Classic
Vendor:Adobe
Architecture:x86
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i "Adobe Dynamic Media Classic.msi" /qn
Silent Uninstall Switch:MsiExec.exe /x "Adobe Dynamic Media Classic.msi" /qn
Repair Command:MsiExec.exe /fa "Adobe Dynamic Media Classic.msi" /qn
Download Link:https://experienceleague.adobe.com/docs/dynamic-media-classic/using/intro/dynamic-media-classic-desktop-app.html?lang=en#previous-version-fixes-desktop-app
PowerShell Script:https://silentinstallhq.com/adobe-dynamic-media-classic-install-and-uninstall-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create an Adobe Dynamic Media Classic Installation Log File

The Adobe Dynamic Media Classic installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a log file with details about the installation.

Adobe Dynamic Media Classic Silent Install with Logging (EXE)

adobe-dynamic-media-classic-x.y.z.exe /s /f1".\Setup.iss" /f2"C:\Windows\Temp\AdobeDynamicMedia-Install.log"

Adobe Dynamic Media Classic Silent Install with Logging (MSI)

MsiExec.exe /i "Adobe Dynamic Media Classic.msi" /qn /L*v "%WINDIR%\Temp\AdobeDynamicMedia-Install.log"

How to Uninstall Adobe Dynamic Media Classic Silently

Check out the Adobe Dynamic Media Classic Install and Uninstall (PowerShell) post for a scripted solution.

Adobe Dynamic Media Classic Silent Uninstall (EXE)

  • Install Adobe Dynamic Media Classic
  • Enter the following command to record a response file:
    • adobe-dynamic-media-classic-x.y.z.exe /r /f1"C:\Downloads\uninstall.iss"
  • Select Remove & Click Next on the Modify, Repair, or Remove the Program window
  • Click Yes on the Do you want to completely remove the selected application and all of its features? prompt
  • Click Finish on the Uninstall Complete window
  • You will now find the response file (uninstall.iss) in the “C:\Downloads” folder
  • Enter the one of the following commands:

Adobe Dynamic Media Classic (20.21.2) Silent Uninstall (EXE) on 32-bit System

"%ProgramFiles%\InstallShield Installation Information\{BF6D3096-7948-4D39-B378-6857298446E5}\setup.exe" /s /f1".\uninstall.iss"

Adobe Dynamic Media Classic (20.21.2) Silent Uninstall (EXE) on 64-bit System

"%ProgramFiles(x86)%\InstallShield Installation Information\{BF6D3096-7948-4D39-B378-6857298446E5}\setup.exe" /s /f1".\uninstall.iss"

Adobe Dynamic Media Classic (20.21.1) Silent Uninstall (EXE) on 32-bit System

"%ProgramFiles%\InstallShield Installation Information\{BF6D3096-7948-4D39-B378-6857298446E5}\setup.exe" /s /f1".\uninstall.iss"

Adobe Dynamic Media Classic (20.21.1) Silent Uninstall (EXE) on 64-bit System

"%ProgramFiles(x86)%\InstallShield Installation Information\{BF6D3096-7948-4D39-B378-6857298446E5}\setup.exe" /s /f1".\uninstall.iss"

Adobe Dynamic Media Classic (20.20.2) Silent Uninstall (EXE) on 32-bit System

"%ProgramFiles%\InstallShield Installation Information\{749DD4EC-369F-4B9E-8E5B-454DCB2DDB8B}\setup.exe" /s /f1".\uninstall.iss"

Adobe Dynamic Media Classic (20.20.2) Silent Uninstall (EXE) on 64-bit System

"%ProgramFiles(x86)%\InstallShield Installation Information\{749DD4EC-369F-4B9E-8E5B-454DCB2DDB8B}\setup.exe" /s /f1".\uninstall.iss"

Adobe Dynamic Media Classic Silent Uninstall (MSI)

  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Enter one of the following commands:
VersionAdobe Dynamic Media Classic Silent Uninstall String
20.21.2MsiExec.exe /x {BF6D3096-7948-4D39-B378-6857298446E5} /qn
20.21.1MsiExec.exe /x {BF6D3096-7948-4D39-B378-6857298446E5} /qn
20.20.2MsiExec.exe /x {749DD4EC-369F-4B9E-8E5B-454DCB2DDB8B} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts