View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012623 | MMW v4 | Install/Config | public | 2015-02-26 17:03 | 2015-02-28 11:37 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1.5 | ||||
Target Version | 4.1.7 | Fixed in Version | 4.1.6 | ||
Summary | 0012623: First section in MediaMonkey.ini is duplicated by installer | ||||
Description | This issue was raised by user from ticket MEG-865-64526 He has issue that on reinstall there is another [System] section added to his MediaMonkey.ini file which acts like if MM was first time run. I couldn't repro but found that in my case the [Appeareance] section is the first in my INI and this section is twice there !! He has [System] section as first with the same symptoms Actually it is the MediaMonkey installer that duplicates the first section | ||||
Additional Information | https://innosetup.uservoice.com/forums/33177-closed-use-issue-tracker-at-https-github-com-j/suggestions/1522935--code-getinistring-setinistring-utf8-support-enc | ||||
Tags | No tags attached. | ||||
Fixed in build | 1735 | ||||
|
Looks like a bug in InnoSetup SetIniString(), we should upgrade InnoSetup to the newest version: http://www.jrsoftware.org/isdl.php If it is not going to help then we could workaround by adding a space character at the beginning of the INI file (right after the UTF-8 BOM characters). |
|
I have just tried InnoSetup 5.5.5 unicode and it does not solve the issue. BTW it has been already addressed: https://innosetup.uservoice.com/forums/33177-closed-use-issue-tracker-at-https-github-com-j/suggestions/1522935--code-getinistring-setinistring-utf8-support-enc |
|
Fixed in build 1735 by applying the described workaround (added empty row at the beginning of INI file) |
|
Verified 1735 |