Pages

Monday, December 10, 2007

IEs 4 Linux 2.99.0 better than ever (includes Mac OS X support!)

This version came with a strange number (2.99.0) because it’s the last series before IEs4Linux 3. That version will have many new features. By now, IEs4Linux 2.99.0 have MANY improvements, bug fixes and some new features.

You can download ies4linux-2.99.0 here.

Full changelog:
* Fixed IE7 checksum error
* Better Evolt mirror selection (thanks to Hendrik Heuer)
* Install MS Core Fonts (thanks to Mike Kronenberg)
* Use curl if wget is absent
* xdg-utils updated
* Detect Darwin (Mac OS X)
* Changed icon to PNG (better compatibility)
* Added registry keys to https in IE7 (thanks to Jim Burns)
* Fixed bug with security level options (thanks to Jim Burns)
* Fixed bug with permissions on Gentoo (thanks to Bas Westerbaan)
* wget/curl use IE 6 user-agent
* Disabled menu icon installation
* Small fixes and better code On Mac
* Use Darwine or fink’s wine (thanks to Mike Kronenberg)
* Download cabextract if it’s missing
* Use logical folders (~/Applications)
* Use curl, no need for wget
* Few macfied things


Presenting: IEs 4 Mac

IEs4Mac first logoMike Kronenberg started last month a port of IEs4Linux to Mac OS X. He made all modifications to the script needed to make it run on Mac. But he also macfied our install process to make it more like what Mac users expect.
All script modifications were already incorporated to IEs4Linux see version 2.99.0. But we decided to also join forces to make the Mac GUI, Mac Application Bundles, easy Darwine installation and other things. That’s what we are calling the future IEs4Mac.
IEs4Linux and IEs4Mac are 99% equal; they do the same thing, the same way, with the same code. That’s why we decided to maintain everything together instead of creating a “new project”. The difference between then are very small (but very important do end users).
As I wrote before, Mac users already can run IEs4Linux 2.99.0 - it works on Mac Intels with Tiger or Leopard. But, soon, Mac users will have that “dedicated version” with a beautiful GUI and so on. (* people trying to run 2.99.0 on Mac: you need wine first; I recommend that you use one of Mike’s pre-compiled versions, just drag them to /Applications and run IEs4Linux)





Putty for Mac
Putty for Mac
$15.00

https://winereviews.onfastspring.com/putty-for-mac


Saturday, December 8, 2007

A quick introduction to Wine

About Wine

Wine is a translation layer (a program loader) capable of running Windows applications on Linux and other POSIX compatible operating systems. Windows programs running in Wine act as native programs would, running without the performance or memory usage penalties of an emulator, with a similar look and feel to other applications on your desktop.

The Wine project started in 1993 as a way to support running Windows 3.1 programs on Linux. Bob Amstadt was the original coordinator, but turned it over fairly early on to Alexandre Julliard, who has run it ever since. Over the years, ports for other Unixes have been added, along with support for Win32 as Win32 applications became popular.

Getting Wine

Binary and source downloads for the most common Linux distributions and BSD can be found here.

If you build Wine from source or from the FreeBSD ports collection their are a couple dependencies that need to be met before you can start the build process.

For example this is the build dependencies for Wine 0.9.48 on FreeBSD 7

fontforge, gmake, bison, lcms, libuninameslist, libungif, m4

Wine Programs

This isn't the full list of utility programs that Wine provides but its (in my opinion) the five most important programs that you will need on a daily basis.

eject - Unmount and eject removable Media
msiexec - Microsoft Installer frontend
regedit - Registry editor
wineboot - Wine bootstrap process
winecfg - Wine configuration utility

eject
eject is a function of Wine. It is used to free, unlock, and eject an optical device when Wine is using it.

Note: in order to eject, the drive must be correctly set up in winecfg and must be invoked with wine preceding it.
Usage:
wine eject [-u] [-a] [-h] [x:]...
-a Eject all the CD drives we find
-h Display this help message
-u Unmount only, don't eject the CD
x: Eject drive x:

useful when trying to install mutidisk installs

1. wine /media/cdrom/setup.exe (or whatever it's called)
2. When the installer prompts for the 2nd disc, go to another window and run "wine eject" if just pressing the button doesn't let go of the disc
3. Don't run setup.exe from a file browser or by cd'ing to the drive location, by setting in the location this will prevent the swap and you will receive a error.

msiexec
Usage:
Install a product:
msiexec {package|productcode} [property]
msiexec /i {package|productcode} [property]
msiexec /a package [property]
Repair an installation:
msiexec /f[p|o|e|d|c|a|u|m|s|v] {package|productcode}
Uninstall a product:
msiexec /x {package|productcode} [property]
Advertise a product:
msiexec /j[u|m] package [/t transform] [/g languageid]
msiexec {u|m} package [/t transform] [/g languageid]
Apply a patch:
msiexec /p patchpackage [property]
msiexec /p patchpackage /a package [property]
Modifiers for above operations:
msiexec /l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile
msiexec /q{|n|b|r|f|n+|b+|b-}
Register a module:
msiexec /y module
Unregister a module:
msiexec /z module
Display usage and copyright:
msiexec {/h|/?}

NOTE: Product code on command line unimplemented as of yet

1. The most common usage is msiexec /i program.msi to install a .msi program.

regedit
Usage:
regedit filename
regedit /E filename [regpath]
regedit /D regpath

filename - registry file name
regpath - name of the registry key

When called without any switches, adds the content of the specified file to the registry

Switches:
/E - exports contents of the specified registry key to the specified
file. Exports the whole registry if no key is specified.
/D - deletes specified registry key
/S - silent execution, can be used with any other switch.
Default. The only existing mode, exists for compatibility with Windows regedit.
/V - advanced mode, can be used with any other switch.
Ignored, exists for compatibility with Windows regedit.
/L - location of system.dat file. Can be used with any other switch.
Ignored. Exists for compatibility with Windows regedit.
/R - location of user.dat file. Can be used with any other switch.
Ignored. Exists for compatibility with Windows regedit.
/? - print this help. Any other switches are ignored.
/C - create registry from file. Not implemented.

The switches are case-insensitive, can be prefixed either by '-' or '/'.
This program is command-line compatible with Microsoft Windows regedit



wineboot

Initiates a "virtual" reboot, for when Windows apps call for a real reboot

Usage: wineboot [options]
Options:
-h,--help Display this help message
-e,--end-session End the current session cleanly
-f,--force Force exit for processes that don't exit cleanly
-k,--kill Kill running processes without any cleanup
-r,--restart Restart only, don't do normal startup operations
-s,--shutdown Shutdown only, don't reboot

winecfg

winecfg is a GUI configuration tool for wine, designed to make life a little easier than editing the .reg files by hand.



NOTE: Everything can't be edited using winecfg, some keys can only be edited with regedit.

Wine First Run

The first time you run wine it will set up a .wine directory in your home directory. The easiest way to do this is run a Wine program, I prefer winecfg myself.

$ winecfg

tom@tuxonfire ~ $ winecfg
wine: creating configuration directory '/home/tom/.wine'...
fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
Could not load Mozilla. HTML rendering will be disabled.
wine: '/home/tom/.wine' created successfully.
fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
tom@tuxonfire ~ $

After the configuration directory is created winecfg will start and you can then make any changes to the default setup at this time,if you wish to do so.

After you exit winecfg you can then start installing Windows programs into Wine.

$ wine app-name-here.exe






Putty for Mac
Putty for Mac
$15.00

https://winereviews.onfastspring.com/putty-for-mac


Thursday, December 6, 2007

Wine-Review is currently seeking Contributors

This Page Has Been Moved: Please Note the New Location Below

We restructured the whole site and this page no longer exists on this location. The page that your looking for has been moved to a different Web address on the new and improved Wine-Reviews.net Site:


Click on the link above to go to the new location. (To maintain accessibility, we have not set up automatic redirection to the new page.) If you have a bookmark to the old page, please change it to the new address above. If you followed a link from another Web site to this page, please let the people responsible for that Web site know the new location above. If you are having trouble finding the information you want, do a search on this article at our new site.

Thanks for your understanding and Sorry for the inconvenience.

The Editors at Wine-Reviews




Putty for Mac
Putty for Mac
$15.00

https://winereviews.onfastspring.com/putty-for-mac


Halo: Combat Evolved on FreeBSD with Wine

Halo can be installed on FreeBSD 7 with the same steps that are provided in the Linux guide.

The Halo Linux guide is located here for reference.








Putty for Mac
Putty for Mac
$15.00

https://winereviews.onfastspring.com/putty-for-mac


Office 97 on FreeBSD with Wine

Office 97 can be installed on FreeBSD 7 with the same steps that are provided in the Linux guide.

The Office 97 Linux guide is located here for reference.

Word 97



Excel 97



PowerPoint 97



OutLook 97







Putty for Mac
Putty for Mac
$15.00

https://winereviews.onfastspring.com/putty-for-mac