holden57 wrote: > DaVince wrote: > >> Winecfg has a tab where you can assign folders or devices to drive letters. Open the Devices tab, click Add and put the path to your CD-ROM drive in the Path input box. Alternatively, you could select drive D or such if it's already there and change the path to your usual CD-ROM drive's path. Then click OK and run your application from the actual CD or DVD. >> >> You ask how... But you just open the CD or DVD drive and open any of the EXEs with Wine... [Rolling Eyes] >> > > Will it work if I just copy the disk to a folder on like my desktop? And I was wondering more about assigning video cards and audio cards. Also how do I just 'cd' to the CD-ROM drive from the terminal > > Holden57: You can do the following to find your CD/DVD: Open Terminal from Applications -> Utilities. [code] cd /Volumes ls {this gives a list of current devices, most CDs are now named.} cd <name of cd here> ls {list of files on cd. Look for autorun.exe or startup.exe. If no present, post a list of the files found on this forum} wine startup.exe > $HOME/Desktop/<name of program here>.log 2>&1 This will startup and run the installation program. Winecfg is usually very good at detecting your DVD drive and making it the D: Drive for wine. However, NEVER install a program from within wine using the following annotation: wine 'D:\<name of installer> if you are unable to install it using WineHelper or by double clicking on the .exe file as shown in Finder. James McKenzie