ERROR 1720 - Problem with Windows Installer Package

  • Thread starter Thread starter sitcom
  • Start date Start date
S

sitcom

I am trying to install a new version of Ad Aware 2007 i just purchased and
when downloading it, it is trying to delete the older version of the program
and i get the following error message:

error 1720. There is a problem with this windows installer package. A
script required for this install to complete could not be run. Contact your
suppor person or package vendor.

So, i tried to go to "add/remove programs" and delete the old program
directly and I still get the same error message.

How can I fix this error with the windows intaller package?
 
thanks Mark.. unfortunately.. this did not work.. i ran it.. rebooted and I
still get the error message. this one has be stumped... i cannot add or
delete any programs from my system any more...
 
Try some of this too:

How do I resolve the "Error 1722" problem?
http://www.lavasoft.com/support/faq_aaw2007.php#16

Remove AdAware using the Windows Installer CleanUp Utility
http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe

Reset Permissions
Download SubInACL
http://download.microsoft.com/download/1/7/d/17d82b72-bc6a-4dc8-bfaa-98b37b22b367/subinacl.msi
Copy & paste into notepad, save-as ResetACL.cmd
================================
@echo off
title Resetting ACLs...
cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
echo.
echo Resetting ACLs...
echo (this may take several minutes to complete)
echo.
echo
==========================================================================
echo.
echo.
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
/grant=system=f
echo.
echo.
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
/grant=system=f
echo.
echo.
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
/grant=system=f
echo.
echo.
echo System Drive...
subinacl /subdirectories %SystemDrive% /grant=administrators=f
/grant=system=f
echo.
echo.
echo Windows Directory...
subinacl /subdirectories %windir%\*.* /grant=administrators=f
/grant=system=f
echo.
echo.
echo
==========================================================================
echo.
echo FINISHED.
echo.
echo Press any key to exit . . .
pause >NUL
=========================================

ju.c
 
Because of word wrap these lines must be on a single line:

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
/grant=system=f

like this: ...administrators=f /grant=system=f


ju.c
 
Thanks to you both.. I tried everything you both suggested and still got the
error message. Called Microsoft today (and had to pay) spent a few hours on
the phone with a tech, (who by the way went through all the steps you guys
mentioned) and still did not fix the problem.. so I've been forwarded to the
next level of support and due a call back on wednesday... thanks for your
help anyway..
 
Back
Top