http://bugs.winehq.org/show_bug.cgi?id=27192
Summary: Regedit - import failure if reg-file contains ';' Product: Wine Version: 1.3.20 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: newsletter@Schiermeier-Software.de
The Regedit.exe didn't import REG files correctly if the reg-files contains a ';' (semicolon) at the beginning of a line. It ignores the rest of the file.
Example: --snipp-- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes{CF821BCD-444B-4E01-8523-ECBEECBF10C0}] "DisplayName"="Wikipedia (de)" ;;"FaviconPath"="C:\Documents and Settings\Joerg\Local Settings\Application Data\Microsoft\Internet Explorer\Services\search_{CF821BCD-444B-4E01-8523-ECBEECBF10C0}.ico" "FaviconURL"="http://de.wikipedia.org/favicon.ico" "OSDFileURL"="http://www.ieaddons.com/de/DownloadHandler.ashx?ResourceId=840" "ShowSearchSuggestions"=dword:00000000 "SuggestionsURL"="http://de.wikipedia.org/w/api.php?action=opensearch&format=xml&searc..." "SuggestionsURL_JSON"="http://de.wikipedia.org/w/api.php?action=opensearch&search=%7BsearchTerm..." "URL"="http://de.wikipedia.org/w/index.php?title=Spezial:Suche&search=%7Bsearch..." --snapp--
Only the first line behind the reg-key will be imported. The rest, e.g. "FaviconURL" and so on, is ignored.
The ';' is the comment sign inside a (all) reg-files.