Microsoft Money 2005
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 3 DescriptionPersonal finance management software program. Source code#!/bin/bash # Last revision : (2013-06-09 14-38) # Tested : Debian 6.0, Mac OSX # Author : Tinou # Script licence : GPLv3 # # This script is designed for PlayOnLinux and PlayOnMac. # CHANGELOG # [SuperPlumus] (2013-06-09 14-38) # gettext [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Money 2005" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com/" "Tinou" "Money205" #Preparation de Wine POL_System_SetArch "x86" POL_Wine_SelectPrefix "Money2005" POL_Wine_PrefixCreate "1.4.1" POL_SetupWindow_InstallMethod LOCAL,CDROM if [ "$INSTALL_METHOD" = "CD" ] then POL_SetupWindow_cdrom [ -e "$CDROM/install.exe" ] && cdFile="install.exe" || cdFile="setup.exe" POL_SetupWindow_check_cdrom "$cdFile" wFile="$CDROM/$cdFile" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" wFile="$APP_ANSWER" fi POL_Call POL_Install_ie6 POL_SetupWindow_wait "Installing $TITLE" "$TITLE" POL_Wine "$wFile" POL_Wine_WaitExit #CREATION LANCEUR POL_Shortcut "msmoney.exe" "$TITLE" POL_Shortcut_InsertBeforeWine "$TITLE" "wineserver -k" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Quadrant368 | Sunday 10 November 2019 at 9:55 |
Quadrant368
|
MessageJe n'avais pas réussi sur mon précédente macbook 2011 avec High sierra, Je suis sur Macbook pro début 2019/ OS Mojave, j'ai fait à nouveau un essai et je n'y arrive pas... (pourtant j'ai récupéré le fichier rendu public par Microsoft lors de l'abandon de l'exploitation de Money Money2005-FR-QFE3.exe et je n'arrive pas à le faire fonctionner... Quelqu'un peut-il m'aider? Replies |
clauribe | Sunday 11 October 2015 at 22:12 |
clauribe
|
MessageQuentin back again, after installation of OS El Capitan - Money 2005 does not work anymore :-(
Replies |
yodorian | Tuesday 6 January 2015 at 21:08 |
yodorian
|
Message
Hello Did you finally succeed to get Money installed and working with Playonmac. I am currently trying to intall it and walk through numerous of regsvr32.exe error message during dll installation find below an example of error log I get: Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0x94daf564). Could please provide me support to get this fixed ? Thanks and regards RepliesTuesday 6 January 2015 at 21:31
Wednesday 7 January 2015 at 15:05
Wednesday 7 January 2015 at 18:06
Friday 9 January 2015 at 18:36
|
Quentin PÂRIS | Tuesday 9 December 2014 at 0:46 |
Quentin PÂRIS
|
InformationThis update has been approved by the team. Differences@@ -23,7 +23,7 @@ #Preparation de Wine POL_System_SetArch "x86" POL_Wine_SelectPrefix "Money2005" -POL_Wine_PrefixCreate +POL_Wine_PrefixCreate "1.4.1" POL_SetupWindow_InstallMethod LOCAL,CDROM New source code#!/bin/bash # Last revision : (2013-06-09 14-38) # Tested : Debian 6.0, Mac OSX # Author : Tinou # Script licence : GPLv3 # # This script is designed for PlayOnLinux and PlayOnMac. # CHANGELOG # [SuperPlumus] (2013-06-09 14-38) # gettext [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Money 2005" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com/" "Tinou" "Money205" #Preparation de Wine POL_System_SetArch "x86" POL_Wine_SelectPrefix "Money2005" POL_Wine_PrefixCreate "1.4.1" POL_SetupWindow_InstallMethod LOCAL,CDROM if [ "$INSTALL_METHOD" = "CD" ] then POL_SetupWindow_cdrom [ -e "$CDROM/install.exe" ] && cdFile="install.exe" || cdFile="setup.exe" POL_SetupWindow_check_cdrom "$cdFile" wFile="$CDROM/$cdFile" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" wFile="$APP_ANSWER" fi POL_Call POL_Install_ie6 POL_SetupWindow_wait "Installing $TITLE" "$TITLE" POL_Wine "$wFile" POL_Wine_WaitExit #CREATION LANCEUR POL_Shortcut "msmoney.exe" "$TITLE" POL_Shortcut_InsertBeforeWine "$TITLE" "wineserver -k" POL_SetupWindow_Close exit Replies |
clauribe | Monday 8 December 2014 at 23:59 |
clauribe
|
MessageDear Quentin I have been using Money 2005 for many years (at least from 2010) thanks to the fabulous PlayOnMac :-) But i changed the OS --> yosemite, on my Mac Mini, MacbookAir, and since then cannot manage to use it anymore... I went on the website and downloaded the new version of POM 4.2.5. I had a message at the onstalletion regarding the mono version of Wine (sorry did forget to write the message], and now i can launch Money, I have the little music at the beginning, and when I try Fichier/Ouvrir none of the menus appear :-( Tried to check the forum but without success... Any help would be very appreciated!. En tous cas merci pour tout - Catherine
RepliesTuesday 9 December 2014 at 0:46
Wednesday 10 December 2014 at 11:21
Wednesday 10 December 2014 at 11:27
Tuesday 16 December 2014 at 8:24
Tuesday 16 December 2014 at 21:23
Edited by Tinou |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com