On 03/23/2011 12:05 PM, Dan Kegel wrote:
Winetricks is a simple script that adds a few mssing things to wine, e.g. it's how most people install ms dlls or .net on wine. It also provides a simple commandline way to change a few settings. For instance, winetricks vd=1024x768 sets a 1024x768 virtual desktop... it'd be nice if one could instead do winecfg vd=1024x768 or something like that.
Except you don't need winecfg for that you can run: wine explorer /desktop,program,1024x768 program.exe
But all that aside, all changes that winecfg is doing are registry only changes. IMHO Wine doesn't need yet another program to writes something into registry. There are already two: regedit and reg.
Vitaliy