I have a mergemodule from Sybase (SQL Anywhere 12 ADO.Net provider)
where the following line exists in the EventMapping table:
Dialog_ = ProgressDlg
Control_ = ActionData
Event = ActionData
Attribute = Text

For every file copied (I assume as I get this error msg many times
during the setup):
DEBUG: Error 2816:  The EventMapping table refers to an invalid
control ActionData on dialog ProgressDlg for the event ActionData
The installer has encountered an unexpected error installing this
package. This may indicate a problem with this package. The error code
is 2816. The arguments are: ProgressDlg, ActionData, ActionData

I tried to pull in the ProgressDlg implementation, but am told that a
duplicate symbol 'ProgressDlg' has been found. A little googling so
far suggests that I should rename my new dialog, but that kind of
defeats the purpose of this particular exercise.

In the past we have worked around this problem by editing the two
merge modules by hand. Naturally I'd prefer a less hands-on solution.

-- 
Rune

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to