Меню Рубрики

There is a problem with this windows installer package a dll required for

There is a problem with Windows Installer Package. A DLL required for this install to complete could not be run

Replies (2) 

Troubleshoot Windows Installer

2438651 How to troubleshoot problems that may occur when you install, uninstall, or upgrade a program on a Windows-based computer

Unregister Windows Installer, and then reregister Windows Installer. To do this, follow these steps:

1. On the «Start» menu, click «Run:.

2. In the «Open» box, type «msiexec /unreg», and then press ENTER.

3. On the «Start» menu, click «Run».

4. In the «Open» box, type «msiexec /regserver», and then press ENTER.

Click Start
Type: CMD, from the results, right click CMD
Click ‘Run as Administrator’
At the Command Prompt, type: sfc/scannow

This will check for any integrity violations

Restart your system

3 people were helped by this reply

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

Here is the error message with the Windows Installer?

Windows ® Installer. V 5.0.7601.17514

msiexec /Option [Optional Parameter]

Installs or configures a product
/a

Administrative install — Installs a product on the network
/j

[/t ] [/g ]
Advertises a product — m to all users, u to current user

Uninstalls the product
Display Options
/quiet
Quiet mode, no user interaction
/passive
Unattended mode — progress bar only
/q[n|b|r|f]
Sets user interface level
n — No UI
b — Basic UI
r — Reduced UI
f — Full UI (default)
/help
Help information
Restart Options
/norestart
Do not restart after the installation is complete
/promptrestart
Prompts the user for restart if necessary
/forcerestart
Always restart the computer after installation
Logging Options
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*]
i — Status messages
w — Nonfatal warnings
e — All error messages
a — Start up of actions
r — Action-specific records
u — User requests
c — Initial UI parameters
m — Out-of-memory or fatal exit information
o — Out-of-disk-space messages
p — Terminal properties
v — Verbose output
x — Extra debugging information
+ — Append to existing log file
! — Flush each line to the log
* — Log all information, except for v and x options
/log
Equivalent of /l*
Update Options
/update [;Update2.msp]
Applies update(s)
/uninstall

Remove update(s) for a product
Repair Options
/f[p|e|c|m|s|o|d|a|u|v]

Repairs a product
p — only if file is missing
o — if file is missing or an older version is installed (default)
e — if file is missing or an equal or older version is installed
d — if file is missing or a different version is installed
c — if file is missing or checksum does not match the calculated value
a — forces all files to be reinstalled
u — all required user-specific registry entries (default)
m — all required computer-specific registry entries (default)
s — all existing shortcuts (default)
v — runs from source and recaches local package
Setting Public Properties
[PROPERTY=PropertyValue]

Consult the Windows ® Installer SDK for additional documentation on the

Источник

Unable to install .msi packages, error: There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run

Original title: windows installer package. a dll required for this install to complete could not be run

Hi.
Whenever i try to install any .msi package, it give me the following error

» There is a problem with this windows installer package. A DLL required for this install to complete could not be run «.

i tried re-downloading the setup package and also tried other .msi packages. all give this same error.

Replies (13) 

* Please try a lower page number.

* Please enter only numbers.

* Please try a lower page number.

* Please enter only numbers.

Please answer these questions so that we can diagnose the issue correctly:

1. What is the complete error message that you received?

2. Did you make any changes to the computer prior to this issue?

Here’s what you can try:

Method 1: Let us make sure that Windows Installer service isn’t disabled.

Follow these steps to start it:

a. On the desktop, press Windows key + R to open the Run Dialog.

b. Type services.msc in the Run Dialog, and then press Enter to open Services.

c. Right-click the Windows Installer service, and then click Properties.

d. If the Startup type box is set to Disabled, change it to Manual.

e. Click OK to close the Properties window.

f. Right-click the Windows Installer service, and then click Start. The service should start without errors.

Method 2: Try to run the .msi packages as an administrator.

Check if the issue is resolved. If not, continue to these methods.

Method 3 : You may also try to follow the steps provided below, which would help you to unregister and re-register Windows installer.

a. On the desktop, press Windows key + R to open a Run dialog.

b. Type msiexec /unreg, and press Enter.

c. Follow step A again.

d. Type msiexec /regserver, and press Enter.

Method 4: Follow these steps to give yourself the permissions to install.

a. Follow this path C: \Users \ \ AppData\ Local\.

b. Right-click on the Temp folder and select Properties.

c. Select Security and click on Edit, then Add.

d. Add the username you are using and give yourself all the permissions.

Please get back to us with the results.

If you have any further questions regarding Windows operating system, contact us on this forum. We are glad to be of assistance.

8 people were helped by this reply

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

The error message i get is in double quotations. i get no other notification.
No, i did not make any changes to the pc.

And in the method 4, while giving permissions, it gives the following error :
» Failed to enumerate objects in the container. Access is denied »

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

Thanks for the update.

Refer to these steps to take ownership of the Temp Folder:

a. Press Windows key + X and select Command Prompt (Admin).

b. At the Command Prompt, type “takeown /f Temp /r /d y” without quotes and then press Enter.

c. Then, type “icacls Temp /grant administrators:F /T” without quotes and hit Enter.

Attempt method 4 once again and check if the issue is resolved.

Please get back to us with the results. Your query is important to us.

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

Thanks for the solution.
it was working nice for a week. but i am having the same error again. and this time, even the above mentioned solution does not work.

i think that the issue is due to the registry (just my guess)

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

Are you unable to take ownership of the Temp folder?

Here’s what you can try:

I request you to try to install the program in Clean Boot.

To help troubleshoot error messages and other issues, you can start Windows by using a minimal set of drivers and startup programs. This kind of startup is known as a «clean boot.» A clean boot helps eliminate software conflicts. Here is the link for your reference to perform clean boot.

Note : Please go through the section: How to reset the computer to start as usual after troubleshooting with clean boot of the KB article to boot the computer in normal startup after fixing the issue.

Please let us know the status of the issue.

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

But the issue is resolved only in clean boot. it becomes rather troublesome to perform a clean boot every time i have to run a .msi installer. some permanent solution would be nice.

I have also noticed that the problem is only for pure .msi installers. If i use a .exe installer with an msi embedded, it installs without any problems.

1 person was helped by this reply

Did this solve your problem?

Sorry this didn’t help.

Great! Thanks for marking this as the answer.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this response?

Thanks for your feedback.

Thanks for the updates.

Clean Boot is performed to see if there are any application(s) conflicting with the installation. Since, the .MSI packages install successfully in Clean Boot, it means that there is an application(s) which is preventing the installation.

I would like you to refer to the section: How to determine what is causing the problem by performing a Clean Boot , in the following link.

To help troubleshoot error messages and other issues, you can start Windows by using a minimal set of drivers and startup programs. This kind of startup is known as a «clean boot.» A clean boot helps eliminate software conflicts. Here is the link for your reference to perform clean boot.

Note: Please go through the section: How to reset the computer to start as usual after troubleshooting with Clean Boot of the KB article to boot the computer in normal startup after fixing the issue.

Performing this step will let us know which application(s) is responsible for causing this issue.

Please let us know the status of the issue.

Источник

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 personnel or package vendor.

I have tried for two days every single solution that has been given on the internet but nothing works. I have a Acer Aspire 7735Z with Windows home premium. 32 bit. Service pack 2 is installed. The error keeps coming back when I try to install iTunes. It did work previously but for some reason it stopped. The error effects the reconizing of the iPod in iTunes. iTunes is installed but now when I try to open it hte following message appears:
the software required for communicating with ipods and mobile phones was not installed correctly. Do you want iTunes to repair this for you. Click yes, then the next message appers:
the software required for communicating with ipods and mobile phones could not be repaired. I have reinstalled iTunes, Quick time player. Did all the steps that Microsoft or Itunes asked me to do. Even went in to the Commant Prompt. Went for Check disc ect. Installed a earlier edition of iTunes. But it all keeps coming back to the same problem: error 1721. Any ideas??

I have installed the same iTunes on another pc and connected the iPod and that worked ok. So it is not the iPod or the software for iTunes..

Replies (4) 

Hi M.kobessen,

1. Does this issue occur while installing all the programs or only with iTunes?

First you may try the steps provided in the below link.

Method 1:

Start the Windows Installer service

a. Click Start, type Services.msc and press
b. Double-click Windows Installer
c. Set the Startup type of Windows Installer to Manual
d. Click Start to start the service. Note down the error message if any.
e. Click OK.

Method 2: Unregister and re-register the Windows Installer to do that follow the steps provided below.

a. Click Start, click Run, type MSIEXEC /UNREGISTER, and then click OK. Even if you do this correctly, it may look like nothing occurs.
b. Click Start, click Run, type MSIEXEC /REGSERVER, and then click OK. Even if you do this correctly, it may look like nothing occurs, or you may briefly see an hourglass. After you run this command, the operation is complete.
c. Try your Windows Installer-based application again.

Method 3:

Try performing SFC scan on the computer.

SFC /scannow is a super-useful command you can use in any Windows version. When the SFC (System File Checker) command is used with the /scannow switch, the tool will scan all of the important Windows files on your computer and replace them as necessary.

Missing and corrupt operating system files (like many DLL files) are arguably the biggest cause of major Windows issues. Considering that, plus the fact that SFC /scannow is completely automatic and very easy to use, the tool should usually be one of your first troubleshooting steps.

Refer:

How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7
http://support.microsoft.com/kb/929833

Once SFC scan is done, try and install iTunes in administrator mode.

To install in administrator mode,

1. Locate the program icon, right-click click Run as administrator.

Thanks and Regards:
I. Suuresh Kumar — Microsoft Support.

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • There is a problem with the windows installer package a dll required
  • There are no tap windows adapters on this system openvpn
  • The witcher enhanced edition не запускается на windows 10
  • The windows were high and many letting in the light as into a schoolroom
  • The windows update for universal c runtime is required in order