Re: [WiX-users] WcaAddTempRecord with ScrollableText

2006-08-24 Thread JosephMM
arily > // > ret = MsiViewModify(hView, MSIMODIFY_INSERT_TEMPORARY, hRecord); > > if (ERROR_SUCCESS != ret) > { > pMsiLogMessage( > hInstall, > _T("EULACA: MsiViewModify failed, error=

Re: [WiX-users] WcaAddTempRecord with ScrollableText

2006-08-22 Thread Chesong Lee
gMessage( hInstall, _T("EULACA: EULA is replaced successfully.")); return ERROR_SUCCESS; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JosephMM Sent: Monday, August 21, 2006 3:00 PM To: wix-users@lists.so

[WiX-users] WcaAddTempRecord with ScrollableText

2006-08-21 Thread JosephMM
Since the Text attribute does not accept properties I was hoping to use a Custom Action to adjust the text based on the value of a bunch of public properties. I was looking through the Wix Tutorial(http://www.tramontana.co.hu) and found a Custom Action that was changing some Text of a ListBox(http