FiatAMDG
New Member

Get your taxes done using TurboTax

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