http://bugs.winehq.org/show_bug.cgi?id=23320
Summary: regedit regsvr Product: Wine Version: 1.2-rc4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: denis.bonnenfant@diderot.org
Just a quite simple bug : when installing SolidWorks 2010, the installer crashes with this message :
regedit: ERROR, invalid hex value regedit: ERROR Key HKEY_LOCAL_MACHINE\Software\SolidWorks\SolidWorks 2010\General not created. Value: EnableImproveDrawingViewCreation, Data: dword:0000000000000001
As 0000000000000001 is definitely not a dword, i guess that some cast/formatting should be needed to avoid such cases.
reg.exe command works perfectly :
wine reg add "HKLM\Software\SolidWorks\SolidWorks 2010\General" /t REG_DWORD /v EnableImproveDrawingViewCreation /d "0000000000000001"
ADD - HKLM\Software\SolidWorks\SolidWorks 2010\General EnableImproveDrawingViewCreation 0 REG_DWORD 0000000000000001 0 L'op�ration s'est termin�e avec succ�s