/build/static/layout/Breadcrumb_cap_w.png

DYMO DYMO Label Software

Version: 8

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 34.2k  |  Created: 01/27/2015 by: peblos

Average Rating: 0
DYMO Label Software has 1 inventory records, 1 Questions, 0 Blogs and 2 links. Please help add to this by sharing more!

Deployment Tips (6)

Most Common Setup Type
Windows Installer (Delivered as an EXE)
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 5 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
3
Command Line
"DLS8Setup.8.x.exe" /S did not install silently for me. Running "DLS8Setup.8.x.exe" /? shows that /S only suppressed the initialization screen but does not pass the silent flag to the msi installer.

"DLS8Setup.8.x.exe" /s /v" /qn" produced a completely silent install that was successful.
Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: Very Easy
Platform(s):
3
Command Line
I'm installing and uninstalling with ConfigMgr 2012 R2

Install is simple enough:
"DLS8Setup.8.5.1.exe" /S

Uninstall was a bit more awkward to both remove and report as correctly uninstalled. I had to delay ConfigMgr from running the detection check as the uninstaller spawns a new process to remove itself that ConfigMgr has no knowledge of:

Create a text file, paste the following into it and save it as uninstall.bat or something similar. Make sure this file lives in the source directory
"C:\Program Files\DYMO\DYMO Label Software\Uninstall DYMO Label.exe" /S
cmd.exe /c start /wait "" ping 127.0.0.1 -n 30

Run uninstall.bat from ConfigMgr and deploy it to your clients. It worked well for me, hopefully you have the same results

Note: I probably didn't have to let the ping run for 30 seconds I just didn't lower the figure to see how quick I could make it. 30s worked fine for me.

Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: unspecified
Platform(s):
  • When i do the install it gives me a failled response even though it`s installed and working. have you had that problem ? - KevinViolette 9 years ago
  • nevermind....found my problem. Detection method was set to folder instead of file. All good now. - KevinViolette 9 years ago
2
Note

After installation of DLS8Setup.8.6.2.658.exe, you may want to disable the 'Check for Updates' or 'Registration Wizard' functions.

Helpfully the good people at Dymo provided me with a config file that just needs to be dropped in 'C:\Program Files (x86)\Dymo\DYMO Label Software' after installation is complete.

Copy the below into a text file and rename to DLS.exe.config, amend as required and copy it into the above folder.


<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <configSections>
        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="DYMO.DLS.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <applicationSettings>
        <DYMO.DLS.Properties.Settings>
            <setting name="OnlineNewsAllowed" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="DymoStampsAllowed" serializeAs="String">
                <value>true</value>
            </setting>
            <setting name="BuyLabelsAllowed" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="RssNewsAllowed" serializeAs="String">
                <value>false</value>
           </setting>
            <setting name="FirstRunWizardAllowed" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="RegistrationAllowed" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="DataTrackingAllowed" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="OnlineUserGuideAllowed" serializeAs="String">
                <value>true</value>
            </setting>
            <setting name="OnlineHelpAllowed" serializeAs="String">
                <value>true</value>
            </setting>
            <setting name="OnlineTechSupportAllowed" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="DYMOOnlineRootUrl" serializeAs="String">
                <value />
            </setting>
            <setting name="EnableAnimation" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="EnableSoftwareUpdate" serializeAs="String">
                <value>false</value>
            </setting>
            <setting name="SoftwareUpdateFolderUrl" serializeAs="String">
                <value />
            </setting>
            <setting name="ManualsFolderUrl" serializeAs="String">
                <value />
            </setting>
            <setting name="DisableAutomaticWebConnections" serializeAs="String">
                <value>False</value>
            </setting>
        </DYMO.DLS.Properties.Settings>
    </applicationSettings>
</configuration>

Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: Very Easy
Platform(s):
  • Thanks for sharing! - Dobby 2 years ago
1
Note

Managed to extract .msi from .exe for version 8.7.4 (if you want to skip installing ACE for Office & Bonjour)


  • run "DLS8Setup8.7.4.exe"
  • continue through install prompt until Licence Agreement
  • open %LOCALAPPDATA%\Temp\
  • sort contents by Date modified
  • scroll to folders - one of the top ones will contain a file named "DYMO Label.msi"
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Repackaged (to a setup.msi)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
  • Hi Trael, thanks for the tip. I managed to extract the MSI, edit it with Orca and remove Office add-ins for a silent install, however it's not installing .NET 3.5 when just trying to install via msi. Manually installing 3.5 doesn't resolve the issue. Any ideas? - eckgadmin 2 years ago
1
Virtualization

I have recently virtualised this (v8.5.3) with app-v v5, deploying into RDS.

First did the install, deselected the two app parts, left the install device drivers selected.

Then started sequencing and selected the app parts (you can not deselect the drivers). Sequenced OK.

The application launches fine (yes we did have to physically install the device drivers)
There are also Office Addins (Word, Excel and Outlook) only the Excel one is working. We are hoping that they don't actually use the Office add ins so I have not spent any more time on it, but may have to update this info when I do.

Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Virtual deployment (using application virtualization)
Deployment Difficulty: Average
Platform(s): Windows
1
Note
There seems to have been an issue with Dymo 8.5.1 not adding the Word 2016 add-in.  This has been corrected with Dymo 8.5.3.

I was able to push out the update with the command "DLS8Setup.8.5.1.exe" /S using PDQ Deploy.
Setup Information:
Setup Type: unspecified
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: Very Easy
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

DYMO Label Software

Version

8.5.1

Questions & Answers (1)

Questions & Answers related to DYMO DYMO Label Software

4
ANSWERS

Blogs (0)

Blog posts related to DYMO DYMO Label Software

Reviews (0)

Reviews related to DYMO DYMO Label Software

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ