Published on

Running TaxAct 2009 with Wine on Fedora

Authors

Having to dual-boot into WinXP or Vista to run a tax program once a year is really bothersome. So, this year (the night before taxes were due), I set on the path of submitting my taxes without leaving Fedora.

I'd used TaxAct before (business and personal), so it was natural to want to see whether it would work in wine.

Install wine from scratch

yum install wine cabextract

Install winetricks to streamline the process :

cd ~/.wine
wget http://www.kegel.com/wine/winetricks
chmod 755 winetricks

Fix winetricks so that the i686 vs. 86x64 dual installations don't confuse it :

scite winetricks

Change :

WINE=${WINE:-wine}

To :

WINE=${WINE:-wine32}

Use winetricks to install some prerequisites :

./winetricks winxp
./winetricks ie6

Installation :

wine path_to_downloaded_installer/ta09dxdw.exe

Running :

wine32  drive_c/2nd\ Story\ Software/TaxACT\ 2009/TaxACT09.exe

What doesn't work :

  • Help text area at the bottom of screen has major issues with scrolling (apparently because the authors are trying to do some bit-blitting to speed up scrolling).

  • Upload of final filing didn't immediately work, though that may be due to servers at the other end.

What works :

  • Basically the whole tax preparation appears to work just fine, even the pop-up calculator/worksheets.  Overall, this was a much better experience than expected.

  • The program automatically downloads and installs the state tax module as required : this worked fine

  • The program checked for updates too, but, since I had installed the most recent version, no updates were required, so the update mechanism is untested.

  • Doing the state submission requires entering credit card information into the program - that seemed to work without a hitch

  • Since submitting the filing electronically didn't go through as expected, TaxAct offered a 'manual upload' system so that they would be the ones submitting the filing.  The file to be uploaded is (like) : ~/.wine/drive_c/windows/profiles/andrewsm/My\ Documents/TaxACT\ 2009/EFiles/mvnlmyhlXXXXjokyat_9.efr

  • Now there's no real need for dual booting ...