[Bug 11719] New: Intuit QuickBooks Simple Start 2008 install fails
http://bugs.winehq.org/show_bug.cgi?id=11719 Summary: Intuit QuickBooks Simple Start 2008 install fails Product: Wine Version: 0.9.56. Platform: Other URL: http://quickbooks.intuit.com/product/accounting- software/free-accounting-software.jhtml OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com First hurdle: downloaded .exe is a copy of the akamai download manager, which does nothing because of http://bugs.winehq.org/show_bug.cgi?id=9727 Happily, it leaves behind the URL of the real installer in c:/program files/akamai/mumble.url; it's http://DLM.download.intuit.com/SBD/QuickBooks/2008/R1/QuickBooksSimpleStartD... The next problem is that the installer tries to install mdac 2.8 and fails, seemingly because of http://bugs.winehq.org/show_bug.cgi?id=5824 You can reproduce this quickly using the unpacked mdac installer in c:/windows/temp/MdacTempFolderQB if you like. Happily, you can work around this with sh winetricks mdac28 The installer struggles through the .net 2 install but thinks it completes successfully (in spite of some crashes). It then starts the inner installer, which asks a few questions, then hangs with no UI visible. You can reproduce this by running the unpacked inner installer in c:/windows/temp/FSE/QBooks if you like. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-12-09 21:33:36 --- Still present in git (didn't try the download manager). Using the direct link, starts okay, installs Flash 8, then goes for dotnet20, but fails (guess it doesn't like that crash). Installing dotnet20 before hand works around it, but then the installer fails with: err:msi:msi_cabextract FDICopy failed err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Data1.cab" err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 1627 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627 Didn't try anything past that. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-12-09 22:23:05 --- Dang, that sounds just like the bug in SPSS 16/17. Try the patch attached to bug 14930 and let me know if it solves it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-12-10 00:34:52 --- Still fails for me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-12-25 17:22:27 --- Looks like FDICopy fails while trying to use CreateFile to open system32/msxml4.dll for writing; it fails because that file is already open. The installer does some COM call that references a COM object defined in msxml4.dll... and that dll is never unloaded, so msxml4.dll is never closed. (The COM call comes right about the time the installer opens qbregistration.dat, for those pawing through logs.) I don't know who's at fault here. It kinda looks like the installer installs msxml4 twice, too, or there'd be nothing for that COM call to reference. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2009-01-13 16:38:37 --- Here's another instance. eCabinet installer fails because it can't open c:/windows/system32/mfc42.dll (c0000043, sharing violation). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com --- Comment #6 from James Hawkins <truiken(a)gmail.com> 2009-03-25 13:44:33 --- Assigning to myself. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josmar52789(a)gmail.com --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-04-23 10:58:19 --- *** Bug 15793 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs(a)o2.co.uk -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 David Fraser <davidf(a)sjsoft.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |davidf(a)sjsoft.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 Kevin <yungblood(a)yungblood.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yungblood(a)yungblood.com --- Comment #8 from Kevin <yungblood(a)yungblood.com> 2009-08-25 12:23:40 --- Confirmed same issue with msxml4.dll in Quick Books Premiere 2009. Any luck? Anything I can do to help? -Kevin -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 --- Comment #9 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-11-11 12:41:56 --- With wine-1.1.32-499-gffb2cfc, after installing dotnet20, launching the direct QuickBooks 2008 installer, skipping out on the updates (bug 18171), and letting the installer run to completion, the installation succeeds without an FDICopy failure, so this bug seems to be fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-30 21:29:12 --- Still works in 1.2-rc2. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11719 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-11 12:49:26 --- Closing bugs fixed in 1.2-rc3. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org