View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002101 | MMW v4 | Install/Config | public | 2005-10-27 17:00 | 2006-07-11 21:19 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0002101: Script files can be overwritten by installer | ||||
Description | As described in the forums, script files are overwritten by the installer and this can be problematic for users who have created custom versions of their script files. A good default behaviour would be to have the installer create e.g. script.vbs.bak for each script that is overwritten. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?t=6051 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
I'd like to do something about this, but the suggested approach has a problem when user (for whatever reason) installs MM twice. The .bak file would be overwritten then. Maybe we need a more complex solution here... |
|
If script.vbs.bak exists couldn't you just write script.vbs.bak1, script.vbs.bak2 etc.? |
|
I checked out how to resolve this in InnoSetup and didn't like any of the available options. Due to amount of work needed and not that much use for our users (they would have to rename their customized scripts after each install anyway), I'd defer this past 2.5. |