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 custom action
that adjusts the text based on the property instead, but I haven't gotten
anywhere with it yet.


Magus wrote:
> 
> yes another one of my many questions sorry, but hopefully someone else out
> there might run into the same problem and just be able to look it up.  Ok
> I have 2 license agreements, the thing is I need both license to be in 1
> list.  Now I already though of just moving the text from one to the other,
> but thats not going to work. Said License_2 wants their EULA to retrieved
> using a function call.  So I have a custom action retrieve and place that
> text into a variable and also retrieve my license agreement and combine
> them in my C program, then I call WcaSetProperty and give back my long
> string.  That all worked fine, the problem came when I tried to put them
> in my control.  <Control Id ="LicenseAgreement" Type="ScrollableText"...>
> <Text> [EULA] <!--This being my property ID--></Text>
> 

-- 
View this message in context: 
http://www.nabble.com/2-License-in-1-ScrollableText-Control-tf2043011.html#a5914337
Sent from the wix-users forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to