MSMoney for Linux - 15June2025

152 views
Skip to first unread message

N G

unread,
Jun 16, 2025, 8:04:27 AMJun 16
to Microsoft Money
msmoneysetup_Linux_64bit_FullInstall_15June2025.zip

Two tweaks/fixes:

1. The syntax for downloading the money installer files was goofed, now fixed. The bash implementation for Mac isn't the same as Linux, so when I try to match the code as much as possible on both platforms sometimes unexpected glitches result. 
2. msmoneysetup removes xml/url files to stop Money from phoning home to g.msn.com. Install.sh wasn't grabbing all the files for Canada/regional.

Nathan

Gerardus Doedee

unread,
Jun 18, 2025, 8:18:10 PMJun 18
to Microsoft Money
Testing Linux_64bit_FullInstall_15June2025.zip
OS: Xubuntu 22.04
Windowing Sytem. XFCE
Previous install: Linux_64bit_FullInstall_19Apr2025.zip
MS Money Version: Dlx

Removed both msmoneysetup and .msmoneyprefix
Extracted new msmoneysetup and prepped
Installs as expected
MSMoney operates as expected

Had to make change below in msmoneysetup/winetricks/winetricks.sh

export WINEPREFIX=~/msmoneyprefix

Should read

export WINEPREFIX=~/.msmoneyprefix

(Added the . to point to the now hidden msmoneyprefix)

Cheers,

Gerardus

N G

unread,
Jun 18, 2025, 8:20:39 PMJun 18
to Microsoft Money
Hi Gerardus,

Thanks for this, I'll make the change and reupload.

Nathan

N G

unread,
Jun 18, 2025, 8:25:06 PMJun 18
to Microsoft Money

Gerardus Doedee

unread,
Jun 20, 2025, 11:52:23 AMJun 20
to Microsoft Money
FYI,

I took a Fedora 41 VM, installed Linux_64bit_FullInstall_15June2025 and tested. Money working as expected.

I then did a version upgrade where the VM was upgraded from Fedora 41 to Fedora 42.

Tested Money after the Fedora version upgrade. Everything working as expected.

Gerardus

N G

unread,
Jun 20, 2025, 10:12:12 PMJun 20
to Microsoft Money
Gerardus,

Wow, thanks for testing and confirming that. It has been my experience that when wine is upgraded the prefix is also upgraded and MSMoney has continued to work.

Nathan

-Kevin N

unread,
Jul 27, 2025, 9:12:41 PMJul 27
to Microsoft Money
Hi Nathan,

I upgraded to Mint Cinnamon 22.1 today.  
I'm happy the report that I ran Install.sh and MS Money is working fine. I haven't done extensive testing but winecfg also works as expected and I was able to reduce the screen resolution to 98 - a better fit for my laptop.

-Kevin N.

N G

unread,
Jul 28, 2025, 9:42:25 PMJul 28
to Microsoft Money
Hi Kevin,

That’s great! I’ve been working on the Mac version for a while now, it’s just that much more complicated, where running wine on Linux is so easy. I’m glad it was seamless! That’s exactly what I had been shooting for!

Hope everything is going good for you and your fam in your part of the world.

Thanks for the update!
Nathan

Dharmendra

unread,
Aug 19, 2025, 3:57:14 PMAug 19
to Microsoft Money
Sorry guys I am completely new to this Linux and its such a pleasure to know I can get MS Money running on Linux machine. I downloaded 
"msmoneysetup_Linux_64bit_FullInstall_15June2025" package. I am running Ubuntu 22.04. Extracted msmoneysetup folder and placed it in the home directory. So now my home directory lists desktop, documents, downloads all of those default folders along with msmoneysetup. 
When I try to run 
cd ~/msmoneysetup && ./Install.sh
I get permission denied. 
Am I keeping the extracted folder where it should be, what I am doing wrong? Appreciate your help guys. 

N G

unread,
Aug 20, 2025, 5:22:48 AMAug 20
to Microsoft Money
Hi Dharmendra,

Can you cd into msmoneysetup and run a ls -al ?

$ cd ~/msmoneysetup
$ ls -al

Mine looks like:

$ ls -al
total 72
drwxrwxr-x 13 giardn giardn  4096 Jul 15 15:59 .
drwxr-xr-x 30 giardn giardn  4096 Aug 18 10:33 ..
drwxrwxr-x  2 giardn giardn  4096 Jul 15 15:03 desktop
drwxrwxr-x  2 giardn giardn  4096 Apr 19 08:53 extras
drwxrwxr-x  2 giardn giardn  4096 Apr 17 15:49 Guides
-rwxrwxr-x  1 giardn giardn 18576 Jul 15 15:59 Install.sh
drwxrwxr-x  2 giardn giardn  4096 Jul 12 15:43 logs
drwxrwxr-x  8 giardn giardn  4096 Jul 14 16:56 mnybackups
drwxrwxr-x  2 giardn giardn  4096 Jul 12 21:25 moneyinstaller
drwxrwxr-x  2 giardn giardn  4096 Jul 11 18:51 msmoneyquotes
drwxrwxr-x  5 giardn giardn  4096 Jun  9 17:58 ofxpy_pocketsense-python3-linux
drwxrwxr-x  3 giardn giardn  4096 Jul 12 21:31 registry
drwxrwxr-x  2 giardn giardn  4096 Jun 16 20:41 .uninstall
drwxrwxr-x  3 giardn giardn  4096 Jul 11 20:25 winetricks


You should have execute permissions on Install.sh (-rwxrwxr-x) but if not:

$ chmod u+x

You might have to sudo that if you're not the owner for some reason:

$ sudo chmod u+x

If by some reason you're not the owner (notice on mine it says giardn giardn) you might need to:

$ sudo chown yourusername ./Install.sh

It could be that copying the file msmoneysetup_Linux_64bit_FullInstall_15June2025.zip to your home folder first and then extracting it might be what you need.  

Let us know what you find.
Nathan

Dharmendra

unread,
Aug 20, 2025, 1:41:58 PMAug 20
to Microsoft Money
Nathan,
This sentence, " It could be that copying the file msmoneysetup_Linux_64bit_FullInstall_15June2025.zip to your home folder first and then extracting it might be what you need.  "
caught my attention. My mistake was I manually transferred the extracted folder from Windows laptop to Linux.
So now, I went to Linix laptop, deleted the folder, and did the fresh download, extracted and followed the instruction from the guide, installation ran well without any problem, I am up and running, yay. 
Thank you very much, you are awesome! 

N G

unread,
Aug 20, 2025, 7:37:02 PMAug 20
to Microsoft Money
Well done!

Glad you got it sorted out.
Nathan

Reply all
Reply to author
Forward
0 new messages