http://bugs.winehq.com/show_bug.cgi?id=679
*** shadow/679 Wed May 15 11:49:48 2002 --- shadow/679.tmp.11189 Wed May 15 11:49:48 2002 *************** *** 0 **** --- 1,52 ---- + +============================================================================+ + | Missing backslashes in created registry entries | + +----------------------------------------------------------------------------+ + | Bug #: 679 Product: Wine | + | Status: UNCONFIRMED Version: 20020509 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-tools | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: maxx2@veneto.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Installing wine-20020509 without windows partition, I found some + bugs in paths inside registry (system.reg, but I didn't check others); + Sometimes backslashes are missing, making random problems sometimes : + + For example : + + WINE REGISTRY Version 2 + ;; All keys relative to \User\massimo + + [Control Panel\desktop] 1021415096 + "DragFullWindows"="0" + + [Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] + 1021415096 + "Desktop"="C:WINDOWSDesktop" + "Favorites"="C:WINDOWSFavorites" + "Fonts"="C:WINDOWSFonts" + "NetHood"="C:WINDOWSNetHood" + ..................... + + Instead of + + WINE REGISTRY Version 2 + ;; All keys relative to \User\massimo + + [Control Panel\desktop] 1021415096 + "DragFullWindows"="0" + + [Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] + 1021415096 + "Desktop"="C:\WINDOWS\Desktop" + "Favorites"="C:\WINDOWS\Favorites" + "Fonts"="C:\WINDOWS\Fonts" + "NetHood"="C:\WINDOWS\NetHood" + .......... \ No newline at end of file