Go Back   openSUSE Forums > New User How To/FAQ (read only) > Unreviewed How To and FAQ
Forums FAQ Members List Search Today's Posts Mark Forums Read


Unreviewed How To and FAQ POST HERE: Tips and solutions for SUSE Linux from the community. (Please do not post questions)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-Sep-2008, 10:38
snakedriver's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: NE Arkansas
Posts: 986
snakedriver hasn't been rated much yet
Default Wine to the rescue

I recently bought a HP dv9700z x84-64 laptop with Vista 64-bit OS.

I have found that even using the compatibility mode. I cannot install a number of my "old" favorite window's softwares. Not to worry, Wine to the rescue.

First, I add the Wine repro, Index of /repositories/Emulators:/Wine/openSUSE_11.0/i586, as a Yast-source.
Install the latest Wine & Wine-doors rpms.

Now let's install some windows software in openSUSE; examples:

mshearts
Go into a windows install and copy mshearts.exe to a folder in /home or /tmp
Open a terminal
cd /pathtofolder
wine mshearts.exe
It's going to likely show that you have a xxxx.dll dependency problem
go back into the windows install and copy the needed xxxx.dll(s) and place them in /home/yourname/.wine/drive_c/windows/system32
(or you can use a cabextract app & get them directly from the CD; I do not recommend downloading those from the internet because of virus dangers).

back to the terminal
"wine mshearts.exe"
Should install
Should appear as Kmenu > Wine > Programs > Hearts
If not, edit Kmenu (right click > Menu Editor)
Name: Hearts
Command: wine mshearts.exe
Work path: /home/yourname/.wine/drive_c/windows/system32

Office 2000
Frank's Corner, Running Windows applications and games on Linux
followed that guide & everything works 100%

calendar
I have a favorite calendar app called "Calendar Maker v2.5". It's very basic; creates personalized calendars (but does have some basic scheduling features), prints a clean calendar for me to mark up. It happens to be in a .msi format.

The .msi format calls for the microsoft installer. Fortunately, Wine provides it:
"Calendar Maker v2.5" comes zipped; unzip it to a folder
cd /pathtofolder
wine msiexec /i cm25inst.msi
then
Kmenu > Wine > Programs > Calendar Maker

Conclusion
The above are but examples; I have installed all my "old" windows favorites in openSUSE x86-64. Wine works.
__________________
nForce5, AMD 5600+; HP dv9700z, AMD "Puma"; both openSUSE 11.1 x86-64
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2