From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 06:20:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6CE9106564A for ; Wed, 23 Apr 2008 06:20:16 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC518FC26 for ; Wed, 23 Apr 2008 06:20:16 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m3N6KE7Y056320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 22 Apr 2008 23:20:15 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m3N6KE27056319; Tue, 22 Apr 2008 23:20:14 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA00655; Tue, 22 Apr 08 23:13:21 PDT Date: Tue, 22 Apr 2008 23:11:38 -0700 From: perryh@pluto.rain.com To: tijl@ulyssis.org Message-Id: <480ed31a.HvK8tbgcrTzAxWiD%perryh@pluto.rain.com> References: <47ba7e1f.UDwudqHevRDrsQ8d%perryh@pluto.rain.com> <18362.56078.951095.162984@jerusalem.litteratus.org> <480a9dff.Xi5QQIoFO6uXZXhI%perryh@pluto.rain.com> <200804201359.36883.tijl@ulyssis.org> In-Reply-To: <200804201359.36883.tijl@ulyssis.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: wine: notepad OK, others not X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 06:20:16 -0000 > If I were you I'd just try to install Visio under Wine and see how > it goes. That is, mount the install cd, check with winecfg that > Wine can see the mount point as a drive D: or something and then > run "wine d:\\setup.exe" ... It did not work at all. This version of Visio is old enough that it installs from floppies, rather than from CD :) and I've set it up in .wine/dosdevices according to the manpage: $ ls -la .wine/dosdevices total 4 drwxr-xr-x 2 perryh staff 512 Apr 21 00:17 . drwxr-xr-x 4 perryh staff 512 Apr 22 21:07 .. lrwxr-xr-x 1 perryh staff 8 Apr 21 00:17 a:: -> /dev/fd0 lrwxr-xr-x 1 perryh staff 10 Apr 19 16:39 c: -> ../drive_c lrwxr-xr-x 1 perryh staff 1 Apr 19 16:39 z: -> / mdir can read the disk, and it does contain a setup.exe, but wine can't see it: $ wine a:setup.exe wine: cannot find 'a:setup.exe' $ wine 'a:\setup.exe' wine: cannot find 'a:\setup.exe' There doesn't seem to be a manpage for winecfg: $ man winecfg No manual entry for winecfg and when I tried to run it it was not at all obvious what to do.