Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > PROBLEM WHILE INSTALLING SETUP
 

PROBLEM WHILE INSTALLING SETUP

Hello All

I creted an Windows Application Using VS 2003, I created Setup.

When Im installing in Client Place it some time Works and Some times its Shows Error . The Error is

THERE IS PROBLEM WITH THIS WINDOWS INSTALLER PACKAGE. A DLLREQUIRED FOR THIS INSTALL TO COMPLETE COULD NOT BE RUN. CONTACT YOUR SUPPORT PERSONNAL OR PACKAGE VENDOR.

PLEASE HELP TO BUG TIS OUT

THANX IN ADVANCE.

Balagangadharan.R  Tuesday, March 27, 2007 5:06 AM
MANAN_THAKKAR_197d7f  Tuesday, March 27, 2007 8:30 AM

Hello Manan

Thanks for replying, i need to know whether this problem occurs due to my setup or windows installer

Please reply

Balagangadharan.R  Tuesday, March 27, 2007 8:55 AM

There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.

This may be windows installer error...

Workaround:
There is a known issue with WMI.Net. Resolve this issue by registering the wmiutils.dll file as follows:
  1. Click Start, and then click Run.
  2. In the Run window, type: regsvr32 wmiutils.dll
  3. Click OK.

Try this...

MANAN_THAKKAR_197d7f  Tuesday, March 27, 2007 9:15 AM
Do you have any custom actions or installer classes?
PhilWilson  Tuesday, March 27, 2007 5:14 PM

Hello PhilWilson

No i dont have any installer classes

Balagangadharan.R  Wednesday, March 28, 2007 7:01 AM

TRY REINSTALLING WINDOWS INSTALLER 3.0 OR 3.1 - I DID THIS AND IT WORKED FOR ME. I WAS GETTING THE EXACT SAME ERROR MESSAGE.

WINDOWS INSTALLER 3.0 DOWNLOAD:
http://www.microsoft.com/downloads/details.aspx?familyid=5FBC5470-B259-4733-A914-A956122E08E8&displaylang=en

WINDOWS INSTALLER 3.1 DOWNLOAD:
http://www.microsoft.com/downloads/details.aspx?familyid=889482FC-5F56-4A38-B838-DE776FD4138C&displaylang=en

skewlboy  Tuesday, April 17, 2007 12:55 AM

The way to debug MSI install issues is to create a log of the install. You do this with a command line install:

msiexec /i <path to msi file> /l*v <path to a text log file>

The log will report errors at the failure, and probably contain that error message text too.

If you have no installer classes or custom actions, about all that's left is an internal Dll used by the setup to check for the .NET framework.

PhilWilson  Tuesday, April 17, 2007 1:55 PM

You can use google to search for other answers

Custom Search

More Threads

• When attempting to install a published application we get error 404
• Internet deployment and Partial trust
• how to provide an option in installer to choose one out of two windows services to install?
• Installation Failed ErrorCode 3
• Click once deployed application, where the XDocument.Save will be saved?
• Cannot download application. Application is missing required files.
• .net prerequisite check
• Application is updating when update from code is already in porgress
• Open clickonce app from another .net app
• ClickOnce Deployment