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
What works
I only checked what I use. Account entry, balancing, reports.
What does not
Workarounds
What was not tested
I only checked what I use. Account entry, balancing, reports.
Hardware tested
Graphics:
Additional Comments
This is what I did. In the following comments, aej is my account name. This will need to change for your situation:
Created a new 32 bit wine prefix
$ WINEARCH=win32 WINEPREFIX=~/.wine32_money99 winecfg
In applications tab, set Windows Version = Windows XP
Using Winetricks
Install a font: corefonts
Install a Windows DLL or component: ie8, ie8_kb2936068
Renamed ~/.wine32_money99/drive_c/windows/system32/iexplore.exe to iexplore.exe_bak
Created link to ~/.wine32_money99/drive_c/Program Files/Internet Explorer/iexplore.exe named iexplore.exe in ~/.wine32_money99/drive_c/windows/system32/
Install Microsoft Money 99
Copy CD money99 folder to ~/.wine32_money99/drive_c/users/aej/Downloads
Copy ~/.wine32_money99/drive_c/users/aej/Downloads/money99/setup contents to ~/.wine32_money99/drive_c/users/aej/Downloads/money99
$ WINEARCH=win32 WINEPREFIX=~/.wine32_money99 wine cmd
> c:
> cd \users\aej\Downloads\money99
> acmsetup.exe /T money99.stf
When prompted where to install, use C:\Program Files\Microsoft Money
> exit
After install
Created link to ~/.wine32_money99/drive_c/Program Files/Microsoft Money/MSMONEY.EXE named MSMONEY.EXE
in ~/.wine32_money99/drive_c/Program Files/Microsoft Money/System
This command will run Microsoft Money 99
$ env WINEPREFIX="/home/aej/.wine32_money99" wine "C:\Program Files\Microsoft Money\System\MSMONEY.EXE"
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Lite 6.2 | Mar 09 2023 | 8.0 | Yes | Yes | No | Silver | Sebastian Wasl | |
Show | zz Do not use | Mar 09 2023 | 8.0 | No | Not installable | No | Garbage | Sebastian Wasl | |
Show | Linux Mint 21.1 | Mar 09 2023 | 7.22 | Yes | Yes | No | Silver | Sebastian Wasl | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Apr 16 2021 | 6.0 | Yes | Yes | No | Silver | Sebastian Wasl | |
Current | Manjaro Linux 18.0.0 | Feb 24 2019 | 4.2 | Yes | Yes | No | Bronze | LS650V |
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
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>
ln -s ~/.wine/drive_c/Program\ Files/Microsoft\ Money/MSMONEY.EXE ~/.wine/drive_c/Program\ Files/Microsoft\ Money/System/MSMONEY.EXE
Using this command, MS Money can be run directly.
env WINEPREFIX="/home/johndoe/.wine" wine "C:\Program Files\Microsoft Money\System\MSMONEY.EXE"