Are you asking how to install a different version of Wine than the one that came with SuSE? If so, uninstall with YaST and install your package of choice from
http://winehq.com/.
If you need help on doing this, let me know.
To browse a cd in SuSE you could do something like this:
miked@linux:~> mount /media/cdrecorder/
miked@linux:~> cd /media/cdrecorder/
miked@linux:/media/cdrecorder> dir
total 49397
-r--r--r-- 1 root root 1725 2000-03-24 23:51 autorun.inf
-r--r--r-- 1 root root 2355200 2000-03-24 23:52 DATA1.MSI
dr-xr-xr-x 1 root root 2048 2000-03-25 01:24 IE5
-r--r--r-- 1 root root 20596 1999-01-24 15:35 LICENSE.TXT
dr-xr-xr-x 1 root root 2048 2000-03-25 01:37 MSI
-r--r--r-- 1 root root 89913 2000-01-14 18:47 MSOWC.CAB
-r--r--r-- 1 root root 165376 2000-01-03 19:32 MSOWC.MSI
-r--r--r-- 1 root root 47606945 2000-01-25 13:27 OFFICE1.CAB
dr-xr-xr-x 1 root root 2048 2000-03-25 03:12 PFILES
-r--r--r-- 1 root root 14336 2000-01-25 22:15 README.DOC
-r--r--r-- 1 root root 273079 2000-01-22 20:21 SETUP.EXE
-r--r--r-- 1 root root 17610 1998-11-10 15:25 SETUP.HLP
-r--r--r-- 1 root root 2598 2000-03-24 23:51 setup.ini
dr-xr-xr-x 1 root root 2048 2000-03-25 03:14 SP
dr-xr-xr-x 1 root root 2048 2000-03-25 03:15 SQL
dr-xr-xr-x 1 root root 2048 2000-03-25 03:24 SUPPORT
dr-xr-xr-x 1 root root 14336 2000-03-25 03:30 SYSTEM
dr-xr-xr-x 1 root root 2048 2000-03-25 03:30 SYSTEM95
dr-xr-xr-x 1 root root 2048 2000-03-25 03:31 SYSTEMNT
dr-xr-xr-x 1 root root 2048 2000-03-25 03:32 WINDOWS
miked@linux:/media/cdrecorder>
to install using wine type:
wine SETUP.EXE [or what ever the install .exe is]
Also, check out frankscorner.org for other tutorials on wine.
Hope this helps.