<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Try <a href="http://msdn.microsoft.com/en-us/library/aa367524%28VS.85%29.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa367524(VS.85).aspx</a> (or search<br>

for &quot;Adding Controls and Text&quot;).<br>
<br>
</blockquote></div>Thanks you. Very useful.<br><br>With this information I could see that the font_mask is empty when it calls the string {\style} and why the installation is wrong. <br> To get the font mask is reading a MSI record called #ICM but I could not find any information in the web.<br>
The problem is this function with the record and package #ICM in the field 10:<br><br>&nbsp;&nbsp;&nbsp; LPWSTR msi_get_deformatted_field( MSIPACKAGE *package, MSIRECORD *rec, int field )<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Values are:&nbsp; #ICM, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #ICM,10<br>
&nbsp;&nbsp;&nbsp; font_mask = msi_get_deformatted_field( dialog-&gt;package, rec, 10 );<br><br>Someone could give me more information of package or record ICM?<br><br>Cheers.<br>-- <br>Shakaran<br>