DYMO Connect Silent Install (How-To Guide)

DYMO Connect for Desktop software allows you to quickly create and print labels to your DYMO Label printer. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of DYMO Connect from the command line using both the EXE & MSI installers.

How to Install DYMO Connect Silently

DYMO Connect Silent Install (EXE)

  1. Navigate to: https://www.dymo.com/en_US/online-support
  2. Select the DYMO Connect for Desktop download
  3. Download the DCDSetupx.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: DCDSetupx.y.z.exe /S /v/qn
  7. Press Enter

After a few moments you should see the DYMO Connect Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:DYMO Connect
Vendor:DYMO
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:DCDSetupx.y.z.exe /S /v/qn
Silent Uninstall Switch:DCDSetupx.y.z.exe /S /x /v/qn
Download Link:https://www.dymo.com/en_US/online-support
PowerShell Script:https://silentinstallhq.com/dymo-connect-install-and-uninstall-powershell/

DYMO Connect Silent Install (MSI) on 32-bit Systems

  1. Navigate to: https://www.dymo.com/en_US/online-support
  2. Select the DYMO Connect for Desktop download
  3. Download the DCDSetupx.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:
    • DCDSetupx.y.z.exe /S /x /b"C:\Downloads\DYMO" /v"/qn"
  7. Press Enter
  8. Navigate to: https://aka.ms/highdpimfc2013x86enu
  9. Download the vcredist_x86.exe to a folder created at (C:\Downloads)
  10. Navigate to the C:\Downloads folder
  11. Enter the following command:
    • vcredist_x86.exe /install /quiet /norestart
  12. Press Enter
  13. Navigate to the C:\Downloads\DYMO folder
  14. Enter the following command:
    • MsiExec.exe /i "DYMO Connect.msi" /qn
  15. Press Enter

After a few moments you should see the DYMO Connect Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:DYMO Connect
Vendor:DYMO
Architecture:x86
Installer Type:MSI
Silent Install Switch (Step 1)vcredist_x86.exe /install /quiet /norestart
Silent Install Switch (Step 2)MsiExec.exe /i "DYMO Connect.msi" /qn
Silent Uninstall Switch:MsiExec.exe /x "DYMO Connect.msi" /qn
Download Link:https://www.dymo.com/en_US/online-support
PowerShell Script:https://silentinstallhq.com/dymo-connect-install-and-uninstall-powershell/

DYMO Connect Silent Install (MSI) on 64-bit Systems

  1. Navigate to: https://www.dymo.com/en_US/online-support
  2. Select the DYMO Connect for Desktop download
  3. Download the DCDSetupx.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:
    • DCDSetupx.y.z.exe /S /x /b"C:\Downloads\DYMO" /v"/qn"
  7. Press Enter
  8. Navigate to: https://aka.ms/highdpimfc2013x86enu
  9. Download the vcredist_x86.exe to a folder created at (C:\Downloads)
  10. Navigate to: https://aka.ms/highdpimfc2013x64enu
  11. Download the vcredist_x64.exe to a folder created at (C:\Downloads)
  12. Navigate to the C:\Downloads folder
  13. Enter the following command:
    • vcredist_x86.exe /install /quiet /norestart
  14. Press Enter
  15. Enter the following command:
    • vcredist_x64.exe /install /quiet /norestart
  16. Press Enter
  17. Navigate to the C:\Downloads\DYMO folder
  18. Enter the following command:
    • MsiExec.exe /i "DYMO Connect.msi" /qn
  19. Press Enter

After a few moments you should see the DYMO Connect Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:DYMO Connect
Vendor:DYMO
Architecture:x64
Installer Type:MSI
Silent Install Switch (Step 1)vcredist_x86.exe /install /quiet /norestart
Silent Install Switch (Step 2)vcredist_x64.exe /install /quiet /norestart
Silent Install Switch (Step 3)MsiExec.exe /i "DYMO Connect.msi" /qn
Silent Uninstall Switch:MsiExec.exe /x "DYMO Connect.msi" /qn
Download Link:https://www.dymo.com/en_US/online-support
PowerShell Script:https://silentinstallhq.com/dymo-connect-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 a DYMO Connect Installation Log File

The DYMO Connect installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.

DYMO Connect Silent Install (EXE) with Logging

DCDSetupx.y.z.exe /S /v"/qn /L*v %WINDIR%\Temp\DYMOConnect-Install.log"

DYMO Connect Silent Install (MSI) with Logging

MsiExec.exe /i "DYMO Connect.msi" /qn /L*v "%WINDIR%\Temp\DYMOConnect-Install.log"

Disable DYMO Connect Data Collection

DYMO Connect Silent Install (EXE) with Data Collection Disabled

DCDSetupx.y.z.exe /S /v"COLLECTDATA=0 /qn"

DYMO Connect Silent Install (MSI) with Data Collection Disabled

MsiExec.exe /i "DYMO Connect.msi" COLLECTDATA=0 /qn

How to Uninstall DYMO Connect Silently

Check out the DYMO Connect Install and Uninstall (PowerShell) post for a scripted solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

DYMO Connect Silent Uninstall (EXE)

DCDSetupx.y.z.exe /S /x /v/qn

DYMO Connect Silent Uninstall (MSI)

VersionDYMO Connect Silent Uninstall String
1.4.3MsiExec.exe /x {FF7123C2-7770-4E7C-8E61-CB73689FA2EA} /qn
1.4.2MsiExec.exe /x {FF7123C2-7770-4E7C-8E61-CB73689FA2EA} /qn
1.3.2.18MsiExec.exe /x {48E37281-7FBA-41D1-940F-A6FB79D7E320} /qn
1.3.2MsiExec.exe /x {48E37281-7FBA-41D1-940F-A6FB79D7E320} /qn
1.3.1MsiExec.exe /x {EC20F74E-4C66-495D-A6E0-E92CCF089CEF} /qn
1.2MsiExec.exe /x {F4DDFFC1-53E3-4343-A88B-0C7519AA5C45} /qn
1.1MsiExec.exe /x {D48B070A-0FFA-4D9F-AA8A-E9F5F507DA61} /qn
1.0.1MsiExec.exe /x {4823B148-B97B-4830-97E8-8068ACAB254E} /qn
1.0MsiExec.exe /x {4823B148-B97B-4830-97E8-8068ACAB254E} /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