http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From ivg2@cornell.edu 2005-10-10 00:28 ------- Actually, here's the corrected output: Dialog: L"License_Dialog", Control: L"License", Event: L"DoAction", Argument: L"LicenseViewedAction", Condition: L"LicenseViewed <> "1""
Allright, so it looks like we need to call: msi_dialog_control_event( MSIRECORD *rec, LPVOID param ) msi_dialog_evaluate_control_conditions( msi_dialog *dialog )
upon interaction with teh License control (is this a scrolltext control? must find out..I'll print the Control table) in the LicenseDialog dialog.