On Tue, Mar 15, 2011 at 7:51 AM, shishir bhattarai <[email protected]> wrote: > > I have installed wine in my pc. But still I have problem while installing > .exe file.While opening .exe file with wine following error will occur. > Please tell me how can I solve this problem. > > The file '/media/BHATTARAI/Dell1558/N 4030 2.27 GHz/drivers/VGA/Setup.exe' is > not marked as executable. If this was downloaded or copied from an untrusted > source, it may be dangerous to run. For more details, read about the > executable bit. > > reply me as soon as possible >
Are you trying to install a windows driver for graphics card in a linux using wine? There is probably VGA driver already installed in your system. as for making it executable you can do chmod +x <file> from shell. --------------------------------------------------------------- regards Manish Regmi http://manish-cs.blogspot.com http://ext2read.sf.net -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
