Error 1721: There Is A Problem With This Windows Installer Package When Install or Uninstall on Vista錯誤1721 :有一個問題與此Windows安裝程序包時,安裝或卸載Vista上

In印第安納州 Windows Vista 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.當試圖安裝程序使用安裝的可執行文件的基礎上Windows安裝程序包的。微星延伸,一個對話框彈出可能顯示“錯誤1721 ”錯誤訊息。 The error may also happens when trying to uninstall a software program, and also when using msiexec.exe to call the installer.該錯誤也可能當試圖卸載一個軟件程序,並在使用Msiexec.exe的要求安裝。

Error 1721.錯誤1721 。 There is a problem with this Windows Installer package.有一個問題與此Windows Installer封裝。 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.錯誤的Windows安裝程序包發生在Windows Vista ,因為定制一套行動中的安裝包失敗,失踪的權限,包括自訂的行動計劃都直接或推遲執行。 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.的Visual Studio自定義操作運行,而假冒的安裝用戶,但只能運行與標準用戶的特權,而不是高架管理員特權的要求在Windows Vista中,如果msidbCustomActionTypeNoImpersonate位沒有設置。 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.即使Windows Vista的提示權限,然而,只有自訂的行動,正在運行中的本地系統帳戶得到正確升高,而自訂的行動,冒充作為當前用戶不知道。

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.因此,該錯誤通常發生在舊版的安裝安裝的安裝或卸載程序意味著較早版本的Windows操作系統,如XP中, 2000年,我和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.但是,仍有一些決議,以修正這個錯誤1721年發生在Windows Vista中,並可能有一個以上的一個解決方案或替代方法,用戶可以嘗試的軟件程序安裝。

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.這種方法可能會允許最失敗的。 msi安裝安裝/卸載可能。 Simply open an elevated command prompt with Run as Administrator setting, and then execute the .msi executable.只需打開一個提升的命令提示符與以管理員身份運行設置,然後執行的。 msi可執行文件。

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 打開了一個提升的命令提示符並運行的。 msi安裝與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.運行安裝程序安裝程序將無法正常工作,嘗試使用Msiexec.exe命令來執行安裝或卸載過程。

Command syntax to install a .msi: msiexec /i application .msi命令語法來安裝的。 msi : msiexec /我申請的。 msi
Command syntax to uninstall a program with its .msi: msiexec /x application .msi命令語法卸載程序的。微星: msiexec / X應用程序的。 msi

Replace program .msi with the actual filename.替換計劃。微星與實際文件名。

Disable User Access Control (UAC) 禁用用戶訪問控制( UAC )

The easy solution is probably to最簡單的解決辦法可能是向 disable User Access Control (UAC)禁用用戶訪問控制( 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):這裡的步驟來禁用和關閉UAC (用戶訪問控制)功能登錄的用戶帳戶在Windows Vista (有很多更多的途徑來禁用的UAC ) :

  1. Click Start , and then click Control Panel . 單擊開始,然後單擊控制面板。
  2. In “Control Panel”, click User Accounts and Family Safety .在“控制面板” ,單擊用戶帳戶和家庭安全
  3. In the “User Accounts and Family Safety” window, click User Accounts .在“用戶帳戶和家庭安全”窗口單擊用戶帳戶。
  4. In the “Make changes to your user account” tasks window, click Turn User Account Control on or off .在“更改您的用戶帳戶”任務窗口中,單擊關閉用戶帳戶控制或關閉。
  5. If UAC is currently configured in Admin Approval Mode, the User Account Control message appears.如果目前的UAC配置管理審批模式下,用戶帳戶控制訊息。 Click Continue . 一下繼續。
  6. Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK . 清除使用用戶帳戶控制( UAC )幫助保護您的計算機複選框,然後單擊確定。
  7. 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.請注意,您必須重新啟動系統以使更改生效。

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 重要:您正在閱讀的機器翻譯網頁這是“原樣”提供,無保修。 Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible.不同人的翻譯,機器翻譯不明白的語法,語義,句法,成語自然語言,因此,往往產生不準確,低質量的文字這是誤導和費解。 Thus, please refer to因此,請參閱 original English article英文原文的文章 when in doubt.當懷疑。



One Response to “Error 1721: There Is A Problem With This Windows Installer Package When Install or Uninstall on Vista”一個響應“錯誤1721 :有任何問題,這Windows安裝程序包當安裝或卸載Vista的”

  1. Anuj
    November 11th, 2008 18:23 08年十一月11日18:23
    1

    i have done the same procedure but still the same error is coming.我也做了同樣的程序,但同樣的錯誤正在到來。

    Please help me out.請幫我了。

    Thanks謝謝

Leave a Reply留下一個回复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用這些標籤: href="" title="">的<a <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> “刪除日期時間= “ ” “的<em> <i> <q cite=""> <strike>的<strong>

Subscribe without commenting訂閱沒有評論


Custom Search

Incoming Search Terms for the Article收到的搜索字詞的文章

error 1721 錯誤1721 - - error 1721 vista 錯誤1721維斯塔 - - error 1721 windows installer vista 錯誤1721 Windows Installer的維斯塔 - - message 1721 信息1721 - - vista error 1721 維斯塔錯誤1721 - - 1721 error 1721錯誤 - - error code 1721 錯誤代碼1721 - - Error 1721 in VISTA 第1721誤差在Vista - - Error 1721 There is a problem with windows installer 第1721誤差有問題的Windows Installer - - error 1721 windows vista 1721錯誤的Windows Vista - - msi error 1721 錯誤1721微星 - - windows vista error 1721 Windows Vista的錯誤1721 - - windows installer error 1721 vista Windows Installer錯誤1721維斯塔 - - error 1721 on vista 第1721誤差在Vista - - error 1721 錯誤1721 - - eror 1721 第1721誤差 - - all 全部 - - error 1721 msi 錯誤1721微星 - - family safety error 80070005 家庭安全錯誤80070005 - - windows error 1721 Windows錯誤1721 - - fix error 1721 1721年修正錯誤 - - MSI 1721 微星1721 - - 1721 windows installer vista 1721年的Windows Installer維斯塔 - - problem with windows installer package Vista 問題與Windows Vista的安裝程序包 - - error 1721 installer vista 錯誤1721安裝維斯塔 - - vista 1721 展望1721年 - - error 1721. 錯誤1721 。 there is a problem with this windows installer vista 有問題,此Windows Installer維斯塔 - - "There is a problem with this Windows Installer package. A Program required for this install to complete could not be run." “有一個問題與此Windows Installer封裝。的程序需要完成此安裝無法運行。 ” - - 1721 error vista 1721錯誤維斯塔 - - how to fix error 1721 如何修復錯誤1721 - - error 1721 windows installer 1721錯誤的Windows Installer - - there is a problem with this windows installer 有問題,此Windows Installer - - "error 1721" “錯誤1721 ” - - error 1721 + vista 錯誤1721 +維斯塔 - - 1721 vista 1721維斯塔 - - desktop manager error 1721 桌面經理錯誤1721 - - uninstall error 1721 卸載錯誤1721 - - 1721 msi 1721微星 - - there is a problem with this windows installer package. 有問題,這個Windows Installer封裝。 A program required for this install to complete could not be run. 程序需要完成此安裝無法運行。 - - There is a problem with this Windows Installer package vista 有一個問題與此Windows Installer封裝維斯塔 - - Error 1721. 錯誤1721 。 There is a problem with this Windows Installer package vista 有一個問題與此Windows Installer封裝維斯塔 - - how to fix error 1721 windows installer 如何修復錯誤1721的Windows Installer - - "error 1721" vista “錯誤1721 ”維斯塔 - - windows installer package error Windows Installer封裝錯誤 - - vista error 1721 there is a problem with this windows installer package 維斯塔錯誤1721有問題,這個Windows Installer套件 - - "there is a problem with this windows installer package" vista “有問題,這個Windows Installer套件”維斯塔 - - fixing error 1721 修復錯誤1721 - - 1721+windows installer+vista 1721 +的Windows Installer +維斯塔 - - error 1721 there is a problem with this windows installer package vista 錯誤1721有問題,這個Windows Installer封裝維斯塔 - - windows xp error 1721 Windows XP的錯誤1721 - -