Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > VSTO Application Deployment Error in CustomAction
 

VSTO Application Deployment Error in CustomAction

Hi,

We've created an msi for VSTO application and we've a series of CustomActions to install the standard libraries such as "Microsoft.Practices.EnterpriseLibrary.Common.dl"

However in one specific machine, we get the following error during install:

MSI (s) (28:F4) [14:11:02:566]: Executing op: CustomActionSchedule(Action=_13D6243C_87A9_4D19_B71B_9D956245D28B.install,ActionType=1025,Source=BinaryData,Target=ManagedInstall,CustomActionData=/installtype=notransaction /action=install /LogFile= "C:\Program Files\Microsoft\KMS XML Editor\Microsoft.Practices.EnterpriseLibrary.Common.dll" "C:\DOCUME~1\snig01\LOCALS~1\Temp\CFG23AC.tmp")
MSI (s) (28:24) [14:11:02:566]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI23B1.tmp, Entrypoint: ManagedInstall
MSI (s) (28!E4) [14:11:04:644]: Note: 1: 2262 2: Error 3: -2147287038
MSI (c) (84:10) [14:11:04:660]: Note: 1: 2262 2: Error 3: -2147287038
DEBUG: Error 2835: The control ErrorIcon was not found on dialog ErrorDialog
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2835. The arguments are: ErrorIcon, ErrorDialog,

What could be problem with the custom action

sraju  Friday, June 09, 2006 9:30 AM
The issue is resolved. We ran InstallUtil.exe for the dll and got System.Management.ManagementException. Further diagnosis showed that WMI image in the machine was corrupt. Reinstallation of WMI fixed the issue
sraju  Wednesday, June 14, 2006 12:36 PM
It looks like its failing while *scheduling* (not executing) the custom action, and without any error information (2262 and 2835 only indicate problems with displaying an error message). Or did you remove lines from the log?
Stefan Krueger  Wednesday, June 14, 2006 9:15 AM
The issue is resolved. We ran InstallUtil.exe for the dll and got System.Management.ManagementException. Further diagnosis showed that WMI image in the machine was corrupt. Reinstallation of WMI fixed the issue
sraju  Wednesday, June 14, 2006 12:36 PM

You can use google to search for other answers

Custom Search

More Threads

• clickonce error when using clickonce api's (error provider element is missing?)
• Question reguarding Redistributing IE7 and XPS viewer.
• ClickOnce installer fails to get app
• Moving ClickOnce Apps to Different Servers without using Visual Studio
• Need More Control, During ClickOnce Deployment From CD.
• clickonce certificat ended
• Installation package could not be opened
• Passing CustomActionData as arguments to Custom Action MFC Exe
• Installing a url automaticlly as atrusted site
• Needs to identify the system uniquely