I have been trying to get money2003 installed and running under wine. The error: fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveDuplicateFiles" fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders" err:msi:ACTION_InstallFiles compressed file wasn't extracted (L"c:\\Program Files\\Microsoft Money\\System\\compdll.dll") err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 [gary@localhost ies4linux-2.0.5]$ ) has me sitting under my desk talking to myself. Can anyone provide a clue as to what is causing this (the error, not my sitting under my desk ) So far I have set permissions on all of the files/folders to read/write and all of the folders/files are in the same path; the cab file with compdll.dll is available - I even extracted compdll.dll from the cabinet file and placed it in the folder that the install appears to be trying to place it. Reply With Quote <http://forum.fedoraforum.org/newreply.php?do=newreply&p=726414>
Thursday January 18 2007 20:40?Gary ????????:> I have been trying to get money2003 installed and running under wine. > The error: > fixme:msi:ACTION_HandleStandardAction unhandled standard action > L"RemoveDuplicateFiles" > fixme:msi:ACTION_HandleStandardAction unhandled standard action > L"RemoveFolders" > err:msi:ACTION_InstallFiles compressed file wasn't extracted > (L"c:\\Program Files\\Microsoft Money\\System\\compdll.dll") > err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" > returned 1603 > err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" > returned 1603 > [gary@localhost ies4linux-2.0.5]$ > ) > > > has me sitting under my desk talking to myself. > Can anyone provide a clue as to what is causing this (the error, not my > sitting under my desk ) > > So far I have set permissions on all of the files/folders to read/write > and all of the folders/files are in the same path; the cab file with > compdll.dll is available - I even extracted compdll.dll from the cabinet > file and placed it in the folder that the install appears to be trying > to place it. > > Reply With Quote > <http://forum.fedoraforum.org/newreply.php?do=newreply&p=726414> > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-usersFirst can you tell more about what problems you have? Installer fails? If so then you should file a bug report to http://bugs.winehq.org (this will help the Wine project be better) and as workaround you can try to use Windows native dlls for msi. If this is not enough (you will encouter more or others errors) then run your installer with "WINEDEBUG=+loaddll wine program.exe", see what dlls are loaded and try to run again like this: WINEDLLOVERRIDES="dllname1,dllname2=n" wine program.exe But note that you shouldn't use native dlls without real need. Make sure that you have Windows dlls in your Wine's C:\windows\system32\ directory.
Gary wrote:>I have been trying to get money2003 installed and running under wine. >... > err:msi:ACTION_InstallFiles compressed file wasn't extracted (L"c:\\Program Files\\Microsoft Money\\System\\compdll.dll") >err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"returned 1603 It's not your fault. There are some apps that wine just doesn't install well yet. MS Money seems to be one of them. One used to be able to use native msi to work around some problems of this sort, but I don't know if it would work here, or if you can still do that at all. BTW, this looks kind of like the same error one gets when installing the Money 2007 trial: http://bugs.winehq.org/show_bug.cgi?id=5965 but that might just be a superficial similarity. - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv
This was attempted using fedora fc6. What I posted is the tail end of the console output from an attempt to run /media/cdrom/setup.exe with the money2003 cd mounted. Winehq web site contains info fromn one person indicating a money install without problems. In an attempt to duplicate that I installed suse 10.2 linux and 0.9.4 wine and the rest of the wine tools in the suse box. But a lot of questions have been raised. On seems to be a biggie - how do I tell the money install process that IE6 has already been installed and working? (using ies4linux) In the meantime I am installing SUSE linux in an attempt to mimic the post in winehq web page that claims money 2003 works; and placed it on the "gold" list of apps.> > From: "L. Rahyen" <research@science.su> > Date: 2007/01/18 Thu PM 09:42:12 EST > To: wine-users@winehq.org > CC: Gary <gwgrover@windstream.net> > Subject: Re: [Wine] Wine and Money 2003 > > Thursday January 18 2007 20:40?Gary ????????: > > I have been trying to get money2003 installed and running under wine. > > The error: > > fixme:msi:ACTION_HandleStandardAction unhandled standard action > > L"RemoveDuplicateFiles" > > fixme:msi:ACTION_HandleStandardAction unhandled standard action > > L"RemoveFolders" > > err:msi:ACTION_InstallFiles compressed file wasn't extracted > > (L"c:\\Program Files\\Microsoft Money\\System\\compdll.dll") > > err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" > > returned 1603 > > err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" > > returned 1603 > > [gary@localhost ies4linux-2.0.5]$ > > ) > > > > > > has me sitting under my desk talking to myself. > > Can anyone provide a clue as to what is causing this (the error, not my > > sitting under my desk ) > > > > So far I have set permissions on all of the files/folders to read/write > > and all of the folders/files are in the same path; the cab file with > > compdll.dll is available - I even extracted compdll.dll from the cabinet > > file and placed it in the folder that the install appears to be trying > > to place it. > > > > Reply With Quote > > <http://forum.fedoraforum.org/newreply.php?do=newreply&p=726414> > > > > > > _______________________________________________ > > wine-users mailing list > > wine-users@winehq.org > > http://www.winehq.org/mailman/listinfo/wine-users > > First can you tell more about what problems you have? Installer fails? If so > then you should file a bug report to http://bugs.winehq.org (this will help > the Wine project be better) and as workaround you can try to use Windows > native dlls for msi. If this is not enough (you will encouter more or others > errors) then run your installer with "WINEDEBUG=+loaddll wine program.exe", > see what dlls are loaded and try to run again like this: > > WINEDLLOVERRIDES="dllname1,dllname2=n" wine program.exe > > But note that you shouldn't use native dlls without real need. Make sure that > you have Windows dlls in your Wine's C:\windows\system32\ directory. >