View Issue Details

IDProjectCategoryView StatusLast Update
0006199MMW v4Framework: Scripts/Extensionspublic2010-06-04 16:06
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.2 
Target Version3.2.1Fixed in Version3.2.1 
Summary0006199: Script installation can fail due to lack of an onlyifdoesntexist installation flag
DescriptionAs discussed with Jiri and Bex, Inno Setup has a
onlyifdoesntexist
flag that can be specified while copying files during installation.
MediaMonkey scripting framework is missing this flag and thus whole installation (of a script) fails whenever the file copy process fails.

This should be resolved by adding 'onlyifdoesntexist' flag.
TagsNo tags attached.
Fixed in build1301

Activities

Ludek

2009-11-27 11:00

developer   ~0019790

Implemented in build 1301 and documented here:
http://www.mediamonkey.com/wiki/index.php/Installation_Packages

jiri

2010-06-02 14:22

administrator   ~0020214

Merged to build 1295.

peke

2010-06-03 17:26

developer   ~0020239

Verified 1295

One question: It seams logical that developer is able to decide whill MM continue installation of Addon in case that onlyifdoesntexist := false (eg. Abort installation and return failure?

Ludek

2010-06-04 10:27

developer   ~0020250

Last edited: 2010-06-04 10:28

Peke, if onlyifdoesntexist = false then the whole installation (of a script) fails whenever the file copy process fails (as it does currently in MM 3.2.0.1294).

peke

2010-06-04 16:06

developer   ~0020251

I assumed it is like that, just want to confirm and be sure about that.

Closing the issue.