Commit graph

77 commits

Author SHA1 Message Date
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Hans Leidekker
bec54e7c4c Wine is beta software now. 2005-10-27 12:08:24 +00:00
Alexandre Julliard
94f140ce78 Leave creation of the drive symlinks to wineprefixcreate. 2005-09-22 10:50:12 +00:00
Vincent Béron
f4ab6de6c0 Clean wineinstall from config file references. 2005-07-05 10:58:20 +00:00
Paul Vriens
791140468e --update is no longer needed with wineprefixcreate. 2005-04-24 17:22:45 +00:00
Jeff Smith
13abcb0a26 Avoids a shift warning thrown by older versions of bash. 2005-03-01 10:38:23 +00:00
Jon Griffiths
4fb90a838b Suggest make uninstall in case the user tried make install. 2005-02-23 20:57:14 +00:00
Paul Vriens
53150367b0 Create ~/.wine if not present during wineinstall. 2004-07-19 19:36:44 +00:00
Alexandre Julliard
1c5b8b1ae7 Make wineinstall use wineprefixcreate instead of duplicating the
functionality.
2004-05-14 00:43:50 +00:00
Alexandre Julliard
bc2328fcf2 Only create the device symlinks the first time around. 2004-04-15 00:04:32 +00:00
Vincent Béron
9ce6ff26e1 Remove "Path" lines from sample config.
Setup the links for the default DOS drives in wineinstall.
2004-04-12 22:05:00 +00:00
Dan Kegel
08f25f9982 Fixed typo in test arguments. 2004-03-02 20:53:05 +00:00
Alexandre Julliard
d0ed9fc604 Use the new .inf script instead of winedefault.reg.
Removed some obsolete code.
2004-02-27 23:34:18 +00:00
Francois Gouget
640cc3f3e1 Assorted spelling fixes. 2004-01-06 22:08:33 +00:00
Chris Morgan
d888d36e1d Added winebrowser app that launches a Unix browser. 2004-01-06 20:49:58 +00:00
Dimitrie O. Paun
c0232546bd Make the winehq.org domain the official one. 2003-11-26 03:55:01 +00:00
Alexandre Julliard
a628c13e90 Added a wine-glibc binary that detects the glibc threading in use and
execs the corresponding wine binary.
Removed the --with-nptl configure option.
2003-11-12 03:28:21 +00:00
Alexandre Julliard
1bb7a9f736 Try to catch the case of a non-writable source directory before
running configure.
2003-09-29 20:25:47 +00:00
Vincent Béron
0996d0c5c2 wineinstall used a Unix-style environment variable in the temporary
config file.
2003-09-08 18:52:12 +00:00
Vincent Béron
8d0b4ea585 Bring wineinstall in sync regarding expansion of environment variables
in the config file.
2003-09-02 18:16:51 +00:00
Francois Gouget
533f0b5d48 'grep -q' is not portable -> don't use it. 2003-07-30 03:43:55 +00:00
Mike Hearn
4d376c5bc2 Check for /lib/tls directory for Red Hat 9. 2003-06-07 00:35:19 +00:00
Mike Hearn
ce05da50b0 Silence error on non-redhat systems. 2003-05-16 20:13:16 +00:00
Mike Hearn
7927b41b6c Make sure prefix is actually honoured by configure.
Temporary hack for redhat users to enable NPTL.
2003-05-13 23:37:09 +00:00
Vincent Béron
a03e66dc39 Don't change to ttydrv to install registry, regedit doesn't use X.
Make sure the current dir is mapped in DOS.
2003-04-22 04:03:08 +00:00
Brian Vincent
d6841ee98d Prompt the user again if they don't get the root password right. 2003-03-24 19:29:38 +00:00
Dan Kegel
ba02ae412e Added Windows-compatible start.exe. 2003-01-21 20:14:36 +00:00
Sylvain Petreolle
11666bb5f4 Install apps in windows\system since that's what the system directory
is set to in the config file.
2002-12-05 19:05:44 +00:00
Alexandre Julliard
d16a64e327 Removed support for converting old format config, everybody should
have converted by now.
Removed log info from wineinstall, this info is already in ChangeLog.
2002-11-22 20:44:13 +00:00
Matthew Davison
994c1b3f00 Remove obsolete --enable-opengl. 2002-11-21 23:46:06 +00:00
Shachar Shemesh
2deda85b4b - If running wineinstall and asking not to install, the symbolic links
are no created pointing to the source tree files rather to the
  (non-existing) $libdir
- If Windows is found on the system, the installer does not assume
  that the user is interested in using it. Instead, the user is asked,
  and if she answers "no", Wine is installed as if no Windows was
  found.
2002-11-21 00:03:14 +00:00
Alberto Massari
488a6a5788 Install link to rundll32.exe too. 2002-11-18 19:42:34 +00:00
Alexandre Julliard
4a301f5d26 Removed no longer needed support for patching the debugger path in the
registry.
2002-10-29 23:27:37 +00:00
Vincent Béron
8ce90f2f0b Run regedit even if not installed. 2002-10-21 19:19:54 +00:00
Vincent Béron
fc144ada89 Actually compile Wine even if not installing as root. 2002-10-15 01:19:46 +00:00
Vincent Béron
0e668bb9b3 Allow wineinstall to be run from tools/ or from the main Wine
directory.
2002-10-13 17:53:47 +00:00
Francois Gouget
e30b0780be Install notepad.exe in c:\windows too. 2002-09-23 19:55:12 +00:00
Francois Gouget
cbe88fc3a1 Some small typo / phrasing fixes. 2002-09-06 19:46:27 +00:00
Rok Mandeljc
8f40af41b8 Added symlinks for winhelp. 2002-09-04 23:30:44 +00:00
Andriy Palamarchuk
4bdd90dcbc Corrected installation of the wine applications, fixed call to
regedit.
2002-06-02 21:23:21 +00:00
Alexandre Julliard
7cae558bdc Removed some more trailing whitespace. 2002-06-01 02:55:48 +00:00
Dustin Navea
3ebea438cc Added creation of c:/windows/fonts and
c:/windows/Start Menu/Programs/Startup.
2002-05-23 16:30:42 +00:00
Andriy Palamarchuk
e02fd411f1 Place "Common Files" under "Program Files" instead of root directory. 2002-05-16 20:27:27 +00:00
Dustin Navea
629895b7f9 Fix for $libdir check. 2002-05-14 23:19:28 +00:00
Andriy Palamarchuk
a38f2d9fbd Made wineinstall to create symbolic links to Wine applications in fake
Windows folders. Replaced usage of obsolete regapi with regedit.
2002-05-04 18:31:24 +00:00
Dustin Navea
7200ca9803 Changed bug report address. 2002-05-02 21:36:38 +00:00
Dustin Navea
693d719f63 Always run ldconfig even if we don't change ld.so.conf. 2002-04-27 00:15:12 +00:00
Dustin Navea
e052196134 Search for real-windows registry now actually accesses a file.
Find clean-install win2k registry.
Find correct partition of real Drive C (most of the time).
2002-04-23 19:29:55 +00:00
Alexandre Julliard
48f26b7c4d Fixed typo in su command. 2002-04-22 22:36:50 +00:00
Tony Lambregts
73cef71b8d Correctly detect the presence of a wine binary. 2002-04-21 22:06:36 +00:00