Error 1721: There Is A Problem With This Windows Installer Package When Install or Uninstall on Vista
In Windows Vista, when attempting to install a program using setup executable file based on Windows Installer Package with .msi extension, a dialog box may pop up to display the “Error 1721″ error message. The error may also happens when trying to uninstall a software program, and also when using msiexec.exe to call the installer.
Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support or package vendor.

The error by Windows Installer Package happens in Windows Vista because the of custom actions set in the installer package fail with missing permissions, involving custom actions that scheduled for both immediate or deferred execution. Visual Studio custom actions run while impersonating the installing user but only run with standard user privilege, and not with elevated administrator privilege as required in Windows Vista, if the msidbCustomActionTypeNoImpersonate bit is not set. Even though Windows Vista prompts for privilege elevation, however, only custom actions that are running in the Local System account get elevated correctly, while custom actions that impersonate as the current user do not.
Thus, the error usually happens on older versions of setup installer which install or uninstall programs meant for earlier versions of Windows operating system, such as XP, 2000, Me and 9x. However, if you’re the programmer or developer for the installer program, probably you can do much to change the bit or installer sequence to solve the issue. But, there are still resolutions to fix the error 1721 that happens in Windows Vista, and probably has more than one one solutions or workarounds that users can try to get the software program installed.
Run an elevated command prompt with Run as Administrator option to start the installation
This method will probably allow most failed .msi installer to install/uninstall probably. Simply open an elevated command prompt with Run as Administrator setting, and then execute the .msi executable.
There are plenty of ways to open elevated command prompt as administrator.
Open up an elevated command prompt and run the .msi installer with msiexec
If simply fire up the elevated command prompt to run the setup installer won’t work, try to use msiexec.exe command to execute the installation or uninstallation process.
Command syntax to install a .msi: msiexec /i application.msi
Command syntax to uninstall a program with its .msi: msiexec /x application.msi
Replace program.msi with the actual filename.
Disable User Access Control (UAC)
The easy solution is probably to disable User Access Control (UAC), which forces process to run with standard user privilege unless been specifically instructed and permitted to run elevated to administrator user privilege.
Here’s the step to disable and turn off UAC (User Access Control) feature for the logged on user account in Windows Vista (there are plenty more ways to disable UAC):
- Click Start, and then click Control Panel.
- In “Control Panel”, click User Accounts and Family Safety.
- In the “User Accounts and Family Safety” window, click User Accounts.
- In the “Make changes to your user account” tasks window, click Turn User Account Control on or off.
- If UAC is currently configured in Admin Approval Mode, the User Account Control message appears. Click Continue.
- Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK.
- Click Restart Now to apply the change immediately, or click Restart Later to close the User Accounts tasks window. Note that you must reboot the system to make the change effective.
Related Articles
- Fix Setup Installer Package Access Denied Failure Error Code 0×80070005 (Or 5 Or 0×5)
- Error Code 0×80070002 During Windows Vista SP1 Setup Install
- NSIS Error and Cannot or Unable to Open and Install Setup Installer
- Windows Vista SP1 Failed to Install with WU Error Code 800704C8 or 80041315
- How to Run Microsoft AppLocale Elevated as Administrator in Windows Vista to Run Setup Installer
- Windows Vista 0×80070426 Activation Service Not Started or Validation Not Genuine Error
- Uninstall and Remove Vista Loader 2.1.3 (Activator 2008) Activation Crack
- System Halt 0xc0000034 Error When Boot Up After Installing Windows Vista SP1
- Windows Vista Fails to Boot After Installing SP1 with ntoskrnl.exe 0xc0000098 Error
- How to Install MUI Language Files in Windows Vista










































June 30th, 2009 23:53
Errorr 1721 I do everything you said and still has the problem, WHAT CAN I DO!!!!!!!!!!
March 25th, 2009 12:04
I love your work, thanks. Turing off UAC allows me to install my program with the error.
February 17th, 2009 03:02
Forgot to say “Thank You for the info”
February 17th, 2009 03:00
I spoke to soon in my prior comments I just did all the steps as indicated under the heading “Disable User Access Control (UAC)” AND IT WORKS !!!!!! WHOOPEE !!!
February 17th, 2009 02:38
Tried this and many, many, many more steps to cure this issue still get error messages
# 1722 1721 1730 take your pick .. I would like very much to uninstall thie Corel WordPerfect product so that I can do a clean install of one of Corel’s new products.. I have done many installs/uninstalls and this another issue with Vista is making me very angry and I am already upset with Vista OS
January 28th, 2009 03:05
As you said is a issue with the CustomActions privileges. Take a look at this article “Windows Installer Custom Actions, Windows Vista and Terminal Server” -> http://mehranikoo.net/CS/archive/2008/12/23/WindowsInstallerCustomActionsWindowsVistaAndTerminalServer.aspx
January 24th, 2009 05:05
It´s possible to be an error in Windows Installer ?¿
January 21st, 2009 22:35
[...] de Pesquisa .: microsoft.com – kb938010 | tipandtrick.net Dicas, Tutorial, [...]
January 7th, 2009 21:33
this help is not a help.
still same error
November 11th, 2008 18:23
i have done the same procedure but still the same error is coming.
Please help me out.
Thanks