msmoneysetup_Linux_64bit_FullInstall_06Jun2026.zip
https://drive.google.com/file/d/1eBml4ukoljugUxZC2goGhexlSuun2o7C/view?usp=drive_linkMoney and msmoneyquotes now run in parallel, so no more delay. Thanks to the user who pushed for looking into it. This is probably the main reason anyone with an existing Money installation might want this version. It's really only one character change in MSMoney.sh. Or, for existign installations, in MSMoney.sh you can remove the -c flag if you don't need updated currencies.
Most of the changes are for me to make my life easier. ;)
- Simpler Debian/Ubuntu/Mint detection, less code.
- Improved code for installing multiarch / i386 libraries. Only installs if necessary for older distros.
- I don't need to keep updating for new releases. (hopefully!)
- Install.sh doesn't download and install gecko and mono anymore. I did some testing and determined that MS Money doesn't use them. And if something changes, wine will download and install them itself.
- Install.sh and MSMoney.sh don't backup and restore Money settings from the registry anymore. I think this is really only useful if someone reinstalls Money often. For me, in testing the different versions of Money, having those registry files creates problems and confusion. If I install Money 2005 UK but Install.sh imports my preferences from Sunset Deluxe there are oddities that can result.
- Install.sh still installs winehq-stable, wine 11.0. I've been using/testing winehq-devel, through wine 11.10 and I haven't seen any problems so far; no crashes or hangs. No improvements to the problems for non-Sunset versions of Money unfortunately.
- I kept trying to investigate/fix the problem with "Balance this account" in the non-Sunset versions over the last couple of months, to include modifying or swapping the dll that is associated with the process deadlock; no joy. I haven't had any problems importing transactions though.
- Uninstall.sh has caused me a bit of indecisiveness. On the one hand, I want people to be able to put their system back to the way it was before using msmoneysetup, but I don't want to force it and cause problems for people. For example, if someone installs Money, and then later installs something that needs something that was installed with Install.sh, I don't want Uninstall.sh to remove anything that is still being used. So at this point Uninstall.sh will remove wine and the wine apt source but not the other packages. If i386 multiarch support was installed for Debian/Ubuntu/Mint older than 2025 or so, those files will remain as well. If this is a problem for anyone, just reach out and I can help.