Maui
Board Index divider Search Member List Help
Hello There, Guest! Login Register
Login
Username:
Password: Lost Password?
 
Maui Forums › Maui Support › Software & Applications › problems with vmware: which virtual machine is best?

problems with vmware: which virtual machine is best?
rocky7x Offline
Island Inhabitant
*****
Joined: Jul 2016
Posts: 344
#7
20th March 2017, 13:23
(20th March 2017, 12:50)benit Wrote:
(20th March 2017, 12:23)rocky7x Wrote: Hi,

I use Virtualbox for years and being very satisfied with it. No issues at all. Using the version from the Ubuntu repositories, not the one from Virtualbox site, though.

As for Office 2010, I use it as well, but via wine - it works flawlessly, so you can maybe try it that way.

As for the HP printer/scanner, I use them as well, via HP Lip - all functions work flawlessly once the proprietary plugin is installed. So if those are only 2 things you need the VM for, maybe you can ditch Windows for good.

The only thing I need VM for are SAP related apps, which are pretty much non-existent for Linux and wine cannot run them properly.

Thank you very much for responding so quickly!

I never succeeded with Wine and Office 2010 and I do not want to spend much time with that. If there is an "idiot-safe" step-by-step guide I might try again in the next weeks.

I have IRIS software for OCR for the HP scanner, that is my concern. I did not find any comparable Linux alternative that also improves scanned image AND OCRs it. Was in contact with Vuescan, but that does not run with Maui and my HP scanner so far.

Hi,

Installing Office 2010 in wine 1.8 is very easy, quite straightforward:
1. create a new prefix for office 2010 (must be 32-bit):

Code:
WINEPREFIX=~/.wine-office2010 WINEARCH='win32' winecfg

2. when it finishes, just close winecfg and mount the Office 2010 installation iso

Code:
sudo mkdir /media/office
sudo mount -o loop office2010.iso /media/office

3. install the needed packages

Code:
sudo apt-get install winbind winetricks

4. via winetricks install into that new prefix corefonts and msxml6

Code:
WINEPREFIX=~/.wine-office2010 WINEARCH='win32' winetricks corefonts msxml6


5. cd /media/office and start the office installation and install all components you need

Code:
WINEPREFIX=~/.wine-office2010 WINEARCH='win32' wine setup.exe

6. once the installation is finished, start the winecfg in the prefix, switch to tab Libraries and set riched20.dll to Native - this is needed for Powerpoint to work.

Code:
WINEPREFIX=~/.wine-office2010 WINEARCH='win32' winecfg

It will also create the links for all M$ programs in the start menu and also in the right click context menu Wink So the usage is completely native - I use it without any problems for a long time already (when Libreoffice doesn't work Wink )

As for the IRIS software, it should work excellent via wine as well, since it has Platinum support from wine - check this:
https://appdb.winehq.org/objectManager.p...&iId=23406

The only prerequisite apparently is to use a 32-bit prefix (similar to Office 2010).
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
problems with vmware: which virtual machine is best? - by benit - 20th March 2017, 12:10
RE: problems with vmware: which virtual machine is best? - by rocky7x - 20th March 2017, 12:23
RE: problems with vmware: which virtual machine is best? - by benit - 20th March 2017, 12:50
RE: problems with vmware: which virtual machine is best? - by rocky7x - 20th March 2017, 13:23
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 20th March 2017, 15:21
RE: problems with vmware: which virtual machine is best? - by rocky7x - 20th March 2017, 15:36
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 21st March 2017, 7:23
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 30th April 2017, 3:56
RE: problems with vmware: which virtual machine is best? - by benit - 20th March 2017, 12:51
RE: problems with vmware: which virtual machine is best? - by rocky7x - 20th March 2017, 13:04
RE: problems with vmware: which virtual machine is best? - by benit - 20th March 2017, 13:02
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 20th March 2017, 15:09
RE: problems with vmware: which virtual machine is best? - by rocky7x - 21st March 2017, 12:12
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 21st March 2017, 12:35
RE: problems with vmware: which virtual machine is best? - by rocky7x - 21st March 2017, 14:30
RE: problems with vmware: which virtual machine is best? - by AJSlye - 22nd March 2017, 14:06
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 23rd March 2017, 9:01
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 23rd March 2017, 8:24
RE: problems with vmware: which virtual machine is best? - by rocky7x - 23rd March 2017, 10:54
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 23rd March 2017, 11:34
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 23rd March 2017, 13:00
RE: problems with vmware: which virtual machine is best? - by rocky7x - 23rd March 2017, 15:42
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 24th March 2017, 2:00
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 24th March 2017, 3:17
RE: problems with vmware: which virtual machine is best? - by rocky7x - 24th March 2017, 9:30
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 24th March 2017, 10:19
RE: problems with vmware: which virtual machine is best? - by rocky7x - 24th March 2017, 14:58
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 24th March 2017, 16:12
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 26th March 2017, 12:35
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 8th April 2017, 11:25
RE: problems with vmware: which virtual machine is best? - by rocky7x - 10th April 2017, 13:27
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 10th April 2017, 14:03
RE: problems with vmware: which virtual machine is best? - by benit - 10th April 2017, 21:38
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 11th April 2017, 2:18
RE: problems with vmware: which virtual machine is best? - by benit - 11th April 2017, 9:52
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 11th April 2017, 11:22
RE: problems with vmware: which virtual machine is best? - by benit - 11th April 2017, 13:22
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 11th April 2017, 14:32
RE: problems with vmware: which virtual machine is best? - by benit - 11th April 2017, 15:59
RE: problems with vmware: which virtual machine is best? - by benit - 11th April 2017, 16:10
RE: problems with vmware: which virtual machine is best? - by rocky7x - 11th April 2017, 22:24
RE: problems with vmware: which virtual machine is best? - by rocky7x - 11th April 2017, 22:05
RE: problems with vmware: which virtual machine is best? - by rocky7x - 11th April 2017, 22:19
RE: problems with vmware: which virtual machine is best? - by benit - 12th April 2017, 14:23
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 16th April 2017, 3:19
RE: problems with vmware: which virtual machine is best? - by rocky7x - 12th April 2017, 19:25
RE: problems with vmware: which virtual machine is best? - by rocky7x - 30th April 2017, 14:35
RE: problems with vmware: which virtual machine is best? - by kdemeoz - 30th April 2017, 14:44

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't run virtual box jairlebentz 2 12,863 22nd December 2017, 19:34
Last Post: jairlebentz

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

  • Contact Us
  • Maui Forums
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 19th July 2025, 23:09 Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode