[Bug 27192] New: Regedit - import failure if reg-file contains ';'

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 17 01:39:24 CDT 2011


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 at winehq.org
        ReportedBy: newsletter at 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&search={searchTerms}&namespace=0"
"SuggestionsURL_JSON"="http://de.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}&namespace=0"
"URL"="http://de.wikipedia.org/w/index.php?title=Spezial:Suche&search={searchTerms}"
--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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list