[Bug 679] Changed - Incorrect backslashes format in winedefault.reg

wine-bugs at winehq.com wine-bugs at winehq.com
Wed May 15 14:28:14 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=679

*** shadow/679	Wed May 15 12:37:43 2002
--- shadow/679.tmp.20940	Wed May 15 14:28:14 2002
***************
*** 1,13 ****
  +============================================================================+
! | Missing backslashes in created registry entries                            |
  +----------------------------------------------------------------------------+
  |        Bug #: 679                         Product: Wine                    |
! |       Status: NEW                         Version: 20020509                |
  |   Resolution:                            Platform:                         |
! |     Severity: normal                   OS/Version: All                     |
  |     Priority: P1                        Component: wine-tools              |
  +----------------------------------------------------------------------------+
! |  Assigned To: wine-bugs at winehq.com                                         |
  |  Reported By: maxx2 at veneto.com                                             |
  |      CC list: Cc:                                                          |
  +----------------------------------------------------------------------------+
--- 1,13 ----
  +============================================================================+
! | Incorrect backslashes format in winedefault.reg                            |
  +----------------------------------------------------------------------------+
  |        Bug #: 679                         Product: Wine                    |
! |       Status: ASSIGNED                    Version: 20020509                |
  |   Resolution:                            Platform:                         |
! |     Severity: critical                 OS/Version: All                     |
  |     Priority: P1                        Component: wine-tools              |
  +----------------------------------------------------------------------------+
! |  Assigned To: apa3a at yahoo.com                                              |
  |  Reported By: maxx2 at veneto.com                                             |
  |      CC list: Cc:                                                          |
  +----------------------------------------------------------------------------+
***************
*** 66,68 ****
--- 66,79 ----
  I think this version already should use regedit, not regapi as a tool to import
  the entries. Check your wineinstall script.
  Anyway, both tools are based on the same code.
+ 
+ ------- Additional Comments From apa3a at yahoo.com  2002-05-15 14:28 -------
+ The cause of the issue is using single backslashes in file winedefault.reg as:
+ "Favorites"="C:\WINDOWS\Favorites"
+ "StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
+ 
+ where it should be as:
+ "SendTo"="C:\\WINNT\\Profiles\\Default User\\SendTo"
+ "Recent"="C:\\WINNT\\Profiles\\Default User\\Recent"
+ 
+ Checked on Windows NT
\ No newline at end of file



More information about the wine-bugs mailing list