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