2818349
turbotax icon
cancel
Showing results for 
Search instead for 
Did you mean: 
Announcements
Close icon
Do you have a TurboTax Online account?

We'll help you get started or pick up where you left off.

How can i fix the error 2894 error during installation

IT happen both in the downloaded version as well the CD from Costco
x
Do you have an Intuit account?

Do you have an Intuit account?

You'll need to sign in or create an account to connect with an expert.

16 Replies
HeatherPLO
Intuit Alumni

How can i fix the error 2894 error during installation

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.

**Say "Thanks" by clicking the thumb icon in a post
**Mark the post that answers your question by clicking on "Mark as Best Answer"

How can i fix the error 2894 error during installation

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

 

image.png

How can i fix the error 2894 error during installation

That is a Windows Installer error - https://answers.microsoft.com/en-us/windows/forum/all/im-getting-window-installer-error-2894-when-i-...

 

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/L2y9...

 

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

KatrinaLO
Intuit Alumni

How can i fix the error 2894 error during installation

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

**Say "Thanks" by clicking the thumb icon in a post
**Mark the post that answers your question by clicking on "Mark as Best Answer"

How can i fix the error 2894 error during installation

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

How can i fix the error 2894 error during installation

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.

alasia
New Member

How can i fix the error 2894 error during installation

This is a Windows problem. It was solved for me by MicroSoft support:

https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/how-to-res[product key ... 

I was able to install TurboTax.

 

How can i fix the error 2894 error during installation

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.

How can i fix the error 2894 error during installation

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.

How can i fix the error 2894 error during installation

How can i fix the error 2894 error during installation

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.

How can i fix the error 2894 error during installation

@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-d...

FiatAMDG
New Member

How can i fix the error 2894 error during installation

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
 
FiatAMDG
New Member

How can i fix the error 2894 error during installation

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
 

Unlock tailored help options in your account.

message box icon

Get more help

Ask questions and learn more about your taxes and finances.

Post your Question