wineprefixcreate: Call winecfg -c to setup default config.

Vitaliy Margolen wine-patch at kievinfo.com
Tue Nov 1 00:34:57 CST 2005



Vitaliy Margolen

changelog:
  wineprefixcreate
  - Call winecfg -c to setup default config.
-------------- next part --------------
Index: tools/wineprefixcreate.in
===================================================================
RCS file: /home/wine/wine/tools/wineprefixcreate.in,v
retrieving revision 1.12
diff -u -p -r1.12 wineprefixcreate.in
--- tools/wineprefixcreate.in	10 Oct 2005 18:03:25 -0000	1.12
+++ tools/wineprefixcreate.in	1 Nov 2005 06:33:16 -0000
@@ -172,6 +172,9 @@ cp "$datadir/wine.inf" "$CROOT/windows/i
 export WINEPREFIX
 "${WINELOADER:-wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
 
+# Run winecfg to initialize default configuration
+"${WINELOADER:-wine}" winecfg -c
+
 # Wait for the wineserver to finish
 
 if [ $do_wait = 1 ]


More information about the wine-patches mailing list