wine os x mac

HOWTO: AviSynth video processing with WINE Jump to: navigation, search (I'm translating from the italian version of POM, sorry if it's inaccurate!) Download PlayOnMac and install as usual Download Avisynth, Virtualdub, some codecs and plugins Run PLayOnMac, select "Install" and chose "Install an application not included in the list" Choose "Install the application in a new virtual drive" (prefix) and press next Give it a name (I choose "Multimedia") and press next Select "Install some library" and press next Select "POL_Install_vcrun6" and press next (very important to make AviSynth work!) At the end of the installation of the selected libraries, Select "Explorer" and select the AviSynth Installer you downloaded, then press next Install AviSynth as normal At the end of the installation choose "I don't want to create any link" and press next In Finder, extract Virtualdub and place the folder in /User/your_username/PlayOnMac's virtual drives/your_drive_name/drive_c/Program Files

In PlayOnMac, select the "Configure" button and choose the virtual drive you just created from the list on the left Under "General" select "Create a new link for this virtual drive On the list, Select "VirtualDub.exe" and press next Give the shortcut a name and press next Choose "I don't want to create any link" and press nextYou will see an app on the desktop, from wich you can start virtualdub bypassing the PlayOnMac GUI Now you can install plugins and codecs For AviSynth and Virtualdub plugins, simply copy the required files in the respective folders For Codecs that have an installer, in the PlayOnMac Configuration window select the "Misc" tab and press "Execute an .exe in this virtual drive", then Select the installer and Choose Open For Codecs that have only the dll and inf file, in the PlayOnMac Configuration window select the "Misc" tab and press "Open a shell". Cd to the folder of the downloaded codec and type wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 ./filename.inf

Note: Some plugin may not work or require other libraries to work. chances are that you can use the "Install packages" tab In the PlayOnMac Configuration window to fix issues. Log in / create accountThis article is written intended to guide you how to Install Microsoft Visio Mac / MacBook Pro / MacBook Air running OS X El Capitan. One program that missing when using MacBook is there is no Microsoft Visio for Mac. Although Microsoft has been officially releasing Microsoft Office (e.g Word, Excel, PowerPoint) for Mac, Microsoft still does not release Visio for Mac, at least until now. Since I work as a network administrator, Microsoft Visio is very important for me to draw network diagram / topology. Although there are many Visio alternatives for Mac such ConceptDraw, LucidChart, SmartDraw, or OmniGraffle according to my opinion they can not replace Visio. It is the best because of its simplicity and easy to use. Another reason is I am already familiar with Visio when running Windows and also already bought the software license so buying another program for this purpose is wasting money.

We can install wine and winetricks packages using Homebrew, follow this post how to install Wine on OS X.
best way to store wine in an apartment Define Visio Home directory
best wine deals christmas 2014 Although it is not necessary, it is better to set environment folder for Visio.
best white wine olive gardenWe will set it under $HOME/.vision2007.
best type of red wine for diabetesInside your $HOME directory (/Users/your_username), create .visio2007 directory. Perform Wine initialisation and setup of WINEPREFIX in .visio2007 We need several packages be installed to run Visio 2007. Those packages are gdiplus, msxml6, dotnet20, riched20, and corefonts.

Install them using winetricks as follows: NOTES: Installing the packages above on the latest OS X 10.11.6 El Capitan or macOS 10.12 Sierra might encounter errors that the packages do not support 64-bit platform. To work around this, set WINEARCH to win32 using the command below. Then re-run to install the packages above. Thanks to ygrzl for pointing this out in the comment :) Capture example of installing .Net Framework (dotnet20) is as in image below: After installing the packages above, then run Wine configuration editor (winecfg) In Wine configuration, under Libraries tab make sure that gdiplus, msxml6, riched20 are set to native. Run Visio setup installation Once the above dependency packages installed and configured, we are ready to run the installation. After the installation completed and successful, you can run Visio using command below: Visio should be running well without any problem. To make it easier to run Visio using Terminal, create a script named as ‘visio’.