WineHQ

MAS90

Application Details:

Version: 3.0
License:
URL: http://www.bestsoftware.com/ma...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 0.9.27.

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Almost everything

What does not

Windows help (i.e. about->help) Acrobat manuals work (with supplied acrobat)

Workarounds

What was not tested

Reports will print, but may need tweaking.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowFedora Core 6Dec 27 20060.9.27.Yes Yes GoldJohn Voltz 
CurrentFedora Core 6Nov 06 20060.9.24.Yes Yes SilverJohn Voltz 
ShowFedora Core 5Aug 10 20060.9.17.Yes Yes Garbagean anonymous user 
ShowFedora Core 5Jul 26 20060.9.17.Yes Yes SilverJohn Voltz 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO Install MAS90 client with Wine

This was tested to work on a fully updated Fedora Core 6 installation running Wine-0.9.27.

1. Download and install ies4linux

2. Copy your ie6 directory from wherever you installed ies4linux (by default it is ~/.ies4linux/ie6) to ~/.wine. Here's a quick way,

At a bash prompt enter: cp -a ~/.ies4linux/ie6 ~/ && mv ~/ie6 ~/.wine && winecfg

3. Copy the C:\Windows\fonts directory from any available Windows installation to your Wine Windows directory. This is necessary because the MAS90 windows won't render properly with the supplied Wine fonts.

4. Make sure to add the user root to your MAS90 server and give read/write permission to him. If your network is using Active Directory, make sure that the Samba and Kerberos authentication settings on your client are correct (this is out of the scope of this how-to)

5. Create a mount point for your MAS90 server share. Mine is at /mnt/mas90.

mkdir /mnt/mas90

6. Add the following line to the client's /etc/fstab, modify it accordingly. This will automatically mount the share everytime you start the client.

server / share: mountpoint: username and password:

//fileserver/90w /mnt/mas90 cifs user=administrator,password=0xdeadbeef,user,rw 0 0

7. Mount the new share for the first time.

mount -a

8. Install mdac_typ.exe, this should be included with your copy of MAS90 under ./WKSETUP/DATAACC/mdac_typ.exe

9. Install Acrobat Reader 5.0, this should also be included with your copy of MAS90 under ./WKSETUP/Acrobat/ar500enu.exe

10. Install the MAS90 client software ./WKSETUP/Setup.exe

11. Create a shell script called linux_mas90.sh and save it on your MAS90 server in the HOME directory. Modify it accordingly.

#! /bin/sh
cd /mnt/mas90/MAS90/HOME
wine "m:\MAS90\HOME\PVXWIN32.EXE" ../launcher/sota.ini ../soa/mas90

12. Create a Wine dosdevice symlink to whatever mapped drive your MAS90 install expects to run from. Ours runs from drive O: Modify accordingly.

ln -s /mnt/mas90 ~/.wine/dosdevices/o:

13. Create a MAS90 users group on the client and add the appropriate users to the group.

14. Edit /etc/sudoers, comment the requiretty line and add the following line to allow the MAS90 user group to sudo the shell script:

#Defaults requiretty
%mas90users ALL=NOPASSWD: /bin/sh ./linux_mas90.sh

15. You can launch MAS90 as root (however this is not recommended for security reasons) by simply typing :

cd /mnt/mas90/MAS90/HOME
sh ./linux_mas90.sh

You can launch MAS90 as a normal user by the following:

cd /mnt/mas90/MAS90/HOME
sudo sh ./linux_mas90.sh



WARNING
I have not been able to positively confirm this, but it appears that when running MAS90 with Wine, the MAS90 system control file (sy0ctl.soa) can occasionally become corrupted. If anyone else is attempting to use MAS90 with Wine, be aware of this. If you experience this same problem, please leave me a message here on the wine.org site so I can confirm it. Thanks. 

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back