View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0022212 | MMW 5 | Install/Config | public | 2026-06-30 17:04 | 2026-07-01 12:29 |
| Reporter | lowlander | Assigned To | |||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2027 | ||||
| Target Version | 2027 | Fixed in Version | 2027 | ||
| Summary | 0022212: Update install fails with MediaMonkey Service running | ||||
| Description | If 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 | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Fixed in build | 3516 | ||||
|
|
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? |
|
|
Ahh, I see, the issue is that the service name is MediaMonkey5Service (not MediaMonkeyService) |
|
|
Fixed in 3516 |