I try to run a .exe from the terminal but it brings up an error message:
rjcube@rjcube-desktop:~$ wine /mnt/vcd1/install.exe
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/home/rjcube', starting in the Windows directory.
wine: cannot find '/mnt/vcd1/install.exe'
BTW, the version of WINE in the Ubuntu repositories is quite old. Newer versions can be downloaded by adding:
deb http://wine.budgetdedicated.com/apt dapper main
Into your sources.list file.
Then
apt-get update
Followed by
apt-get install wine
I tried to configure WINE ealier today with WineTools and it was an absolute nightmare! WineTools is really showing it’s age and it doesn’t even work properly with the lastest WINE version. The new WineDoors project looks promising, but they haven’t made a release yet!
[QUOTE=megamaced]
BTW, the version of WINE in the Ubuntu repositories is quite old. Newer versions can be downloaded by adding:
deb http://wine.budgetdedicated.com/apt dapper main
Into your sources.list file.
Then
apt-get update
Followed by
apt-get install wine
I tried to configure WINE ealier today with WineTools and it was an absolute nightmare! WineTools is really showing it’s age and it doesn’t even work properly with the latest WINE version. The new WineDoors project looks promising, but they haven’t made a release yet!
[/QUOTE]
Sweet, thanks for the update.
Also, I agree that WineDoors looks pretty promising too, I shall be looking forward to the release.