Installing from a CD

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
scyntax
Newbie
Newbie
Posts: 2
Joined: Mon Jun 28, 2010 12:32 am

Installing from a CD

Post by scyntax »

Trying to install astronomy software by right-clicking on exe file and selecting "open with wine windows program loader". this causes the following error:

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

I am unable to change the bit because this is a cd file. what do i need to do to install this program?

Thank you.
Gert van den Berg

Installing from a CD

Post by Gert van den Berg »

On Mon, Jun 28, 2010 at 07:37, scyntax <[email protected]> wrote:
Trying to install astronomy software by right-clicking on exe file and selecting "open with wine windows program loader". this causes the following error:

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

I am unable to change the bit because this is a cd file. what do i need to do to install this program?
1. Open a bug / add yourself as affected with your distribution
2. See here: http://forum.winehq.org/viewtopic.php?p=44106#44108
Ebere
Level 2
Level 2
Posts: 15
Joined: Sat Jun 26, 2010 5:38 pm

Re: Installing from a CD

Post by Ebere »

Try copying the cd to your hard drive, change the bit, and install from there.
scyntax
Newbie
Newbie
Posts: 2
Joined: Mon Jun 28, 2010 12:32 am

Post by scyntax »

Thanks for your replies. I have figured it out. This needs to be installed from within terminal. I navigated to the exe and then opened terminal and did a "wine setup.exe". that did the trick. thanks again.
James Mckenzie

Installing from a CD

Post by James Mckenzie »

scyntax <[email protected]> wrote:
Sent: Jun 27, 2010 10:37 PM
To: [email protected]
Subject: [Wine] Installing from a CD

Trying to install astronomy software by right-clicking on exe file and selecting "open
with wine windows program loader". this causes the following error:

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

I am unable to change the bit because this is a cd file. what do i need to do to
install this program?
There are three things you can do:

1. Copy the entire contents of the CD to a directory on your hard drive.
2. Set the executiable bit anyway. This can be done by changing the parameters for mounting the CD in the fstab file (make a backup in case you mess up.)
3. Force the installation.

Most UNIXy programs will try to write their temporary files to the same location as the installation. Windows programs use whatever is set as %TMP%. That is set through the Windows Environment. I'm certain this is set from within Wine's registry.

James McKenzie
Locked