Error 1721: There Is A Problem With This Windows Installer Package When Install or Uninstall on Vista خطأ 1721 : توجد مشكلة في هذا حزمة ويندوز المثبت عند تثبيت أو إلغاء تثبيت ويندوز فيستا
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. ، عند محاولة تثبيت برنامج الإعداد باستخدام الملف التنفيذي على أساس ويندوز المثبت مع باقة. أس تمديد ، مربع حوار قد يطفو على السطح لعرض "خطأ 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. هناك مشكلة مع ويندوز المثبت في هذا حزمة. 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. البصري ستوديو العرف الإجراءات البعيد في حين انتحال تركيب المستخدم البعيد ولكن فقط مع معيار مستخدم امتياز ، وليس مع ارتفاع مدير الامتياز على النحو المطلوب في ويندوز فيستا ، إذا كان قليلا 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. ورغم أن ويندوز فيستا يدفع للامتياز الارتفاع ، إلا أن الإجراءات الجمركية هي على التوالي في الحصول على حساب النظام المحلية مرتفعة بشكل صحيح ، في حين أن الإجراءات الجمركية كما انتحال المستخدم الحالي لا.
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. وهكذا ، فإن الخطأ يحدث عادة على الإصدارات القديمة من الإعداد المثبت الذي تثبيت أو إلغاء تثبيت البرامج المعدة للالإصدارات السابقة من نظام التشغيل ويندوز ، مثل إكس بي ، 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 ويندوز فيستا ، وربما أكثر من واحد أو حلول workarounds التي يمكن للمستخدمين في محاولة للحصول على برنامج تركيب البرمجيات.
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 فتح مرتفع الأوامر وتشغيل. المثبت مع 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 القيادة لتركيب الجملة. أس : msiexec / ط تطبيق. أس.
Command syntax to uninstall a program with its .msi: msiexec /x application .msi القيادة تركيب لإلغاء تثبيت برنامج مع. أس : msiexec / س تطبيق. أس.
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 (المستخدم التحكم في الوصول) لسمة الدخول على حساب المستخدم في ويندوز فيستا (هناك الكثير أكثر السبل لتعطيل 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. وإذا كان UAC حاليا في تكوينها الادارية الموافقة على الأسلوب ، والتحكم في حساب المستخدم رسالة يبدو. Click Continue . انقر على متابعة.
- Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK . واضح استعمال والتحكم في حساب المستخدم (UAC) للمساعدة على حماية جهاز الكمبيوتر الخاص بك مربع ، ثم انقر فوق موافق.
- 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. عندما في شك.
Related Articles المواد ذات الصلة
- Fix Setup Installer Package Access Denied Failure Error Code 0×80070005 (Or 5 Or 0×5) فيكس المثبت الحزمة الإعداد تم رفض الوصول خطأ الفشل في قانون 0 × 80070005 (أو 5 أو 0 × 5)
- NSIS Error and Cannot or Unable to Open and Install Setup Installer NSIS وخطأ لا يمكن أو تعذر فتح وتثبيت الإعداد المثبت
- Error Code 0×80070002 During Windows Vista SP1 Setup Install رمز الخطأ 0 × 80070002 خلال ويندوز فيستا SP1 الإعداد تثبيت
- Windows Vista SP1 Failed to Install with WU Error Code 800704C8 or 80041315 ويندوز فيستا SP1 فشل تثبيت مع وو خطأ في قانون 800704C8 أو 80041315
- How to Run Microsoft AppLocale Elevated as Administrator in Windows Vista to Run Setup Installer كيفية إدارة مايكروسوفت AppLocale كما رفع مدير البرنامج في ويندوز فيستا لتشغيل الإعداد المثبت
- Windows Vista 0×80070426 Activation Service Not Started or Validation Not Genuine Error ويندوز فيستا 0 × 80070426 تفعيل الخدمة لم تبدأ المصادقة غير حقيقية أو خطأ
- Uninstall and Remove Vista Loader 2.1.3 (Activator 2008) Activation Crack إزالة وإلغاء تثبيت فيستا محمل 2.1.3 (المنشط 2008) تفعيل الكراك
- Windows Vista Fails to Boot After Installing SP1 with ntoskrnl.exe 0xc0000098 Error ويندوز فيستا يفشل في الحذاء بعد تثبيت SP1 مع ntoskrnl.exe 0xc0000098 خطأ
- System Halt 0xc0000034 Error When Boot Up After Installing Windows Vista SP1 نظام وقف 0xc0000034 خطأ عندما الحذاء حتى بعد تركيب ويندوز فيستا SP1
- How to Install MUI Language Files in Windows Vista كيفية تثبيت ملفات اللغة مجلس العلماء في ويندوز فيستا

































November 11th, 2008 18:23 تشرين الثاني / نوفمبر 11th ، 2008 18:23
i have done the same procedure but still the same error is coming. وقد فعلت نفس الإجراء ولكن لا يزال هو نفس الخطأ القادمة.
Please help me out. الرجاء مساعدتي.
Thanks شكرا