Re: [WiX-users] 2 License in 1 ScrollableText Control

2006-08-21 Thread JosephMM
The problem is that you're using a ScrollableText Control. The Text attribute unfortunately does not accept embedded properites (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/scrollabletext_control.asp). This is the exact same problem I have. I'm trying to write a cust

Re: [WiX-users] 2 License in 1 ScrollableText Control

2006-08-09 Thread Magus
I've never used SQL before and I am having a hard time trying to understand what each field is doing do you know of a good place to look up an example? -- View this message in context: http://www.nabble.com/2-License-in-1-ScrollableText-Control-tf2043011.html#a5731863 Sent from the wix-users for

Re: [WiX-users] 2 License in 1 ScrollableText Control

2006-08-02 Thread Chesong Lee
It's wasn't so simple to replace ScrollableText control text. A simple property replacement does not work. I have made a EULA replacement custom action DLL to read EULA from the text file. The routine was like: 1. MsiGetActiveDatabase 2. MsiDatabaseOpenView with SQL selecting the whole row cont