[WineHQ] Run the winrash installer without the GUI

Dimitrie O. Paun dpaun at rogers.com
Thu May 20 10:32:51 CDT 2004


ChangeLog
    Run the winrash installer without the GUI.

-------------- next part --------------
Index: winetest/service.cgi
===================================================================
RCS file: /home/wine/tools/winetest/service.cgi,v
retrieving revision 1.19
diff -u -r1.19 service.cgi
--- winetest/service.cgi	13 May 2004 21:20:11 -0000	1.19
+++ winetest/service.cgi	20 May 2004 15:31:48 -0000
@@ -241,7 +241,7 @@
     print "gpgverify $name.sig\n";
 
     if ($program eq "winrash") {
-	print "fork $name\n";
+	print "fork $name /s\n";
         return;
     }
 


More information about the wine-patches mailing list