View Issue Details

IDProjectCategoryView StatusLast Update
0022212MMW 5Install/Configpublic2026-07-01 12:29
Reporterlowlander Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2027 
Target Version2027Fixed in Version2027 
Summary0022212: Update install fails with MediaMonkey Service running
DescriptionIf the MediaMonkey Service is running, the MediaMonkey installer throws a bunch of can't replace file errors.

The installer should stop the MediaMonkey Service, install MediaMonkey and restart the MediaMonkey Service
TagsNo tags attached.
Attached Files
image.png (15,408 bytes)   
image.png (15,408 bytes)   
image-2.png (17,424 bytes)   
image-2.png (17,424 bytes)   
Fixed in build3516

Activities

Ludek

2026-07-01 12:10

developer   ~0081559

Checking the installer (MediaMonkey-Main.iss) and the command to stop the service is there:
Exec( 'sc', 'stop MediaMonkeyService', '', 0, ewNoWait, res);

So it should work -- but maybe the service stop command takes some time while the files are still locked?

Ludek

2026-07-01 12:27

developer   ~0081560

Ahh, I see, the issue is that the service name is MediaMonkey5Service (not MediaMonkeyService)

Ludek

2026-07-01 12:29

developer   ~0081561

Fixed in 3516