When i am installing my Exe file it tells me there is not enough free space on Drive C, i have been into Wine File manager and i have 26GB free on C:\, this is confusing but i am slightly new to all this, can anyone help?
Ta Very Much
Chris
When installing EXE, not enough space.......
-
- Newbie
- Posts: 1
- Joined: Thu Jul 10, 2008 7:07 am
Re: When installing EXE, not enough space.......
What distro, what version of Wine, what app are you trying to install?chrislever80 wrote:When i am installing my Exe file it tells me there is not enough free space on Drive C, i have been into Wine File manager and i have 26GB free on C:\, this is confusing but i am slightly new to all this, can anyone help?
Open a terminal, cd to the directory where the exe is located, and run it from there with the command:
Code: Select all
wine program.exe
Copy whatever messages appear in the terminal and post them here.