View Issue Details

IDProjectCategoryView StatusLast Update
0012623MMW v4Install/Configpublic2015-02-28 11:37
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1.5 
Target Version4.1.7Fixed in Version4.1.6 
Summary0012623: First section in MediaMonkey.ini is duplicated by installer
DescriptionThis 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 Informationhttps://innosetup.uservoice.com/forums/33177-closed-use-issue-tracker-at-https-github-com-j/suggestions/1522935--code-getinistring-setinistring-utf8-support-enc
TagsNo tags attached.
Fixed in build1735

Activities

Ludek

2015-02-26 17:36

developer   ~0042192

Last edited: 2015-02-26 18:01

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).

Ludek

2015-02-26 17:45

developer   ~0042193

Last edited: 2015-02-26 17:59

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

Ludek

2015-02-26 18:25

developer   ~0042194

Last edited: 2015-02-26 18:27

Fixed in build 1735 by applying the described workaround (added empty row at the beginning of INI file)

peke

2015-02-28 11:37

developer   ~0042217

Verified 1735