transfer from CD?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
used man
Level 1
Level 1
Posts: 7
Joined: Sat Jun 19, 2010 10:59 pm

transfer from CD?

Post by used man »

Hey wine users, I have a windows app on a CD. It doesn't include an installer, and i don't know how to copy the file into the C:\ area so i can access it with wine. I'd like to know if this is even possible or not.
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: transfer from CD?

Post by dimesio »

used man wrote:Hey wine users, I have a windows app on a CD. It doesn't include an installer, and i don't know how to copy the file into the C:\ area so i can access it with wine. I'd like to know if this is even possible or not.
Wine's fake C:\ is an ordinary directory in your home directory, ~/.wine/drive_c. You can copy files to and from it just like any other directory.
used man
Level 1
Level 1
Posts: 7
Joined: Sat Jun 19, 2010 10:59 pm

Post by used man »

so, if i copied the application there, then i could open them with wine?
used man
Level 1
Level 1
Posts: 7
Joined: Sat Jun 19, 2010 10:59 pm

Post by used man »

secondly, how do i find the fake C:\. I looked, but couldn't find anything.
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

used man wrote:secondly, how do i find the fake C:\. I looked, but couldn't find anything.
Set your file manager to show hidden files. The directory you're looking for is /.wine/drive_c in your home directory.
Note that if you haven't actually run anything in wine yet, that directory won't exist. It's automatically created the first time you run anything with Wine.
Locked