WineHQ
Microsoft Money 2004



Category: Main > Productivity > Finance/Accounting/Project/CRM > Microsoft Money > 2004


NameMicrosoft Money
Version2004
License  
URLhttp://www.microsoft.com/money
Votes 6
RatingGold
Wine Version1.4.1
Maintainers of this version:
No maintainers. Volunteer today!
Description
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works
seems to install ok


What does not
quits on start-up. Get the  dreaded "needs to close"  screen with an option to restart.  Restart behaves the same way.


What was not tested
nothing else was tested because app would not run


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowLinux Mint 13 "Maya" x86_64Jun 19 20121.4.1 Yes Yes Gold an anonymous user 
ShowUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Aug 06 20101.2 Yes Yes Gold an anonymous user 
ShowUbuntu 9.04 "Jaunty" (+ variants like Kubuntu)Aug 16 20091.1.27 Yes Yes Gold an anonymous user 
CurrentUbuntu 8.04 "Hardy" (+ variants like Kubuntu)Apr 26 20091.1.20 Yes No Garbage an anonymous user 
ShowUbuntu 8.10 "Intrepid" x86_64 (+ variants like Kubuntu)Feb 06 20091.1.14 Yes No Garbage Ivan 


Known bugs
Bug # Description Status Resolution Other apps affected
2621 MSMoney terminates with apparently security-related 73 (X_GetImage) error CLOSED FIXED View
4560 Money 2004 crashes when Monthly Report is run CLOSED FIXED View
4603 Money 2004 does not run with 0.9.8 CLOSED FIXED View
5386 MS Money 2004 does not run (Regression) CLOSED INVALID View
5431 Money 2004 install constantly asks for restart CLOSED FIXED View
5939 MS Money 2004 trial doesn't install many files CLOSED FIXED View
5960 MS Money 2004 trial does not start unless you install with WINEDLLOVERRIDES="msxml3=n" CLOSED FIXED View
6000 scanf format "%i" does not recognise octal nor hexadecimal numbers CLOSED FIXED View

 
HOWTO

ADMIN NOTE 2011-04-08: the instructions below are extremely outdated. They are being kept here as information for anyone who might want to try to update them, but they will not work as-is in current Wine.


How to install MS Money 2004 on Linux
Scott R. Jones - 4/5/2005


Installation Notes:
1. This installation was performed using the following software:
Fedora Core 3 with kernel 2.6.9-1.667smp (http://www.redhat.com/fedora)
Wine 20050310 (http://www.winehq.org)
WineTools 20050111 (http://www.von-thadden.de/Joachim/WineTools)
Microsoft Money 2004 Deluxe Retail CDROM (http://www.microsoft.com/money)
Microsoft Internet Explorer 6.0 SP1 (http://www.microsoft.com/windows/ie)

2. In the following instructions replace user and group with your user name and primary group.

3. When you see a $ it represents a command that is to be run as a normal user. When you see # it represents a command that should be run as root.

4. My cdrom mount point is /media/cdrecorder, please change your cdrom mount point to suit.

5. I create a sym link named ~/Wine_Drive which I refer to in this document. If you don't want to use this sym link you should substitute it with ~/.wine/drive_c

6. In Money the File>Open and File>New dialogs freeze Money. The workaround is to specify the .mny file on the command line as specified in the last section. If you don't already have a money file then you can use the .mny file that is created by default in ~/Wine_Drive/windows/profiles/user/My Documents/ when Money is started for the first time. You should then specify this file on the command line.


Prerequisits:
1. Have the appropriate version of Wine installed. If you have it installed in a different location than the default please substitute your install location for the default I specify.
2. Have the specified version of WineTools installed.
3. If you don't want to specify the OS emulation version on the wine command line you should set it in your /home/user/.wine/config file:
[Version]
"Windows" = "win98"


Create a scripts logging directory:

(This step is optional but I recommend it as Wine spits out good debug information
should a failure occur):
# mkdir -p /var/log/scripts
# chown user.group /var/log/scripts
# chmod g+swrx /var/log/scripts

Install Internet Explorer:
If you have not already configured Wine using WineTools do the following:
$ winetools
Click Ok 3 times.
Click "Base Setup" then Ok.
Click "Create a fake Windows drive" then Ok.
When that is complete click "DCOM98" then Ok.
When that is complete click "Internet Explorer 6.0 SP1 English"
When that is complete click Main Menu then Exit.

Install MS Money 2004 (From CDROM)
Insert the MS Money 2004 CD and mount it.
# mount /media/cdrecorder
$ wine /media/cdrecorder/setup.exe
Install MS money with Custom, and don't elect to install desktop shortcuts. Other than those two changes select all the defaults and answer yes to everything.
$ wineboot
$ wine /home/user/Wine_Drive/windows/loadqm.exe (don't know if this is required but it worked for me)
$ wine /media/cdrecorder/setup.exe /postreboot /pkg:mnypack

To test the Money install
$ cd ~/Wine_Drive/Program Files/Microsoft Money/System/
$ wine msmoney.exe ../sample.mny

To setup shortcuts for downloads and .mny file
NOTE: This is useful if you will be downloading statements and importing them into money. (Not required but I recommend it)
$ cd ~/Wine_Drive/windows/profiles/user/My Documents
$ ln -s /home/user/workspace/downloads downloads
$ ln -s /home/user/workspace/money Money

To run MS Money with a specified money file
$ cd ~/Wine_Drive/Program Files/Microsoft Money/System/
$ wine msmoney.exe ../../../windows/profiles/user/My Documents/Money/personal.mny
NOTE: Substitute personal.mny with whatever your money file is.

Create a wrapper script
Create an empty text file and paste the following into it
#!/bin/sh
cd /home/user/Wine_Drive/Program Files/Microsoft Money/System/
wine msmoney.exe ../../../windows/profiles/user/My Documents/Money/personal.mny > /var/log/scripts/money.log 2>&1

NOTE: If you are not using logging then remove everything after the ".mny" in the previous line.


 




   << Back

Page loaded in 0.09349 seconds.