First check if wine is installed - the quickest way would be:
Code:
$which wine
which should produce an output like
Code:
$/usr/local/bin/wine
If this is not the case, try to re-install wine with the package manager.
---
If wine is installed, wine must be told which hard-/CD-drive are assigned to which drive-letter. Therefore run
Code:
winecfg
---
If this is done, enter the CD and wait till the CD appears. Typically under /media/cdrom:
Code:
$ls -l /media
dr-xr-xr-x 3 root root 2048 2007-10-22 16:39 cdrom0
An ls shall show here a file called setup.exe - run this file unde wine:
Code:
$ls /media/cdrom0/setup.exe
/media/cdrom0/setup.exe
$wine /media/cdrom0/setup.exe