Linux-Noob Forums
installing from cd? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Windows Noob (https://www.linux-noob.com/forums/forum-5.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-70.html)
+--- Thread: installing from cd? (/thread-3735.html)



installing from cd? - gamekeeper - 2004-01-16

Ok.. ive got wine.. but how do i install stuff off a cd?



installing from cd? - Oroshi - 2004-01-16


you need to mount the CD, then go to /mnt/cdrom directory. then type wine setup.exe or wine autorun.exe

 

that will do. but some installation won't work well, you may need winex or crossover or vmware to be able to install the application/games.

 

hope this help ya




installing from cd? - gamekeeper - 2004-01-16


this is what i got:

 

[scott@localhost scott]$ /mnt/FIFACD1

bash: /mnt/FIFACD1: No such file or directory

 

 

 

:(:/




installing from cd? - Oroshi - 2004-01-17


you need to do this

 

$ cd /mnt/cdrom

$ ls

$ wine whatever.exe




installing from cd? - gamekeeper - 2004-01-17

Ok, thanks :P