e-mail   
 Menu
  Home
  Download
  Top 10 Downloads
  Last 15 New Files
  Web Links
  Tips
  Last 15 New Tips
  NLM Programming
  Admins Club





SUPLA System
Internet of Things




Installation and Administration






Polish Forum SUSE


 
Who's Online

 There are currently,
15 guest(s)
that is (are) online.
 


Technical Information

Back to List of Categories

Technical Information about
  A Little YaST Magic
  A Slideshow for Your KDE Wallpaper
  Add Novell Support to Your Firefox Search Engine
  Adding To The Panels In Gnome.
  Akregator - RSS News Reader
  An Introduction to WBEM and OpenWBEM in SUSE LINUX
  Authenticating SUSE LINUX to eDirectory via LDAP
  Basic Mounting Differences between Windows and Linux
  Beginner's Guide to Using Novell SUSE LINUX's Build Utility
  Browsing Files
  Card Readers on SUSE LINUX 9.2 Professional?
  Changing the Default Browser in Gnome
  Developing Perl CGI scripts on SUSE LINUX
  Do I Have Permission?
  Double SYNC -- Using RSYNC Simultaneously With and Without Branch Office for Data Backup
  Dumb Question: Mounting Linux CDs
  Easy Command-Line Introduction
  Easy Way to Debug SSL Connections
  Enabling an Interactive Startup in Novell/SUSE LINUX
  Exploring MySQL 4.1 and PHP 5 on SUSE LINUX
  Extend Your Panels Using Gnome Drawers.
  Firefox Speed Tip
  Fix Java Errors With ConsoleOne On Linux
  Fix Your Mouse Wheel...
  Gimp -- Closing In on Photoshop...
  Gimp Tips Part 1: Resizing Images
  Gimp Tips Part 2: Rounding Corners
  Gimp Tips Part 3: Fading Photography Edges
  Gimp Tips Part 4: Selective Colorization
  Gimp Tips Part 5: Plugins a Plenty - Adding Light
  Gimp Tips Part 6: Using The Clone Tool
  Google Auto-fill Replica for Linux
  How a Corrupted USB Drive Was Saved by GNU/Linux
  How to Implement Login Scripts into a Pure Linux Environment
  How to install and connect an External Modem on a Linux PC
  How to Install the Novell Client for Linux on SUSE Linux 10.0
  How to launch applications at login in Gnome
  How to Remote Control Linux
  How to setup a Linux application to automatically startup when you login.
  How to share Files and Printers Between Linux and MS Windows with Samba
  How to uninstall the Novell Client for Linux
  How to upgrade the Novell Client for Linux
  How to use SMB without turning off the firewall
  How's the Weather?
  HTML Development Tools in Linux
  Informative Bash Prompt
  Install and Use QEMU on SUSE 9.2
  Install Linux Frequently, Without the Hassle
  Installing Apache, PHP, and MySQL on SUSE LINUX Professional
  Installing RPM Files
  Integrating Novell Linux Desktop into a Novell NetWare network
  Introduction to Oracle 10g R1 (10.1.0.3) on SUSE LINUX Professional 9.3
  iPrint Printers on Novell Linux Desktop
  Linux Scheduling Priorities Explained
  Make a Misbehaving Program Quit
  Manually Mounting a USB Flash Drive in Linux
  Migrating To Linux, Advantages Over Windows 9.x And XP
  Minimize Your Maximizing with Multiple Desktops
  Mounting NetWare Volumes On NLD Illustrated
  Move Your /home to Another Computer
  Mozilla Mail Review
  Need a Backup?
  Novell Client Settings with Windows Terminal Server
  Novell Linux Desktop Equivalents of Windows Software - New and Improved
  Novell Linux Desktop System Upgrade How-To
  Partitioning Hard Drive for Linux Install
  Perform Remote SuSE Installations With Virtual Network Computing
  Quick Intro to Klipper
  Quick Shortcuts in The Gimp
  Reset Your Lost Root Password
  Resizing Your Gnome / KDE Panels
  Runlevels in SUSE LINUX
  Running Existing Win32 Applications on SUSE LINUX
  Service Command in /etc/init.d/
  Setting Shortcut Keys
  Setting up a Linux NFS Install Source for Your LAN
  Should I choose Novell Linux Desktop or SUSE LINUX Professional as my desktop?
  Starting Services From the Command Line On SuSE LINUX
  Sticky Notes for Gnome
  SUSE LINUX 9.3 Professional Review
  Sync Up The Taskbar and the Desktop in Gnome
  System Upgrade How-To
  Taking Screenshots in Linux
  The Basics of Messaging in the Cross-Platform GroupWise Client
  The Novell Client for Linux (beta).
  Transparent Panels in Gnome
  Trick Out Your KDE Desktop
  Understanding the YAST Software Module Options
  Updating Your Software with Red Carpet
  Using dsbk on Linux and Unix
  Using iFolder to Synchronize Firefox Bookmarks
  Using Multiple Swap Partitions In 2.4
  Using openSSH to Securely Access Remote Systems
  What FTP client should I use on Linux?
  What Is Logical Volume Management?
  What is so great about Firefox?
  Which Graphic Formats For What?
  Windows Shortcuts for Firefox Tabs on Linux
  Windows to Linux: A Beginner's Guide
  Windows Users Can Feel at Home Exploring Files in Linux
  WLAN interface as the Default
  Work With User Selection Icons In KDM
  YAST Online Update De-Mystified

Technical Information
 Running Existing Win32 Applications on SUSE LINUX

Printer-friendly version

Posted: 2 Jun 2004

Overview

For long-time Windows users, making the switch from Windows to Linux can be somewhat of a daunting task. But with the recent popularity of the Linux operating system and the never-ending desire to reduce costs, the pressure to make the switch is mounting. There are several ways in which people have tried to migrate from Windows to Linux, everything from having a dual boot operating system, to a Virtual Operating System, and even separate systems. The dual boot system works well, but shutting down and re-booting to the other operating system just to get to your applications can get old really fast, and there is the fact that you haven't done away with the requirement for the MS Windows license. With a virtual operating environment such as VMWare you install one operating system, either Windows or Linux as the host operating system and other as the virtual operating system. Although this works great as well, you still need a Windows license and also a VMWare license. Another option (certainly the least expensive one) is to use Wine. Wine, which stands for "Wine is not an emulator" comes pre-installed on the SUSE line of products and can be used to run many of your Win32 (Win 95/98, NT/2000/XP), Win16 (Win 3.1) and DOS applications. Using Wine, you can finally remove the requirement for the Windows license and get the most out of your Linux system. http://www.winehq.com//

Using Wine on SUSE Linux

As previously mentioned, Wine comes pre-installed on Linux and can be found in a hidden directory (.wine) in the user's home directory. In the .wine directory you will see a fake_windows directory which contains directories required by the Windows operating system (Program Files, Windows, My Documents, etc.). If you type wine regedit you will notice that wine implements a Windows registry, which makes sense, since most Windows applications required entries in the Windows registry. Many Windows applications have a dependency on the Microsoft's COM product http://www.microsoft.com/com/.

Don't be surprised if you have to download DCOM98 to get your application to install.

Installing Windows applications using Wine

When installing a Windows application you have several options. If you are an experienced Linux user you can install the application from a Terminal Window. Simply change directories to where the install.exe or setup.exe is located, and precede the install.exe or setup.exe with "wine" to install the application (i.e. wine setup.exe). If you are not an experienced Linux user and prefer doing things in a GUI environment, you can use the Linux File Manager (pops up automatically when a CD is inserted) to browse and select the install.exe or setup.exe.

When Linux prompts for an application to open the file, enter wine and click OK.

Once the application is installed, you can either run the application from a Linux Terminal Window by changing directories to where the applications executable file is located and execute wine <app name>, or a better option is to create an icon on the desktop that references the application. Remember that you must precede the application with the wine command.

Using Crossover Office to install applications

Although it is not required, it is highly recommended that you use a third-party product named Crossover Office produced by CodeWeavers which uses wine and ensures Linux compatibility for many of today's popular Office Windows applications http://www.codeweavers.com/site/products/cxoffice. CodeWeavers is very proactive and if an application is on their supported list and it doesn't work they want to know about it so they can supply a fix.

Crossover Office ships with the SUSE Linux Desktop product, but must be purchased separately for other SUSE products for a very reasonable fee.

CodeWeavers has rated many of today's Windows applications with a Gold, Silver, Bronze, Honorable Mention, Known not to work, or Untested Medal rating for Linux compatibility which is a huge benefit. http://www.codeweavers.com/site/products/cxoffice/supported_apps/

Once installed, Crossover Office offers a setup application that maintains a list of installed Windows applications and also a list of supported applications.






Since 2003

Portal posiada akceptację firmy Novell Polska
Wszystkie materiały dotyczące produktów firmy Novell umieszczono za zgodą Novell Polska
Portal has been accepted by the Novell Polska
All materials concerning products of Novell firm are placed with Novell Polska consent.
NetWare is a registered trademark of Novell Inc. in the United States and other countries.
Windows is a trademark or a registered trademark of Microsoft Corporation in the United States and other countries.
Sybase is a registered trademark of Sybase Inc. in the United States of America.
Other company and product names are trademarks or registered trademarks of their respective owners.