Displaying 1 result from an estimated 1 matches for "wined3d_uninstall".
2010 Jun 24
0
Re: WineD3D messed up my VM, how do uninstall it?
...ike autocad), so there shoud be a simpler way to uninstall it.
hopefully, wined3d installation gives a full log, so if you want to uninstall just install again and check up que install log on the Details on install screen...
here is a way to uninstall wine d3d 8 and 9 in a batch script:
Wined3d_Uninstall.bat
Code:
del C:\WINDOWS\system32\libwine.dll
del C:\WINDOWS\system32\wined3d.dll
del C:\WINDOWS\SysWOW64\libwine.dll
del C:\WINDOWS\SysWOW64\wined3d.dll
del C:\WINDOWS\system32\d3d8.dll
del C:\WINDOWS\system32\d3d8_test.exe
ren C:\WINDOWS\system32\d3d8.dll_backup_by_wined3 dd3d8.dll
del C:\WIN...