Why sign in to the Community?

  • Submit a question
  • Check your notifications
Sign in to the Community or Sign in to TurboTax and start working on your taxes
New Member
posted Jan 16, 2023 10:20:15 AM

How can i fix the error 2894 error during installation

IT happen both in the downloaded version as well the CD from Costco

0 16 5622
16 Replies
Intuit Alumni
Jan 16, 2023 10:37:11 AM

So we can take a closer look at your specific situation, please reach out to us directly using the Help Article here.  This ensures you will get to the correct department as quickly as possible.

New Member
Jan 16, 2023 11:08:42 AM

the posting there don't help .This is notoriously defective

 

Level 15
Jan 16, 2023 11:20:23 AM

That is a Windows Installer error - https://answers.microsoft.com/en-us/windows/forum/all/im-getting-window-installer-error-2894-when-i-try/d4e74e58-62f4-45ca-ba54-7e21b27254b8

 

This is a rare error when installing TurboTax.  Try uninstalling TurboTax and then re-start your computer.  Then install the software again.  If it still fails with the error then you need contact TurboTax support.

 

See this TurboTax support FAQ for contacting support - https://ttlc.intuit.com/turbotax-support/en-us/help-article/account-management/contact-turbotax/L2y9ZKpQB_US_en_US?uid=lcxibhri

 

Support can also be reached by messaging them on these pages https://www.facebook.com/turbotax/ and https://twitter.com/TeamTurboTax

Intuit Alumni
Jan 16, 2023 11:39:13 AM

If you need additional assistance, please see the information here to contact customer support. 

Level 1
Jan 29, 2023 9:30:38 PM

your software developers need to apply a fix to this problem within your program 

Level 1
Jan 30, 2023 2:06:11 PM

TurboTax is doing nothing to fix this problem.  I was on the phone for hours with the tech and he kept repeating the same operations.  Finally, He copped out and sent me instructions for a clean boot.  Still did work.  No other problems with other applications.

New Member
Feb 4, 2023 12:26:56 PM
New Member
Mar 19, 2023 5:32:07 AM

I tried installing Turbotax 2022 from CD and I get error code 2894.  I tried everything but still no good.  I have windows 10 and plenty of hard drive space available.  I also ran as administrator.

New Member
Mar 19, 2023 5:39:50 AM

No one seems to be able to fix my problem with installing turbo tax 2022 from new CD I purchased.  I have windows 10 with plenty of drive space and have tried installing with administrator privileges.  I still get error code 2894.

Level 15
Mar 19, 2023 5:41:01 AM
New Member
Mar 19, 2023 5:41:16 AM

Same problem for me as well.  I was on call with customer support and they couldn't help me.  Let me know if you figure it out.

Level 15
Mar 19, 2023 5:49:06 AM

@Sokehendrick Since Windows will not let you install the TurboTax software from a CD, then download and install the software from the download.

See this TurboTax support FAQ for downloading the software - https://ttlc.intuit.com/turbotax-support/en-us/help-article/product-delivery/bought-cd-computer-cd-drive/L89qXCL4V_US_en_US?uid=lffe6tlh

New Member
Apr 7, 2023 8:21:37 PM

Do the following command in the Command Prompt space

INSTALLATION ERROR CODE 2894 RELATED TO TURBO TAX INSTALLATION

I HAVE SPENT HOURS WITH MICROSOFT and also TURBO TAX. TURBO TAX GAVE ME THE LINK. However it took me a while to figure out that the one command had to be replaced with the If you are having a issue with installation go to this link: https://www.winhelponline.com/blog/error-2894-riched20-dll-getlasterror-5/  and follow the prompts. It's best to copy and paste the commands.. HOWEVER REPLACE THIS COMMAND; ICACLS riched20.dll /grant "Administrators":(RX) WITH THIS COMMAND: ICACLS riched20.dll /grant "Administrators":(F) AND CONTINUE WITH THE REST OF THE COMMANDS AND YOU WILL BE DOWNLOADING IN MINUTES....

 

 

RESOLUTION

To resolve the issue, take ownership of riched20.dll and assign the necessary permissions.

Open an admin Command Prompt window.

Execute the following commands one by one:

cd /d c:\windows\syswow64\
TAKEOWN /F riched20.dll /a
ICACLS riched20.dll /reset
ICACLS riched20.dll /inheritance:r
ICACLS riched20.dll /grant "NT SERVICE\TrustedInstaller":(F)
ICACLS riched20.dll /grant "Administrators":(RX)
ICACLS riched20.dll /grant "NT AUTHORITY\SYSTEM":(RX) <<<REPLACE THIS COMMAND WITH>>> ICACLS riched20.dll /grant "Administrators":(F)
ICACLS riched20.dll /grant "BUILTIN\Users":(RX)
ICACLS riched20.dll /grant "ALL APPLICATION PACKAGES":(RX)
ICACLS riched20.dll /grant "ALL RESTRICTED APPLICATION PACKAGES":(RX)
ICACLS riched20.dll /setowner "NT Service\TrustedInstaller"

Note: If you want to rename or replace this module with a fresh copy from the source, you need full control access. In that case, replace command #6 above with the following:

 

ICACLS riched20.dll /grant "Administrators":(F)
Reply
 

New Member
Apr 7, 2023 8:23:34 PM

INSTALLATION ERROR CODE 2894 RELATED TO TURBO TAX INSTALLATION

 It's best to copy and paste the commands.. HOWEVER REPLACE THIS COMMAND; ICACLS riched20.dll /grant "Administrators":(RX) WITH THIS COMMAND: ICACLS riched20.dll /grant "Administrators":(F) AND CONTINUE WITH THE REST OF THE COMMANDS AND YOU WILL BE DOWNLOADING IN MINUTES....

 

 

RESOLUTION

To resolve the issue, take ownership of riched20.dll and assign the necessary permissions.

Open an admin Command Prompt window.

Execute the following commands one by one:

cd /d c:\windows\syswow64\
TAKEOWN /F riched20.dll /a
ICACLS riched20.dll /reset
ICACLS riched20.dll /inheritance:r
ICACLS riched20.dll /grant "NT SERVICE\TrustedInstaller":(F)
ICACLS riched20.dll /grant "Administrators":(RX)
ICACLS riched20.dll /grant "NT AUTHORITY\SYSTEM":(RX) <<<REPLACE THIS COMMAND WITH>>> ICACLS riched20.dll /grant "Administrators":(F)
ICACLS riched20.dll /grant "BUILTIN\Users":(RX)
ICACLS riched20.dll /grant "ALL APPLICATION PACKAGES":(RX)
ICACLS riched20.dll /grant "ALL RESTRICTED APPLICATION PACKAGES":(RX)
ICACLS riched20.dll /setowner "NT Service\TrustedInstaller"

Note: If you want to rename or replace this module with a fresh copy from the source, you need full control access. In that case, replace command #6 above with the following:

 

ICACLS riched20.dll /grant "Administrators":(F)
Reply
 

New Member
Jan 22, 2024 11:15:00 AM

I got exact same issue as you. Any update?

Expert Alumni
Jan 24, 2024 11:24:57 AM

You are posting on an old thread. Which year are you having problems with? This is the only thing I find and it's for last year: https://ttlc.intuit.com/community/taxes/discussion/error-code-2894/00/2960974