WINE help for a newbie

birhtnoth83

Junior Member
Jan 5, 2010
14
0
0
Hi all,

I'm trying to configure WINE to run AutoCAD for a course I'm taking, and I'm having a helluva time. My problem is that I really don't understand terminal commands. I'm following the following instructions:

http://appdb.winehq.org/objectManager.php?sClass=version&iId=6035

I'm fine up to step 4 (4. navigate to your AutoCAD 2006 CD and run wine setup.exe)

How in tarnation do I do that? All the commands I've found don't seem to work. The drive's mounted, it shows up on the desktop, but I simply cannot figure out how to access it in terminal.

I'd really appreciate any help or advice you guys can give me.
 

lxskllr

No Lifer
Nov 30, 2004
60,060
10,547
126
Open it up on the desktop, right click setup.exe, and choose open with Wine, or something that reads similar to that.
 

birhtnoth83

Junior Member
Jan 5, 2010
14
0
0
I've tried that, and I get the following message:

The file '/media/ACLT2002/setup.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit.

Is there a workaround for this?
 

lxskllr

No Lifer
Nov 30, 2004
60,060
10,547
126
Right click setup.exe, pick properties, pick permissions, check off the check box that says "Allow executing file as program". That should do it.
 

birhtnoth83

Junior Member
Jan 5, 2010
14
0
0
Hrm,

I get "Sorry, could not change the permissions of "setup.exe": Error setting permissions: Read-only file system"
 

lxskllr

No Lifer
Nov 30, 2004
60,060
10,547
126
LoL, ok. I've never done an install from a CD. Try copying setup.exe to your hd, then changing the executable option as outlined above.

Edit:
I'm hoping it'll then find the CD to go with the install.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Open a command prompt and type
Code:
cd /media/ACLT2002 && wine setup.exe