Error 1721: There Is A Problem With This Windows Installer Package When Install or Uninstall on Vista Errore 1721: Si è verificato un problema con questo pacchetto di Windows Installer quando installare o disinstallare su 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. , Quando si tenta di installare un programma utilizzando il file eseguibile di installazione basato su Windows Installer Package con. Estensione msi, una finestra di dialogo pop-up per visualizzare la "Errore 1721" messaggio di errore. The error may also happens when trying to uninstall a software program, and also when using msiexec.exe to call the installer. L'errore può anche succede quando si tenta di disinstallare un programma software, e anche quando si usa chiamare msiexec.exe il programma di installazione.
Error 1721. Errore 1721. There is a problem with this Windows Installer package. Si è verificato un problema con il pacchetto Windows Installer. A program required for this install to complete could not be run. Un programma necessario per il completamento dell'installazione potrebbe non essere eseguito. Contact your support or package vendor. Contattare il supporto tecnico o il fornitore del pacchetto.

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. L'errore da parte di Windows Installer Package accade in Windows Vista, perché l'usanza di azioni previste nel pacchetto di installazione non con le autorizzazioni mancanti, che coinvolgono le azioni personalizzate che sia prevista per immediato o differito esecuzione. 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 azioni personalizzate, mentre spaccia per eseguire l'installazione utente, ma solo eseguito con privilegi utente standard, e non con elevati privilegi di amministratore, come richiesto in Windows Vista, se il msidbCustomActionTypeNoImpersonate bit non è impostato. 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. Anche se Windows Vista viene chiesto di elevazione privilegio, tuttavia, solo le azioni personalizzate che sono in esecuzione in account di sistema locale ottenere elevati correttamente, mentre le azioni personalizzate che come impersonare l'utente corrente non.
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. Pertanto, l'errore di solito accade in versioni precedenti di setup di installazione di installazione o disinstallazione di programmi di significato per le versioni precedenti del sistema operativo Windows, come XP, 2000, Me e 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. Tuttavia, se sei un programmatore o sviluppatore per il programma di installazione, probabilmente si può fare molto per cambiare il bit o sequenza di installazione per risolvere il problema. 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. Ma, ci sono ancora le risoluzioni per correggere l'errore 1721 che si verifica in Windows Vista, e probabilmente ha più di un uno o soluzioni di soluzioni che gli utenti possono cercare di ottenere il software installato.
Run an elevated command prompt with Run as Administrator option to start the installation Eseguire un elevato prompt dei comandi con Esegui come amministratore opzione per avviare l'installazione
This method will probably allow most failed .msi installer to install/uninstall probably. Questo metodo probabilmente non consentire più. MSI Installer per installare / disinstallare probabilmente. Simply open an elevated command prompt with Run as Administrator setting, and then execute the .msi executable. Basta aprire un prompt dei comandi elevati con Esegui come amministratore, quindi eseguire. Msi eseguibile.
There are plenty of Ci sono molte ways to open elevated command prompt as administrator modi per aprire il prompt dei comandi elevati come amministratore .
Open up an elevated command prompt and run the .msi installer with msiexec Aprire un elevato prompt dei comandi ed eseguire. Msi installatore con msiexec
If simply Se semplicemente fire up the elevated command prompt fuoco il prompt dei comandi elevati to run the setup installer won’t work, try to use msiexec.exe command to execute the installation or uninstallation process. per eseguire il setup di installazione non funziona, provare a utilizzare il comando msiexec.exe di eseguire l'installazione o il processo di disinstallazione.
Command syntax to install a .msi: msiexec /i application .msi Sintassi del comando per installare un file. Msi: msiexec / i domanda. Msi
Command syntax to uninstall a program with its .msi: msiexec /x application .msi Sintassi del comando per disinstallare un programma con i suoi. Msi: msiexec / x applicazione. Msi
Replace program .msi with the actual filename. Sostituire il programma. MSI con il nome del file.
Disable User Access Control (UAC) Disabilita controllo di accesso utente (UAC)
The easy solution is probably to La soluzione facile è probabilmente quello di disable User Access Control (UAC) disabilitare l'utente 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. , Che le forze di processo per l'esecuzione con privilegi utente standard a meno che specificamente istruiti e autorizzati ad eseguire elevato al privilegio utente amministratore.
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): Ecco il passo a disattivare e spegnere UAC (User Access Control) per la caratteristica connesso account utente in Windows Vista (ci sono molte piu 'possibilita' di disabilitare UAC):
- Click Start , and then click Control Panel . Fare clic sul pulsante Start, quindi fare clic su Pannello di controllo.
- In “Control Panel”, click User Accounts and Family Safety . Nel "Pannello di controllo", fare clic su Account utente e protezione per la famiglia.
- In the “User Accounts and Family Safety” window, click User Accounts . In "Account utente e protezione per la famiglia" finestra, fare clic su Account utente.
- In the “Make changes to your user account” tasks window, click Turn User Account Control on or off . Nella "apportare modifiche al tuo account utente" compiti finestra, scegliere Attiva User Account Control on o off.
- If UAC is currently configured in Admin Approval Mode, the User Account Control message appears. Se UAC è attualmente configurato in modalità Approvazione amministratore, il Controllo account utente viene visualizzato il messaggio. Click Continue . Fare clic su Continua.
- Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK . Cancella l'uso User Account Control (UAC) per proteggere il computer casella di controllo, quindi fare clic su OK.
- Click Restart Now to apply the change immediately, or click Restart Later to close the User Accounts tasks window. Fare clic su Riavvia ora per applicare la modifica immediatamente, o fare clic su Riavvia seguito per chiudere la Account utente compiti finestra. Note that you must reboot the system to make the change effective. Si noti che è necessario riavviare il sistema per rendere effettiva la modifica.
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. IMPORTANTE: Stai lettura una macchina tradotto pagina che è fornito "così come sono" senza garanzia. 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. A differenza di traduzione umana, traduzione automatica non comprendere la grammatica, semantica, sintassi, idiomi del linguaggio naturale, così spesso produrre imprecise e bassa qualità del testo che è fuorviante e incomprensibile. Thus, please refer to Pertanto, si prega di fare riferimento a original English article articolo originale in inglese when in doubt. in caso di dubbio.
Related Articles Articoli correlati
- Fix Setup Installer Package Access Denied Failure Error Code 0×80070005 (Or 5 Or 0×5) Fissare il programma di installazione pacchetto di installazione Accesso negato mancata Codice errore 0 × 80070005 (o 5 o 0 × 5)
- NSIS Error and Cannot or Unable to Open and Install Setup Installer NSIS errore e non può o non sia in grado di aprire e installare il programma di installazione di installazione
- Error Code 0×80070002 During Windows Vista SP1 Setup Install Codice di errore 0 × 80070002 durante Windows Vista SP1 installare il programma di installazione
- Windows Vista SP1 Failed to Install with WU Error Code 800704C8 or 80041315 Windows Vista SP1 non riuscito per l'installazione con WU Codice errore 80041315 o 800704C8
- How to Run Microsoft AppLocale Elevated as Administrator in Windows Vista to Run Setup Installer Come eseguire Microsoft AppLocale elevata come amministratore in Windows Vista per eseguire il programma di installazione di installazione
- Windows Vista 0×80070426 Activation Service Not Started or Validation Not Genuine Error Windows Vista 0 × 80070426 attivazione del servizio non ha iniziato la convalida o non vero e proprio errore
- Uninstall and Remove Vista Loader 2.1.3 (Activator 2008) Activation Crack Disinstallare e rimuovere Vista Loader 2.1.3 (Activator 2008) Attivazione di Crack
- Windows Vista Fails to Boot After Installing SP1 with ntoskrnl.exe 0xc0000098 Error Windows Vista non si avvia dopo l'installazione di SP1 con ntoskrnl.exe Errore 0xc0000098
- System Halt 0xc0000034 Error When Boot Up After Installing Windows Vista SP1 Sistema di arrestare errore 0xC0000034 quando avvio dopo l'installazione di Windows Vista SP1
- How to Install MUI Language Files in Windows Vista Come installare un file di lingua MUI di Windows Vista

































November 11th, 2008 18:23 11 novembre 2008 18:23
i have done the same procedure but still the same error is coming. ho fatto la stessa procedura, ma ancora lo stesso errore è venuta.
Please help me out. Please help me out.
Thanks Grazie