WineHQ

Microsoft Money

Microsoft Money 99 (Version 7.0)

Application Details:

Version: 99 Version 7.0
License: Retail
URL: http://www.microsoft.com/money
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 8.0

Maintainers: About Maintainership

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

Account maintenance

Posting

Reporting

Printing, using the CUPS printers of the underlying installation

What does not

Workarounds

What was not tested

any online functionality, it is long gone.

Hardware tested

Graphics:

  • GPU: Other
  • Driver: open source

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowLinux Lite 6.2Mar 09 20238.0Yes Yes NoSilverSebastian Wasl 
Showzz Do not useMar 09 20238.0No Not installable NoGarbageSebastian Wasl 
CurrentLinux Mint 21.1Mar 09 20237.22Yes Yes NoSilverSebastian Wasl 
ShowUbuntu 20.04 "Focal" (+ variants like Kubuntu)Apr 16 20216.0Yes Yes NoSilverSebastian Wasl 
ShowManjaro Linux 18.0.0Feb 24 20194.2Yes Yes NoBronzeLS650V 

Known Bugs

Bug # Description Status Resolution Other apps affected
625 Multiple applications need support for private dll search paths 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\AppName.exe' (Lotus Organizer 97, Microsoft Money 99, LeapFrogConnect) NEW View

Show all bugs

HowTo / Notes

How to install and run MS Money 99 Version 7.0

General How-To

Install Wine

For this how-to, I'll pretend that the username in Linux is johndoe

Firstly, we have to activate the 32 bit architecture:

sudo dpkg --add-architecture i386

Add repository key and repository

sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources #replace 'jammy' with your Ubuntu version
sudo apt update
sudo apt install --install-recommends winehq-stable
cd /usr/bin
sudo wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sudo chmod +x winetricks
cd ~
# Prepare the environment for MS Money - using a separate wine prefix

When winecfg is installed, you don't need to install MONO when the popup appears. When the installation asks for GECKO, click YES and let GECKO install automatically.

WINEARCH=win32 winecfg
winetricks -q corefonts ie7 win7


In Linux Terminal:

mv ~/.wine/drive_c/windows/system32/iexplore.exe ~/.wine/drive_c/windows/system32/iexplore.exe_bak
ln -s ~/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe ~/.wine/drive_c/windows/system32/iexplore.exe
cp -r MONEYSOURCEFOLDER ~/.wine/drive_c/users/johndoe/Downloads
cp MONEYUPDATESOURCEFOLDER ~/.wine/drive_c/users/johndoe/Downloads
sudo cp ~/.wine/drive_c/users/johndoe/Downloads/money/MONEY99/setup/* ~/.wine/drive_c/users/johndoe/Downloads/money/money99
 
wine cmd
c:
cd \users\johndoe\Downloads\money99
acmsetup.exe /T money99.stf
# Install to c:\Program Files\Microsoft Money
QFE05127.EXE
exit
</updates></cd>

After installing MS Money

ln -s ~/.wine/drive_c/Program\ Files/Microsoft\ Money/MSMONEY.EXE ~/.wine/drive_c/Program\ Files/Microsoft\ Money/System/MSMONEY.EXE

Runtime

Using this command, MS Money can be run directly.

env WINEPREFIX="/home/johndoe/.wine" wine "C:\Program Files\Microsoft Money\System\MSMONEY.EXE"

Comments

Back