Search found 1 match

Go to advanced search

by jobshopr
Mon Jul 07, 2025 6:22 pm
Forum: Silent Install Command Line
Topic: DYMO Connect Silent Install and Uninstall Parameters
Replies: 2
Views: 40544
 
Jump to post

Re: DYMO Connect Silent Install and Uninstall Parameters

With the release of Dymo Connect 1.5.0.17, I had to add steps to stop the DYMOConnectPnPService Service and then kill the two processes before running the software update.

@echo off
SET ServiceName=DYMOConnectPnPService

REM Check if the service exists
sc query "%ServiceName%" >nul 2>&1
IF ...

Go to advanced search