打印

关于Wine-20021031.tar.gz一问!

关于Wine-20021031.tar.gz一问!

下载了http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-20021031.tar.gz
装好后怎样配制才能执行.exe文件?
直接进到exe所在的目录下,然后执行wine  *.exe好像不行.

请指教,谢谢!
When you run so fast to get somewhere you miss half the fun of getting there!

TOP

需要配置config文件,请参看精华区相关内容.

TOP

我按照"在wine下使用flashxp"一文中修改了我的~/.wine/config
但运行时出现以下错误信息:
[...]$ wine *.exe(一个应用程序)
Invalid path L"c:\\windows" for L"windows" directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/wangj/.wine/config'
[...]$

不明白,请问该怎么办?谢谢!
When you run so fast to get somewhere you miss half the fun of getting there!

TOP

我用的是win2000,把c:\\windows等改成winnt,还是说找不到c:\\winnt
我的win2000的格式是ntfs格式,和这个有关系吗?另外这个c:\\应该是装
win2000的系统盘吧.我是把2000装在c:\\下呀,难道真是因为ntfs的
关系?

以上只是我乱猜的,不知道是对是错,请大家帮忙!
When you run so fast to get somewhere you miss half the fun of getting there!

TOP

不支持NTFS格式,因为不能写,这种情况下只能用无windows的方式.

TOP

初次接触wine,很多地方不明白.


请问斑竹,无windows方式怎么用?


另外,config中的c:\\和在windows 下的盘符相当吗?


还有,同样的可执行文件,但winex就可以执行,而且winex也不需要配制,这是为什么?


这么多的疑惑,请斑竹帮忙解答一下,谢谢了!
When you run so fast to get somewhere you miss half the fun of getting there!

TOP

所谓的无windows方式,就是完全的脱离windows,自己建立相应的目录,如果用wineinstall安装的,最后如果找不到windows目录,就会使用这种方式.config中的C:\\和windows基本相当的.winex默认安装的就是无windows方式,并且config里建立一个指向/的虚拟盘,从而所有程序都可以运行.

TOP

谢谢你的解答,基本上算是明白了.

但是我装的时候是自己编译的(大概用了半个小时),没有用wininstall安装,这样的情况下怎样使用无WINDOWS方式?


如果现在改用WININSTALL安装,原来的是不是要删掉?怎样删除?一个一个文件删除吗?

请指教,再次谢谢!
When you run so fast to get somewhere you miss half the fun of getting there!

TOP

如果原来编译的没有删掉的话,用tools/wineinstall安装时编译会跳过,所以很快的.

TOP