WineHQ

Quicken

No Screenshot

Submit Screenshot

Retail version of Quicken Deluxe 2017 downloaded from Amazon

Application Details:

Version: 2017 Deluxe
License: Retail
URL: http://www.intuit.com
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 4.0-rc6

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Installation with workarounds

All major functions including registration, web connect / downloading of transactions, and even program updates

What does not

Installation requires workarounds

Workarounds

  1. Create new wine prefix and install dotnet461 via winetricks
    1. WINEARCH=win32 WINEPREFIX=~/.wine.quicken winetricks -q dotnet461
  2. Change Direct Draw Renderer to GDI
    1. WINEARCH=win32 WINEPREFIX=~/.wine.quicken winetricks settings ddr=gdi
  3. Extract Installer to address the failure of the PDF Print Driver
    1. cd /path/to/installer/file
    2. 7z x Quicken_Deluxe_2017.exe
    3. perl -pi.bak -0777e 's/NOT REMOVE="ALL"InstallPDFDriver/NOT_REMOVE="ALL"InstallPDFDriver/' "DISK1/Quicken 2017.msi"
  4. Run the install using the modified setup program
    1. WINEPREFIX=~/.wine.quicken wine DISK1/Setup.exe
  5. At the end of installation, launch Quicken and complete registration and create new file or open existing file

What was not tested

N/A

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

Quicken Depends primarily on 3 workarounds:

  • Install dotnet 461 using winetricks (will fail if attempted from inside the program installer). Previous version of Wine did not handle a specific call for dotnet 461 that would prevent the application from running. Somewhere between version 3.0.4 and 4.0-rc6 the function was implemented.
  • Change the renderer to gdi to avoid screen tearing with opengl
  • Modify the MSI package to not install the PDF driver using perl to maintain the file size / checksum.

You may wish to use winetricks to install corefonts or other items to help with readability but it is not required.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 18.04 "Bionic" amd64 (+variants like Kubuntu)Jan 17 20194.0-rc6No, but has workaround Yes YesGoldPaul Sands 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back